[issue41453] A possible reference leak in _locale.localeconv()

2020-07-31 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +20843 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21699 ___ Python tracker ___ __

[issue41453] A possible reference leak in _locale.localeconv()

2020-07-31 Thread Zackery Spytz
New submission from Zackery Spytz : 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 l