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 vstinner
Recipients ned.deily, vstinner
Date 2016-09-12.10:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473677501.77.0.96699360086.issue28099@psf.upfronthosting.co.za>
In-reply-to
Content
Mac OS X Tiger was released in 2004: 12 years ago, 3 years after Windows XP.

The Tiger buildbot has many issues, it uses an old compiler (GCC 4.0) and an old OpenSSL version.

Python 3.6 now requires ISO C99 support, whereas Tiger GCC 4.0 lacks support for C99 "extern inline" functions: issue #28092.

I propose to officially stop supporting Mac OS X Tiger in Python 3.6: modify the PEP 11 and What's New in Python 3.6 to announce the end of the support. Python 3.5 would be the last version supporting Tiger.
History
Date User Action Args
2016-09-12 10:51:41vstinnersetrecipients: + vstinner, ned.deily
2016-09-12 10:51:41vstinnersetmessageid: <1473677501.77.0.96699360086.issue28099@psf.upfronthosting.co.za>
2016-09-12 10:51:41vstinnerlinkissue28099 messages
2016-09-12 10:51:41vstinnercreate