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

STINNER Victor report at bugs.python.org
Sun Jul 7 23:33:47 CEST 2013


STINNER Victor added the comment:

Ok, with the last changeset, I consider the issue has fixed. There is no more direct call to malloc() in the Python source code.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list