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 ned.deily
Recipients ned.deily, ronaldoussoren, serhiy.storchaka, steve.dower
Date 2020-07-31.11:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596193967.37.0.404741433562.issue37586@roundup.psfhosted.org>
In-reply-to
Content
The immediate problem is that the version of Xcode you are using supplies a MacOSX10.15 SDK by default. Since you are running on 10.14, the test passes if you build using a MacOSX10.14 SDK. Either upgrade to 10.15 or grab the 10.14 SDK from a previous version of Xcode or the Command Line Tools (which is all you need to build and test Python) and make that SDK the default.  Ronald's patch will eventually fix that but, unless you are building for a newer OS version on an older OS version, it is still safest to use the SDK version that corresponds to the running system.
History
Date User Action Args
2020-07-31 11:12:47ned.deilysetrecipients: + ned.deily, ronaldoussoren, serhiy.storchaka, steve.dower
2020-07-31 11:12:47ned.deilysetmessageid: <1596193967.37.0.404741433562.issue37586@roundup.psfhosted.org>
2020-07-31 11:12:47ned.deilylinkissue37586 messages
2020-07-31 11:12:46ned.deilycreate