[New-bugs-announce] [issue41453] A possible reference leak in _locale.localeconv()

Zackery Spytz report at bugs.python.org
Sat Aug 1 01:37:36 EDT 2020


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

If the _Py_GetLocaleconvNumeric() call fails in _locale_localeconv_impl(),
"decimal_point" may be leaked.

----------
components: Extension Modules
messages: 374655
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A possible reference leak in _locale.localeconv()
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list