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 Zorg, ned.deily, ronaldoussoren
Date 2018-09-06.17:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536254085.71.0.56676864532.issue34597@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-09-06 17:14:45ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, Zorg
2018-09-06 17:14:45ronaldoussorensetmessageid: <1536254085.71.0.56676864532.issue34597@psf.upfronthosting.co.za>
2018-09-06 17:14:45ronaldoussorenlinkissue34597 messages
2018-09-06 17:14:45ronaldoussorencreate