STINNER Victor added the comment:

If it's an optimization, we need benchmarks.

We should also try to modify PyMem allocator to simply be an alias to PyObject 
allocator. I expect a little speedup. I'm not talking for the specific case of 
the dict type, but for all Python.

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

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

Reply via email to