[New-bugs-announce] [issue35414] A reference counting bug in PyState_RemoveModule()

Zackery Spytz report at bugs.python.org
Wed Dec 5 01:25:24 EST 2018


New submission from Zackery Spytz <zspytz at gmail.com>:

There's a missing Py_INCREF(Py_None) in PyState_RemoveModule().

----------
components: Interpreter Core
messages: 331091
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A reference counting bug in PyState_RemoveModule()
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list