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 davin, kapilt, ned.deily, pitrou, ronaldoussoren
Date 2018-06-03.08:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528015891.7.0.592728768989.issue33725@psf.upfronthosting.co.za>
In-reply-to
Content
@Ned: In the long run the macOS installers should be build using the latest SDK, primarily to get full API coverage and access to all system APIs.

AFAIK building using the macOS 10.9 SDK still excludes a number of libSystem APIs that would be made available through the posix module when building with a newer SDK. 

That's something that would require some effort though to ensure that the resulting binary still works on older versions of macOS (basically similar to the work I've done in the post to weak link some other symbols in the posix module).
History
Date User Action Args
2018-06-03 08:51:31ronaldoussorensetrecipients: + ronaldoussoren, pitrou, ned.deily, davin, kapilt
2018-06-03 08:51:31ronaldoussorensetmessageid: <1528015891.7.0.592728768989.issue33725@psf.upfronthosting.co.za>
2018-06-03 08:51:31ronaldoussorenlinkissue33725 messages
2018-06-03 08:51:31ronaldoussorencreate