[issue26382] List object memory allocator

STINNER Victor report at bugs.python.org
Thu Dec 29 04:41:53 EST 2016


STINNER Victor added the comment:

I know PyMem and PyObject allocator is same by default. But it's
configurable.
How should I choose right allocator?

The two functions always use the same allocator:
https://docs.python.org/dev/using/cmdline.html#envvar-PYTHONMALLOC

Sorry but which issue are you trying to fix here? Can you please elaborate
your use case?

As I wrote before, only Python 2 should be modified now (if you consider
that it's worth it, the speedup is small).

----------

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


More information about the Python-bugs-list mailing list