[issue3329] API for setting the memory allocator used by Python

Antoine Pitrou report at bugs.python.org
Thu Aug 25 19:16:25 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

All this needs is a patch.
Note that there are some places where we call malloc()/free() without going through our abstraction API. This is not in allocation-heavy paths, though.

----------
nosy: +pitrou
versions: +Python 3.3 -Python 3.2

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


More information about the Python-bugs-list mailing list