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 christian.heimes, mark.dickinson, ned.deily, pitrou
Date 2021-12-07.02:43:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638845024.51.0.56896290649.issue45798@roundup.psfhosted.org>
In-reply-to
Content
The issue here turned out to be that the architecture selection code for libmpdec builds on macOS had been scrambled a bit on the move from setup.py to configure. To support universal builds correctly, libmpdec has code to decide itself which arch(s) to build with on macOS. PR 29949 restores that behavior and macOS universal2 builds (builds which have both native arm64 and x86_64 binaries in each executable or library file) now work again for 3.11.
History
Date User Action Args
2021-12-07 02:43:44ned.deilysetrecipients: + ned.deily, mark.dickinson, pitrou, christian.heimes
2021-12-07 02:43:44ned.deilysetmessageid: <1638845024.51.0.56896290649.issue45798@roundup.psfhosted.org>
2021-12-07 02:43:44ned.deilylinkissue45798 messages
2021-12-07 02:43:44ned.deilycreate