python3: Update to 3.5.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -Naur Python-3.5.0-orig/Modules/selectmodule.c Python-3.5.0/Modules/selectmodule.c
|
||||
--- Python-3.5.0-orig/Modules/selectmodule.c 2015-09-13 14:41:25.000000000 +0300
|
||||
+++ Python-3.5.0/Modules/selectmodule.c 2015-09-21 13:41:35.081341100 +0300
|
||||
diff -Naur Python-3.5.2-orig/Modules/selectmodule.c Python-3.5.2/Modules/selectmodule.c
|
||||
--- Python-3.5.2-orig/Modules/selectmodule.c 2016-06-26 00:38:38.000000000 +0300
|
||||
+++ Python-3.5.2/Modules/selectmodule.c 2016-07-12 14:21:18.701800700 +0300
|
||||
@@ -102,9 +102,9 @@
|
||||
v = PyObject_AsFileDescriptor( o );
|
||||
if (v == -1) goto finally;
|
||||
@@ -22,10 +22,10 @@ diff -Naur Python-3.5.0-orig/Modules/selectmodule.c Python-3.5.0/Modules/selectm
|
||||
FD_SET(v, set);
|
||||
|
||||
/* add object and its file descriptor to the list */
|
||||
diff -Naur Python-3.5.0-orig/setup.py Python-3.5.0/setup.py
|
||||
--- Python-3.5.0-orig/setup.py 2015-09-21 13:41:34.983350900 +0300
|
||||
+++ Python-3.5.0/setup.py 2015-09-21 13:41:35.087340500 +0300
|
||||
@@ -654,7 +654,11 @@
|
||||
diff -Naur Python-3.5.2-orig/setup.py Python-3.5.2/setup.py
|
||||
--- Python-3.5.2-orig/setup.py 2016-07-12 14:21:18.450300700 +0300
|
||||
+++ Python-3.5.2/setup.py 2016-07-12 14:21:18.715800700 +0300
|
||||
@@ -681,7 +681,11 @@
|
||||
missing.append('spwd')
|
||||
|
||||
# select(2); not on ancient System V
|
||||
|
||||
Reference in New Issue
Block a user