[issue28731] _PyDict_NewPresized() creates too small dict

INADA Naoki report at bugs.python.org
Mon Nov 21 08:00:14 EST 2016


INADA Naoki added the comment:

OK. I've updated the patch.

BTW, I used const Py_ssize_t for function local constant.
Should I use file scope macro for such heuristic threshold, even it
is used only one function?

----------
priority: high -> normal

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


More information about the Python-bugs-list mailing list