[New-bugs-announce] [issue35470] A deadly decref in _PyImport_FindExtensionObjectEx()

Zackery Spytz report at bugs.python.org
Wed Dec 12 07:42:37 EST 2018


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

In _PyImport_FindExtensionObjectEx(), "mod" shouldn't be decrefed if _PyState_AddModule() fails.

----------
components: Interpreter Core
messages: 331693
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A deadly decref in _PyImport_FindExtensionObjectEx()
versions: Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list