Skip to content

bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) #8784

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

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Aug 16, 2018

Improve wording based on @larryhastings' wording in #8338.

https://bugs.python.org/issue33216

Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(conditional approval)
If there's nothing different from what landed in 3.5 then LGTM. Otherwise please indicate what is different. Thanks!

@serhiy-storchaka
Copy link
Member Author

Descriptions of opcodes CALL_FUNCTION* and MAKE_FUNCTION are completely different from 3.5, because opcodes are different. But I tried to use the style used by Larry. If old style in 3.5 was bad, it is very likely that the style in 3.6+ is bad too.

@ericsnowcurrently
Copy link
Member

Okay, thanks for clarifying. The change looks good to me; definitely an improvement. :)

@serhiy-storchaka serhiy-storchaka merged commit 5e99b56 into python:master Sep 17, 2018
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 17, 2018
…) (pythonGH-8784)

(cherry picked from commit 5e99b56)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

GH-9354 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 17, 2018
…) (pythonGH-8784)

(cherry picked from commit 5e99b56)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

GH-9355 is a backport of this pull request to the 3.6 branch.

@serhiy-storchaka serhiy-storchaka deleted the backport-76aa2c0-master branch September 17, 2018 12:16
miss-islington added a commit that referenced this pull request Sep 17, 2018
…H-8784)

(cherry picked from commit 5e99b56)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington added a commit that referenced this pull request Sep 17, 2018
…H-8784)

(cherry picked from commit 5e99b56)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants