From: Zachary Ware Date: Tue, 11 Oct 2016 03:28:39 +0000 (-0500) Subject: Issue #28248: Merge with 3.6 X-Git-Tag: v3.7.0a1~2248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0732fd62d9b46950c36468d9dfdca10ba30751a4;p=thirdparty%2FPython%2Fcpython.git Issue #28248: Merge with 3.6 --- 0732fd62d9b46950c36468d9dfdca10ba30751a4 diff --cc Misc/NEWS index f81b08445021,1b45dbfe0041..76b2889343c6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -262,16 -270,6 +262,18 @@@ Window Build ----- ++- Issue #28248: Update Windows build to use OpenSSL 1.0.2j. ++ +- Issue #21124: Fix building the _struct module on Cygwin by passing ``NULL`` + instead of ``&PyType_Type`` to PyVarObject_HEAD_INIT. Patch by Masayuki + Yamamoto. + +- Issue #13756: Fix building extensions modules on Cygwin. Patch by Roumen + Petrov, based on original patch by Jason Tishler. + +- Issue #21085: Add configure check for siginfo_t.si_band, which Cygwin does + not provide. Patch by Masayuki Yamamoto with review and rebase by Erik Bray. + - Issue #28258: Fixed build with Estonian locale (python-config and distclean targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.