STINNER Victor <victor.stin...@haypocalc.com> added the comment:

I'm not sure that PyMem_Realloc(NULL, size) is always equivalent to 
PyMem_Malloc(size). And I don't really know why I'm using PyMem_* instead of 
malloc() / free() :-) I suppose that Python has a faster memory allocator, or 
that it has better checks when compiled with pydebug?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to