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,6 +1,6 @@
diff -Naur Python-3.5.0-orig/Lib/sysconfig.py Python-3.5.0/Lib/sysconfig.py
--- Python-3.5.0-orig/Lib/sysconfig.py 2015-09-13 14:41:21.000000000 +0300
+++ Python-3.5.0/Lib/sysconfig.py 2015-09-21 13:41:02.028646700 +0300
diff -Naur Python-3.5.2-orig/Lib/sysconfig.py Python-3.5.2/Lib/sysconfig.py
--- Python-3.5.2-orig/Lib/sysconfig.py 2016-06-26 00:38:36.000000000 +0300
+++ Python-3.5.2/Lib/sysconfig.py 2016-07-12 14:20:28.876300700 +0300
@@ -257,6 +257,7 @@
# if the expansion uses the name without a prefix.
renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS')
@@ -9,7 +9,7 @@ diff -Naur Python-3.5.0-orig/Lib/sysconfig.py Python-3.5.0/Lib/sysconfig.py
while len(variables) > 0:
for name in tuple(variables):
value = notdone[name]
@@ -393,6 +394,19 @@
@@ -398,6 +399,19 @@
f.write('build_time_vars = ')
pprint.pprint(vars, stream=f)