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

The primary Python.org installer supports 10.9 and later by way of being 
compiled on 10.9, and there is also an installer that supports 10.6. 

There currently is no promise that building on 10.13 results in code that works 
on earlier versions of macOS.

That said, I agree that building on later macOS releases and deploying to older 
ones is useful, and this is something that I used to do in the past (I 
currently have the good fortune to only need to deploy to macOS 10.13). 

It is possible to add runtime checks for APIs, that's something I've done in 
the past to for the same reason, and that code is still present (for example in 
posixmodule.c).

Is this something you can and want to work on?

----------

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

Reply via email to