This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: A possible reference leak in _locale.localeconv()
Type: Stage: patch review
Components: Extension Modules Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ZackerySpytz
Priority: normal Keywords: patch

Created on 2020-08-01 05:37 by ZackerySpytz, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 21699 open ZackerySpytz, 2020-08-01 05:45
Messages (1)
msg374655 - (view) Author: Zackery Spytz (ZackerySpytz) * (Python triager) Date: 2020-08-01 05:37
If the _Py_GetLocaleconvNumeric() call fails in _locale_localeconv_impl(),
"decimal_point" may be leaked.
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85625
2020-08-01 05:45:08ZackerySpytzsetkeywords: + patch
stage: patch review
pull_requests: + pull_request20843
2020-08-01 05:37:36ZackerySpytzcreate