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 emptysquare, hugh, ionelmc, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner, yselivanov
Date 2020-05-16.09:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589623011.27.0.0525022931462.issue25920@roundup.psfhosted.org>
In-reply-to
Content
The macOS test checks if the binary targets macOS 10.4 or earlier.  Those versions of macOS have been out of support for a very long time, and we haven't had installers targeting those versions of macOS for a long time as well.  2.7 and 3.5 had installers targeting macOS 10.5, current installers target macOS 10.9. 

IMHO macOS 10.4 has moved into museum territory and I wouldn't bother supporting it anymore.

Support for USE_GETADDRINFO_LOCK is only enabled for very old OS releases, the OS that stopped requiring this the latest is OpenBSD in 2013 (7 years ago). The other OSes stopped requiring this in code in 2007 (13 years ago).

I'd drop this code instead of fixing it.
History
Date User Action Args
2020-05-16 09:56:51ronaldoussorensetrecipients: + ronaldoussoren, terry.reedy, vstinner, ionelmc, serhiy.storchaka, yselivanov, emptysquare, hugh
2020-05-16 09:56:51ronaldoussorensetmessageid: <1589623011.27.0.0525022931462.issue25920@roundup.psfhosted.org>
2020-05-16 09:56:51ronaldoussorenlinkissue25920 messages
2020-05-16 09:56:51ronaldoussorencreate