Skip to content

bpo-39677: dis: rename the operand of MAKE_FUNCTION from argc to flags for 3.6+ #18549

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

Closed
wants to merge 18 commits into from

Conversation

thautwarm
Copy link
Contributor

@thautwarm thautwarm commented Feb 18, 2020

The semantics of MAKE_FUNCTION's operand has changed since Python 3.6, however the documentation kept its old name argc, however it now works the same way as other flags operands, hence now we change it to flags.

https://bugs.python.org/issue39677

https://bugs.python.org/issue39677

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants