]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Jan 2019 16:36:50 +0000 (08:36 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Jan 2019 16:36:50 +0000 (08:36 -0800)
commit3e3d57d8490b729a80c8cd9e90475dec122dfe9e
treec72564a58443fc6d1053b5f93ed4331a6fb0e563
parent1cbd17c6987afc48c16caa7ccc7d19b01fbd39f2
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128)

(cherry picked from commit 89c4f90df97f6039325e354167e8f507bf199fd9)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Python/import.c