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 martin.panter
Recipients emptysquare, gvanrossum, martin.panter, ned.deily, ronaldoussoren, yselivanov
Date 2016-02-03.05:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454477941.16.0.491640109351.issue25924@psf.upfronthosting.co.za>
In-reply-to
Content
Hello Jesse. Maybe Yury might be more qualified here than me to handle OS X stuff (correct me if I’m wrong). I mainly just work with Linux.

But reading around socketmodule.c, it sounds like we want to be able to build it on newer OS versions, but still have it compatible with older versions. If so, how does that MAC_OS_X_VERSION_10_5 macro work? Would some run-time check also be needed?
History
Date User Action Args
2016-02-03 05:39:01martin.pantersetrecipients: + martin.panter, gvanrossum, ronaldoussoren, ned.deily, yselivanov, emptysquare
2016-02-03 05:39:01martin.pantersetmessageid: <1454477941.16.0.491640109351.issue25924@psf.upfronthosting.co.za>
2016-02-03 05:39:01martin.panterlinkissue25924 messages
2016-02-03 05:39:01martin.pantercreate