[New-bugs-announce] [issue28233] PyUnicode_FromFormatV can leak PyUnicodeWriter

Christian Heimes report at bugs.python.org
Wed Sep 21 05:54:58 EDT 2016


New submission from Christian Heimes:

PyUnicode_FromFormatV() does not call _PyUnicodeWriter_Finish() in p > 127 case and therefore leaks a PyUnicodeWriter instance.

----------
components: Interpreter Core
messages: 277118
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: PyUnicode_FromFormatV can leak PyUnicodeWriter
type: resource usage
versions: Python 3.5, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list