Message 354935 - Python tracker

Message354935

Author ned.deily
Recipients mistydemeo, ned.deily
Date 2019-10-19.09:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571479049.5.0.360600837545.issue37285@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report and the PR (and sorry for the delay in responding).  There were several problems with building on macOS without installed header files, which is no longer supported in the most recent Xcode / Command Line Tools releases, as well as a problem specific to 2.7 which caused such builds to not find the system zlib.  All of these issues were addressed in the changes for bpo-36231 (c421c66a58a6caae30f0679d7e61411418e67cec) and bpo-19960 (da7f6dbbf52fe7074360a9eae918806da60139c5) which were merged to 2.7 a few months ago and are being released with 2.7.17. With these changes, the double-join problem your PR was correcting no longer occur.
History
Date User Action Args
2019-10-19 09:57:29ned.deilysetrecipients: + ned.deily, mistydemeo
2019-10-19 09:57:29ned.deilysetmessageid: <1571479049.5.0.360600837545.issue37285@roundup.psfhosted.org>
2019-10-19 09:57:29ned.deilylinkissue37285 messages
2019-10-19 09:57:29ned.deilycreate