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 The Compiler
Recipients The Compiler, serhiy.storchaka, vstinner
Date 2020-10-06.09:42:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601977323.27.0.253885989301.issue41944@roundup.psfhosted.org>
In-reply-to
Content
That assumption is false. For starters, distribution packagers do:

https://github.com/archlinux/svntogit-packages/blob/3fc85177e35d1ff9ab000950c5d1af9567730434/trunk/PKGBUILD#L72-L84

https://src.fedoraproject.org/rpms/python3.9/blob/master/f/python3.9.spec#_1168

When I build a Python from source (via an Arch User Repository package), I do as well, and so does anyone installing those packages by default.

Anyone building with --enable-optimizations (PGO) will likely do so as well, though I'm not sure if that runs this part of the testsuite.
History
Date User Action Args
2020-10-06 09:42:03The Compilersetrecipients: + The Compiler, vstinner, serhiy.storchaka
2020-10-06 09:42:03The Compilersetmessageid: <1601977323.27.0.253885989301.issue41944@roundup.psfhosted.org>
2020-10-06 09:42:03The Compilerlinkissue41944 messages
2020-10-06 09:42:03The Compilercreate