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 ned.deily
Recipients JelleZijlstra, ned.deily, pablogsal, rhettinger, vstinner
Date 2021-05-04.21:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620162487.18.0.28656678059.issue44037@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report, Raymond, and for taking the time to check performance.

I am able to reliably reproduce the slowdowns in the benchmark between the 3.10.0a7 and 3.10.0b1 versions provided by the macOS installers on python.org. A similar slowdown is seen on both Intel and Apple Silicon Macs running macOS 11.3.1. Doing a quick build from source, I see no similar large differences between 3.10.0a7 and 3.10.0b1 on either macOS (with XC 12.5 Clang 12.0.5) or on a Debian Linux VM (with GCC 10.2.1). So it does seem to a difference in how the two macOS installers were built. There were some changes in the build env and process between a7 and b1. I will investigate further and report back here. But, the good news is that, AFAICT, there is no reason to suspect a general Python performance regression on this benchmark between a7 and b1.
History
Date User Action Args
2021-05-04 21:08:07ned.deilysetrecipients: + ned.deily, rhettinger, vstinner, JelleZijlstra, pablogsal
2021-05-04 21:08:07ned.deilysetmessageid: <1620162487.18.0.28656678059.issue44037@roundup.psfhosted.org>
2021-05-04 21:08:07ned.deilylinkissue44037 messages
2021-05-04 21:08:07ned.deilycreate