[issue28731] _PyDict_NewPresized() creates too small dict

STINNER Victor report at bugs.python.org
Fri Nov 18 08:33:15 EST 2016


STINNER Victor added the comment:

Ok, it's an optimization, not a performance regression of Python 3.6. In this case, I suggest to first push the change to Python 3.7, and after 3.6.0 release, backport to 3.6 (if you want to), and maybe even 3.5 if it makes sense (and if you want).

I didn't review the patch.

----------

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


More information about the Python-bugs-list mailing list