-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 #23062
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
vstinner
left a comment
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.
Private function should not be documented. Only public function should be documented.
|
When you're done making the requested changes, leave the comment: |
173ace5 to
399359b
Compare
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @vstinner: please review the changes made to this pull request. |
vstinner
left a comment
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 @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
…ythonGH-23062) (cherry picked from commit 7feb54a) Co-authored-by: Dong-hee Na <[email protected]>
|
GH-23074 is a backport of this pull request to the 3.9 branch. |
…H-23062) (cherry picked from commit 7feb54a) Co-authored-by: Dong-hee Na <[email protected]>
https://bugs.python.org/issue37483