[New-bugs-announce] [issue35451] Incorrect reference counting for sys.warnoptions and sys._xoptions

Serhiy Storchaka report at bugs.python.org
Mon Dec 10 04:18:29 EST 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

Borrowed references are incorrectly decrefed in get_warnoptions() and get_xoptions() in Python/sysmodule.c. The bag was introduced in issue30860.

----------
components: Interpreter Core
messages: 331478
nosy: eric.snow, serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: Incorrect reference counting for sys.warnoptions and sys._xoptions
type: behavior
versions: Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list