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 Decorater
Recipients Decorater
Date 2017-03-04.03:49:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488599382.84.0.138970896501.issue29718@psf.upfronthosting.co.za>
In-reply-to
Content
Cygwin had an issue with building and installing python after it was configured. The main issue was the TLS key stuff which would make python fail to fully build or work correctly. This issue contains a patch for cygwin specifically to make it compile and work fully. It uses the __CYGWIN__ macro for separating the code from this patch with the TLS code on the other targets. This should help fix issues that was present in the standard library and setup.py in the repo for cygwin as well.
History
Date User Action Args
2017-03-04 03:49:42Decoratersetrecipients: + Decorater
2017-03-04 03:49:42Decoratersetmessageid: <1488599382.84.0.138970896501.issue29718@psf.upfronthosting.co.za>
2017-03-04 03:49:42Decoraterlinkissue29718 messages
2017-03-04 03:49:42Decoratercreate