python3: Update to 3.5.2

This commit is contained in:
Alexey Pavlov
2016-07-12 14:49:26 +03:00
parent 3667715578
commit e9c507d51e
91 changed files with 768 additions and 769 deletions

View File

@@ -1,7 +1,7 @@
diff -Naur Python-3.5.0-orig/configure.ac Python-3.5.0/configure.ac
--- Python-3.5.0-orig/configure.ac 2015-09-21 13:41:28.609988300 +0300
+++ Python-3.5.0/configure.ac 2015-09-21 13:41:28.722977000 +0300
@@ -2272,6 +2272,9 @@
diff -Naur Python-3.5.2-orig/configure.ac Python-3.5.2/configure.ac
--- Python-3.5.2-orig/configure.ac 2016-07-12 14:21:09.091800700 +0300
+++ Python-3.5.2/configure.ac 2016-07-12 14:21:09.347800700 +0300
@@ -2397,6 +2397,9 @@
CYGWIN*) SHLIB_SUFFIX=.dll;;
*) SHLIB_SUFFIX=.so;;
esac
@@ -11,7 +11,7 @@ diff -Naur Python-3.5.0-orig/configure.ac Python-3.5.0/configure.ac
fi
AC_MSG_RESULT($SHLIB_SUFFIX)
@@ -3272,6 +3275,12 @@
@@ -3397,6 +3400,12 @@
fi
;;
esac
@@ -24,7 +24,7 @@ diff -Naur Python-3.5.0-orig/configure.ac Python-3.5.0/configure.ac
fi
AC_MSG_RESULT($DYNLOADFILE)
if test "$DYNLOADFILE" != "dynload_stub.o"
@@ -4519,6 +4528,12 @@
@@ -4644,6 +4653,12 @@
*)
EXT_SUFFIX=${SHLIB_SUFFIX};;
esac
@@ -37,10 +37,10 @@ diff -Naur Python-3.5.0-orig/configure.ac Python-3.5.0/configure.ac
AC_MSG_CHECKING(LDVERSION)
LDVERSION='$(VERSION)$(ABIFLAGS)'
diff -Naur Python-3.5.0-orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in
--- Python-3.5.0-orig/Makefile.pre.in 2015-09-21 13:41:26.014247900 +0300
+++ Python-3.5.0/Makefile.pre.in 2015-09-21 13:41:28.746974600 +0300
@@ -763,6 +763,12 @@
diff -Naur Python-3.5.2-orig/Makefile.pre.in Python-3.5.2/Makefile.pre.in
--- Python-3.5.2-orig/Makefile.pre.in 2016-07-12 14:21:05.319800700 +0300
+++ Python-3.5.2/Makefile.pre.in 2016-07-12 14:21:09.366300700 +0300
@@ -789,6 +789,12 @@
-DSHLIB_EXT='"$(EXT_SUFFIX)"' \
-o $@ $(srcdir)/Python/dynload_hpux.c
@@ -53,9 +53,9 @@ diff -Naur Python-3.5.0-orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in
Python/sysmodule.o: $(srcdir)/Python/sysmodule.c Makefile
$(CC) -c $(PY_CORE_CFLAGS) \
-DABIFLAGS='"$(ABIFLAGS)"' \
diff -Naur Python-3.5.0-orig/Python/dynload_win.c Python-3.5.0/Python/dynload_win.c
--- Python-3.5.0-orig/Python/dynload_win.c 2015-09-13 14:41:26.000000000 +0300
+++ Python-3.5.0/Python/dynload_win.c 2015-09-21 13:41:28.760973200 +0300
diff -Naur Python-3.5.2-orig/Python/dynload_win.c Python-3.5.2/Python/dynload_win.c
--- Python-3.5.2-orig/Python/dynload_win.c 2016-06-26 00:38:38.000000000 +0300
+++ Python-3.5.2/Python/dynload_win.c 2016-07-12 14:21:09.386300700 +0300
@@ -35,11 +35,21 @@
#define PYD_UNTAGGED_SUFFIX PYD_DEBUG_SUFFIX ".pyd"