[issue33554] Optimize PyDictObject

b@n report at bugs.python.org
Thu May 17 14:44:45 EDT 2018


b at n <ban1314 at gmail.com> added the comment:

A little performance optimization, but I think the key is not in performance optimization.
The semantics of the dictresize function are not uniform, and it is inconvenient for others to read. The dictresize function should be split to make it just resize. What do you think?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33554>
_______________________________________


More information about the Python-bugs-list mailing list