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 Mark.Shannon
Recipients Mark.Shannon
Date 2019-06-09.09:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560072227.25.0.180298594259.issue37207@roundup.psfhosted.org>
In-reply-to
Content
PEP 590 allows us the short circuit the __new__, __init__ slow path for commonly created builtin types.
As an initial step, we can speed up calls to range, list and dict by about 30%.
See https://gist.github.com/markshannon/5cef3a74369391f6ef937d52cca9bfc8
History
Date User Action Args
2019-06-09 09:23:47Mark.Shannonsetrecipients: + Mark.Shannon
2019-06-09 09:23:47Mark.Shannonsetmessageid: <1560072227.25.0.180298594259.issue37207@roundup.psfhosted.org>
2019-06-09 09:23:47Mark.Shannonlinkissue37207 messages
2019-06-09 09:23:47Mark.Shannoncreate