[New-bugs-announce] [issue29718] Fixed compile on cygwin.

Decorater report at bugs.python.org
Fri Mar 3 22:49:42 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29718>
_______________________________________


More information about the New-bugs-announce mailing list