-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx() #11128
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
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx() #11128
Conversation
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
That's what we get for using borrowed references. :/
@ZackerySpytz, are you already in Misc/ACKS? If not, be sure to add yourself in this PR. Also, this change (small as it is) should have a NEWS entry. |
I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches |
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-11506 is a backport of this pull request to the 3.7 branch. |
…ectEx(). (pythonGH-11128) (cherry picked from commit 89c4f90) Co-authored-by: Zackery Spytz <[email protected]>
…ectEx(). (GH-11128) (cherry picked from commit 89c4f90) Co-authored-by: Zackery Spytz <[email protected]>
https://bugs.python.org/issue35470