New submission from Decorater:

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.

----------
components: Build, Installation, Interpreter Core
messages: 288949
nosy: Decorater
priority: normal
severity: normal
status: open
title: Fixed compile on cygwin.
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to