Ronald Oussoren <ronaldousso...@mac.com> added the comment:

@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).

----------

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

Reply via email to