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 Maxime Belanger
Recipients Maxime Belanger, Mika_Hawkins, corona10, dirn, eamanu, erlendaasland, indygreg, jmr, jreese, lawrence-danna-apple, mattip, maxbelanger, miss-islington, mistydemeo, ned.deily, nieder, python-dev, ronaldoussoren, skrah
Date 2021-04-08.07:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617867309.69.0.389575491399.issue41100@roundup.psfhosted.org>
In-reply-to
Content
I had some time today, so I took a crack at merging this into Python 3.8. I've filed GH-25274 with my proposal.

To summarize, I'm suggesting back porting all changes from bpo-41100 (as well as the subsequent bpo-42688) but without the weak-linking changes to `posixmodule` and co, the installer changes and the `universal2` variant. This means we don't support `arm64` officially, but someone can build for it from source if they'd like.

This should unblock Homebrew (which currently manually patches based on some obsolete PRs) as well as folks who build from source and have a particular need (as we would for example at Dropbox).
History
Date User Action Args
2021-04-08 07:35:10Maxime Belangersetrecipients: + Maxime Belanger, ronaldoussoren, ned.deily, skrah, jmr, jreese, python-dev, dirn, mattip, indygreg, maxbelanger, eamanu, corona10, miss-islington, mistydemeo, erlendaasland, nieder, lawrence-danna-apple, Mika_Hawkins
2021-04-08 07:35:09Maxime Belangersetmessageid: <1617867309.69.0.389575491399.issue41100@roundup.psfhosted.org>
2021-04-08 07:35:09Maxime Belangerlinkissue41100 messages
2021-04-08 07:35:09Maxime Belangercreate