-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Fix the documentation for PyCode_New #107186
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
The signature is incorrectly documented from Python 3.11 upwards - it also adds the `qualname` parameter
|
Thanks @da-woods for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Thanks @da-woods for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Sorry, @da-woods and @kumaraditya303, I could not cleanly backport this to |
|
GH-107440 is a backport of this pull request to the 3.12 branch. |
…GH-107186) (cherry picked from commit f2abeb5) Co-authored-by: da-woods <dw-git@d-woods.co.uk>
|
GH-107454 is a backport of this pull request to the 3.11 branch. |
The signature is incorrectly documented from Python 3.11 upwards - it also adds the
qualnameparameter📚 Documentation preview 📚: https://cpython-previews--107186.org.readthedocs.build/