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 honglei.jiang, lukasz.langa, ned.deily, pablogsal, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-05-31.01:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590887566.95.0.284944605554.issue40754@roundup.psfhosted.org>
In-reply-to
Content
> The Windows installer also runs pip and IDLE tests before being published [...]

That's good and reminds me that I forgot to mention that for the macOS installer, besides the already mentioned tests, we also download, install, and smoke test a third-party wheel from PyPI using the bundled pip and we also do a visual inspection of the release's changelog by launching through IDLE the docset bundled with each installer. If the Python binaries included with the installer are built for multiple CPU architectures (macOS universal binaries), we would also attempt to ensure that the test suite is run at least once on each architecture (as of several months ago, we no longer regularly distribute such binaries but there's a good chance we may need to do so again in the not-too-distant future, for example, if Apple introduces macOS machines based on ARM CPUs).
History
Date User Action Args
2020-05-31 01:12:47ned.deilysetrecipients: + ned.deily, terry.reedy, paul.moore, tim.golden, lukasz.langa, honglei.jiang, zach.ware, steve.dower, pablogsal
2020-05-31 01:12:46ned.deilysetmessageid: <1590887566.95.0.284944605554.issue40754@roundup.psfhosted.org>
2020-05-31 01:12:46ned.deilylinkissue40754 messages
2020-05-31 01:12:46ned.deilycreate