From: Zachary Ware Date: Tue, 11 Oct 2016 03:37:29 +0000 (-0500) Subject: Issue #28208: Merge with 3.6 X-Git-Tag: v3.7.0a1~2247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d794d66bdc2c07c552c31545dd6359bcc258ca6;p=thirdparty%2FPython%2Fcpython.git Issue #28208: Merge with 3.6 --- 8d794d66bdc2c07c552c31545dd6359bcc258ca6 diff --cc Misc/NEWS index 76b2889343c6,b9589e787a09..0ffbefc6ecba --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -262,18 -272,6 +262,20 @@@ Window Build ----- ++- Issue #28208: Update Windows build to use SQLite 3.14.2.0. ++ +- 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.