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 methane
Recipients b@n, methane, serhiy.storchaka
Date 2018-05-18.00:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+Tzx4qY59ZsPrvzTpQ9+b8pZU7PJwzZR9=YK7n_UjTHLYQ@mail.gmail.com>
In-reply-to <1526582685.44.0.682650639539.issue33554@psf.upfronthosting.co.za>
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?

I can't understand.
What dictresize does now other than resize?
Could you show how dictresize can be simplified when clear_dummy_keys() is
added?

Anyway, current my opinion is -1 on this.
We can add similar function when fixing Issue31954.
History
Date User Action Args
2018-05-18 00:56:07methanesetrecipients: + methane, serhiy.storchaka, b@n
2018-05-18 00:56:07methanelinkissue33554 messages
2018-05-18 00:56:06methanecreate