-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
3.6+ documentation for MAKE_FUNCTION #83858
Comments
LINK: https://docs.python.org/3.6/library/dis.html?highlight=bytecode#opcode-MAKE_FUNCTION To avoid being confusing, MAKE_FUNCTION(argc) shall be MAKE_FUNCTION(flag), since 3.6 the operand of MAKE_FUNCTION never means |
Agree. Do you want to provide a PR? Although it may be too later for 3.6 which only takes security fixes. |
Okay, I'll make a PR. It's okay because users will always check docs of version 3 instead of a specific version like 3.6. |
Sorry for the delay with review and thank you for your contribution. |
argc
toflags
for 3.6+ #18549argc
toflags
for 3.6+ #18550argc
toflags
for 3.6+ (GC-18550) #18993argc
toflags
for 3.6+ (GC-18550) #18994Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: