bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx() by ZackerySpytz · Pull Request #11128 · python/cpython

@ZackerySpytz

@ZackerySpytz

zhangyangyu

ericsnowcurrently

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. :/

@ericsnowcurrently

@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.

serhiy-storchaka

@vstinner

@miss-islington

@bedevere-bot

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, 2019
…ectEx(). (GH-11128)

(cherry picked from commit 89c4f90)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>