[issue18203] Replace direct calls to malloc() with PyMem_Malloc() or PyMem_RawMalloc()

Roundup Robot report at bugs.python.org
Sun Jul 7 22:58:06 CEST 2013


Roundup Robot added the comment:

New changeset 31a635303e55 by Victor Stinner in branch 'default':
Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar()
http://hg.python.org/cpython/rev/31a635303e55

----------

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


More information about the Python-bugs-list mailing list