[issue35414] A reference counting bug in PyState_RemoveModule()

Serhiy Storchaka report at bugs.python.org
Wed Dec 5 02:14:05 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset 2a893430c9c8378cbdfac95895a64fa07aaff9ed by Serhiy Storchaka (Zackery Spytz) in branch 'master':
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
https://github.com/python/cpython/commit/2a893430c9c8378cbdfac95895a64fa07aaff9ed


----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35414>
_______________________________________


More information about the Python-bugs-list mailing list