This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author b@n
Recipients b@n, methane, serhiy.storchaka
Date 2018-05-17.18:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526582685.44.0.682650639539.issue33554@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-05-17 18:44:45b@nsetrecipients: + b@n, methane, serhiy.storchaka
2018-05-17 18:44:45b@nsetmessageid: <1526582685.44.0.682650639539.issue33554@psf.upfronthosting.co.za>
2018-05-17 18:44:45b@nlinkissue33554 messages
2018-05-17 18:44:45b@ncreate