[New-bugs-announce] [issue27248] Possible refleaks in PyType_Ready in error condition

Xiang Zhang report at bugs.python.org
Tue Jun 7 05:27:24 EDT 2016


New submission from Xiang Zhang:

As the title, in add_* used in PyType_Ready, the reference counts are not decreased when adding them to dict fails.

----------
files: refleak_in_pytype_ready.patch
keywords: patch
messages: 267607
nosy: serhiy.storchaka, xiang.zhang
priority: normal
severity: normal
status: open
title: Possible refleaks in PyType_Ready in error condition
Added file: http://bugs.python.org/file43276/refleak_in_pytype_ready.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27248>
_______________________________________


More information about the New-bugs-announce mailing list