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 ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2020-06-26.08:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593160031.16.0.541574093149.issue41116@roundup.psfhosted.org>
In-reply-to
Content
These build for me (master branch), because the support for .tbd files in the macOS SDK still works.

The ones that don't build for me:

- Bits not found: _gdbm, _hashlib, _ssl, ossaudiodev, spwd
- Failed to build: _ctypes, _decimal, _lzma

This was with a "Universal 2" build (which explains _ctypes) and without 3party libraries (which explains _gdbm, _ssl and _lzma).  ossaudiodev and spwd are not supported on macOS even on older versions of the OS.

I can get _decimal to build with a trivial patch to Modules/_decimal/mpdecimal.py (I'll create a PR later today). The PR will obviously be untested w.r.t. actually supporting ARM64.
History
Date User Action Args
2020-06-26 08:27:11ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2020-06-26 08:27:11ronaldoussorensetmessageid: <1593160031.16.0.541574093149.issue41116@roundup.psfhosted.org>
2020-06-26 08:27:11ronaldoussorenlinkissue41116 messages
2020-06-26 08:27:11ronaldoussorencreate