]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
authorZackery Spytz <zspytz@gmail.com>
Wed, 5 Dec 2018 07:14:00 +0000 (00:14 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Dec 2018 07:14:00 +0000 (09:14 +0200)
commit2a893430c9c8378cbdfac95895a64fa07aaff9ed
treef23736aa59bae235f42abcea73bf0a37c235b192
parentc11b3b19a5b022c6c229043d37f9a9fd06f22500
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
Python/pystate.c