[issue16254] Make PyUnicode_AsWideCharString() increase temporary

STINNER Victor report at bugs.python.org
Thu Oct 9 11:08:38 CEST 2014


STINNER Victor added the comment:

I proposed to change PyUnicode_AsWideCharString() to not cache the result: see my issue #22323 "Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(): don't cache the result".

See also my issues #22271 "Deprecate PyUnicode_AsUnicode(): emit a DeprecationWarning" and #22324 "Use PyUnicode_AsWideCharString() instead of PyUnicode_AsUnicode()".

----------

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


More information about the Python-bugs-list mailing list