bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx() by ZackerySpytz · Pull Request #11128 · python/cpython
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.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jan 10, 2019…ectEx(). (pythonGH-11128) (cherry picked from commit 89c4f90) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington added a commit that referenced this pull request
Jan 10, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters