Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions#105865
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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. Do we need any doc update fordis.stack_effect
(or is itopcode.stack_effect
now that it no longer requires the presence of oparg to match the requirements of the opcode.
The doc doesn't mention the arg check issue. Should I add a versionchanged note anyway? |
Might as well. |
Misc/NEWS.d/next/Library/2023-06-17-12-13-57.gh-issue-105481.KgBH5w.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…_OPCODE and replace by their new versions (python#105865)
Uh oh!
There was an error while loading.Please reload this page.