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 serhiy.storchaka
Recipients Marco Sulla, Mark.Shannon, methane, serhiy.storchaka
Date 2020-10-31.10:29:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604140157.99.0.899407906279.issue41835@roundup.psfhosted.org>
In-reply-to
Content
Both changes add significant amount of code (100 and 85 lines correspondingly). Even if they speed up a particular case of dict constructor it is not common use case.

I think that it would be better to reject these changes. They make maintenance harder, the benefit seems insignificant, and there is always a danger that new code can slow down other code. The dict object is performance critical for python, so it is better to not touch its code without need.
History
Date User Action Args
2020-10-31 10:29:18serhiy.storchakasetrecipients: + serhiy.storchaka, methane, Mark.Shannon, Marco Sulla
2020-10-31 10:29:17serhiy.storchakasetmessageid: <1604140157.99.0.899407906279.issue41835@roundup.psfhosted.org>
2020-10-31 10:29:17serhiy.storchakalinkissue41835 messages
2020-10-31 10:29:17serhiy.storchakacreate