[issue26382] List object memory allocator

STINNER Victor report at bugs.python.org
Thu Feb 18 11:21:29 EST 2016


STINNER Victor added the comment:

Instead of modifying individual files, I proposed to modify PyMem_Malloc to use PyObject_Malloc allocator: issue #26249.

But the patch for Python 2 still makes sense.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list