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 Nicolas Dessart
Recipients Nicolas Dessart
Date 2020-02-20.10:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582196367.35.0.594997677218.issue39632@roundup.psfhosted.org>
In-reply-to
Content
As I said in the associated PR, the build is failing on macOS because ctypes uses an obsolete libffi version bundled into Modules/_ctypes/libffi_osx for this platform. This old version of libffi is missing ffi_prep_cif_var.

There is an open issue that propose to remove the bundled libffi for OSX.
https://bugs.python.org/issue28491
History
Date User Action Args
2020-02-20 10:59:27Nicolas Dessartsetrecipients: + Nicolas Dessart
2020-02-20 10:59:27Nicolas Dessartsetmessageid: <1582196367.35.0.594997677218.issue39632@roundup.psfhosted.org>
2020-02-20 10:59:27Nicolas Dessartlinkissue39632 messages
2020-02-20 10:59:27Nicolas Dessartcreate