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 matzeri
Recipients ZackerySpytz, erik.bray, lazka, matzeri
Date 2021-01-02.23:24:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The Analysis is correct. 
Removing the test for CYGWIN and always include the 
<netinet/tcp.h>

solved the problem building all python (3.6,3.7,3.8) packages

https://sourceware.org/pipermail/cygwin-apps/2020-December/040845.html
https://sourceware.org/pipermail/cygwin-announce/2020-December/009853.html

attached patch used on the build.
Similar one was applied to the rebuild of 2.7.18
History
Date User Action Args
2021-01-02 23:24:50matzerisetrecipients: + matzeri, erik.bray, lazka, ZackerySpytz
2021-01-02 23:24:50matzerisetmessageid: <[email protected]>
2021-01-02 23:24:50matzerilinkissue41374 messages
2021-01-02 23:24:50matzericreate