mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
Ports: Update Python to 3.10.0
Released on 2021-10-04. https://www.python.org/downloads/release/python-3100/
This commit is contained in:
parent
e5938e66f3
commit
fb98e12f86
7 changed files with 18 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
--- Python-3.10.0rc2/Modules/posixmodule.h 2021-08-03 19:01:36.368000000 +0100
|
||||
+++ Python-3.10.0rc2/Modules/posixmodule.h 2021-08-03 19:01:54.120205211 +0100
|
||||
--- Python-3.10.0/Modules/posixmodule.h 2021-08-03 19:01:36.368000000 +0100
|
||||
+++ Python-3.10.0/Modules/posixmodule.h 2021-08-03 19:01:54.120205211 +0100
|
||||
@@ -19,7 +19,8 @@
|
||||
#endif /* MS_WINDOWS */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Python-3.10.0rc2/Include/pyport.h 2021-08-03 18:40:05.313000000 +0100
|
||||
+++ Python-3.10.0rc2/Include/pyport.h 2021-08-03 18:40:28.722351782 +0100
|
||||
--- Python-3.10.0/Include/pyport.h 2021-08-03 18:40:05.313000000 +0100
|
||||
+++ Python-3.10.0/Include/pyport.h 2021-08-03 18:40:28.722351782 +0100
|
||||
@@ -843,7 +843,7 @@
|
||||
# error "Py_TRACE_REFS ABI is not compatible with release and debug ABI"
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Python-3.10.0rc2/config.sub 2021-08-03 19:03:07.361000000 +0100
|
||||
+++ Python-3.10.0rc2/config.sub 2021-08-03 19:04:06.425786525 +0100
|
||||
--- Python-3.10.0/config.sub 2021-08-03 19:03:07.361000000 +0100
|
||||
+++ Python-3.10.0/config.sub 2021-08-03 19:04:06.425786525 +0100
|
||||
@@ -1485,6 +1485,8 @@
|
||||
-oss*)
|
||||
os=-sysv3
|
||||
|
@ -9,8 +9,8 @@
|
|||
-svr4*)
|
||||
os=-sysv4
|
||||
;;
|
||||
--- Python-3.10.0rc2/configure.ac 2021-08-03 19:04:59.784000000 +0100
|
||||
+++ Python-3.10.0rc2/configure.ac 2021-08-03 19:08:42.069896469 +0100
|
||||
--- Python-3.10.0/configure.ac 2021-08-03 19:04:59.784000000 +0100
|
||||
+++ Python-3.10.0/configure.ac 2021-08-03 19:08:42.069896469 +0100
|
||||
@@ -391,6 +391,9 @@
|
||||
# a lot of different things including 'define_xopen_source'
|
||||
# in the case statement below.
|
||||
|
@ -48,8 +48,8 @@
|
|||
# -u libsys_s pulls in all symbols in libsys
|
||||
Darwin/*)
|
||||
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
|
||||
--- Python-3.10.0rc2/configure 2021-09-07 15:18:28.000000000 +0200
|
||||
+++ Python-3.10.0rc2/configure 2021-09-18 17:01:57.104963183 +0200
|
||||
--- Python-3.10.0/configure 2021-09-07 15:18:28.000000000 +0200
|
||||
+++ Python-3.10.0/configure 2021-09-18 17:01:57.104963183 +0200
|
||||
@@ -3325,6 +3325,9 @@
|
||||
# a lot of different things including 'define_xopen_source'
|
||||
# in the case statement below.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Python-3.10.0rc2/Modules/socketmodule.c 2021-09-09 01:14:41.120232921 +0800
|
||||
+++ Python-3.10.0rc2/Modules/socketmodule.c 2021-08-03 03:53:59.000000000 +0800
|
||||
@@ -171,7 +171,7 @@
|
||||
--- Python-3.10.0/Modules/socketmodule.c 2021-09-09 01:14:41.120232921 +0800
|
||||
+++ Python-3.10.0/Modules/socketmodule.c 2021-08-03 03:53:59.000000000 +0800
|
||||
@@ -168,7 +168,7 @@
|
||||
# undef HAVE_GETHOSTBYNAME_R_6_ARG
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Python-3.10.0rc2/setup.py 2021-09-18 16:58:59.857000000 +0200
|
||||
+++ Python-3.10.0rc2/setup.py 2021-09-18 16:59:10.448465217 +0200
|
||||
--- Python-3.10.0/setup.py 2021-09-18 16:58:59.857000000 +0200
|
||||
+++ Python-3.10.0/setup.py 2021-09-18 16:59:10.448465217 +0200
|
||||
@@ -832,8 +832,8 @@
|
||||
add_dir_to_list(self.compiler.include_dirs,
|
||||
sysconfig.get_config_var("INCLUDEDIR"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue