-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-107149: make new opcode util functions private rather than public and unstable #112042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since functions are new in Python 3.13, there is no need to document these changes. |
Co-authored-by: Oleg Iarygin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for moving definitions to pycore_compile.h.
Thanks @iritkatriel. It's better to keep the API private for now, and only consider making it public if we have a clear user request to make it public (even if it's as an "unstable" API). |
…ublic and unstable (python#112042)
…ublic and unstable (python#112042)
Uh oh!
There was an error while loading. Please reload this page.