Julian Taylor added the comment:

PyObject_Malloc just calls malloc above the threshold so there is no problem 
for larger dicts.
For larger dicts the performance of malloc is also irrelevant as the time will 
be spent elsewhere.

----------

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

Reply via email to