[New-bugs-announce] [issue34503] Reference leak in PyErr_SetObject()

Alexey Izbyshev report at bugs.python.org
Sat Aug 25 16:00:20 EDT 2018


New submission from Alexey Izbyshev <izbyshev at ispras.ru>:

'exc_value' reference is leaked at https://github.com/python/cpython/blob/5f79b50763d687aeeed8edcb4efcc7ac9f8fa186/Python/errors.c#L113

----------
components: Interpreter Core
messages: 324099
nosy: benjamin.peterson, berker.peksag, izbyshev, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Reference leak in PyErr_SetObject()
type: resource usage
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list