]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Dec 2018 07:51:15 +0000 (23:51 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 07:51:15 +0000 (23:51 -0800)
commitafb07fccf013f20b89b33516f126695388be47b9
tree151df49128e405dce363b65ca6941d489a116e28
parent93d038c91dc3075dd34b41ce6b6fb4ea07fbb8c3
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)

(cherry picked from commit 2a893430c9c8378cbdfac95895a64fa07aaff9ed)

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