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 rhettinger
Recipients onethreeseven, python-dev, rhettinger
Date 2021-12-04.04:06:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638590770.77.0.137358097304.issue45976@roundup.psfhosted.org>
In-reply-to
Content
I just did a few timings using the stock python.org Mac builds.  Only Python 3.10 gave the expected speed-up.  Python 3.8 and Python 3.9 got slower.  Python 3.11 was slightly slower.

I think we should pass on this proposed change.  The current code is safer in that it has been consistently good while the proposed change is inconsistent and can't be relied upon across builds.
History
Date User Action Args
2021-12-04 04:06:10rhettingersetrecipients: + rhettinger, python-dev, onethreeseven
2021-12-04 04:06:10rhettingersetmessageid: <1638590770.77.0.137358097304.issue45976@roundup.psfhosted.org>
2021-12-04 04:06:10rhettingerlinkissue45976 messages
2021-12-04 04:06:10rhettingercreate