[issue26249] Change PyMem_Malloc to use pymalloc allocator

STINNER Victor report at bugs.python.org
Wed Mar 9 12:01:25 EST 2016


STINNER Victor added the comment:

> I'm sure you can use powerful tools such as "sed" ;-)

I guess that PyMem functions are used in third party C extensions modules. I expect (minor) speedup in these modules too.

I don't understand why we should keep a slow allocator if Python has a faster allocator?

----------

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


More information about the Python-bugs-list mailing list