Ned Deily <n...@python.org> added the comment:

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.

----------
priority: release blocker -> 
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45798>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to