Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10#107227
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10#107227
Uh oh!
There was an error while loading.Please reload this page.
Conversation
a7d7a47 to333c910Comparevstinner commentedJul 25, 2023
You should not backport this change to Python 3.10:
|
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
miss-islington commentedJul 25, 2023
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…d API 3.10 (pythonGH-107227)(cherry picked from commit698b015)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedJul 25, 2023
GH-107260 is a backport of this pull request to the3.12 branch. |
…d API 3.10 (pythonGH-107227)(cherry picked from commit698b015)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedJul 25, 2023
GH-107261 is a backport of this pull request to the3.11 branch. |
Uh oh!
There was an error while loading.Please reload this page.