-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #704 from h-vetinari/3.12
python v3.12.6
- Loading branch information
Showing
38 changed files
with
142 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 4f915b76bf52d9a4a355e0047b0ac8d66a8ec336 Mon Sep 17 00:00:00 2001 | ||
From edbd7f42ff90622685f5fa15b8c639ed3f7832a6 Mon Sep 17 00:00:00 2001 | ||
From: Ray Donnelly <[email protected]> | ||
Date: Wed, 16 Aug 2017 11:53:55 +0100 | ||
Subject: [PATCH 01/22] Win32: Change FD_SETSIZE from 512 to 2048 | ||
|
@@ -9,7 +9,7 @@ https://github.com/ContinuumIO/anaconda-issues/issues/1241 | |
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c | ||
index 97f1db20f6..166222bafb 100644 | ||
index 50788e5344c..43df5ecba84 100644 | ||
--- a/Modules/selectmodule.c | ||
+++ b/Modules/selectmodule.c | ||
@@ -46,7 +46,7 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 89ac50838fc3c43b63342d7b9c434fe68e11d678 Mon Sep 17 00:00:00 2001 | ||
From 1865372dfa940600b533c0be8fd8e384465c1cd9 Mon Sep 17 00:00:00 2001 | ||
From: Ray Donnelly <[email protected]> | ||
Date: Thu, 7 Sep 2017 11:35:47 +0100 | ||
Subject: [PATCH 02/22] Win32: Do not download externals | ||
|
@@ -8,7 +8,7 @@ Subject: [PATCH 02/22] Win32: Do not download externals | |
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/PCbuild/build.bat b/PCbuild/build.bat | ||
index d333ceabd2..11e3d16a4f 100644 | ||
index d333ceabd2e..11e3d16a4fd 100644 | ||
--- a/PCbuild/build.bat | ||
+++ b/PCbuild/build.bat | ||
@@ -97,7 +97,7 @@ if "%IncludeCTypes%"=="" set IncludeCTypes=true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 1add97729db66a572b0ad8f26186071c6d1b19fd Mon Sep 17 00:00:00 2001 | ||
From 1c661b34b7aa6a685b8e196a071c234dfd3d3ae1 Mon Sep 17 00:00:00 2001 | ||
From: Ray Donnelly <[email protected]> | ||
Date: Tue, 5 Dec 2017 22:47:59 +0000 | ||
Subject: [PATCH 03/22] Fix find_library so that it looks in sys.prefix/lib | ||
|
@@ -10,7 +10,7 @@ Subject: [PATCH 03/22] Fix find_library so that it looks in sys.prefix/lib | |
2 files changed, 28 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/Lib/ctypes/macholib/dyld.py b/Lib/ctypes/macholib/dyld.py | ||
index 583c47daff..ab9b01c87e 100644 | ||
index 583c47daff3..ab9b01c87e2 100644 | ||
--- a/Lib/ctypes/macholib/dyld.py | ||
+++ b/Lib/ctypes/macholib/dyld.py | ||
@@ -93,6 +93,10 @@ def dyld_executable_path_search(name, executable_path=None): | ||
|
@@ -25,7 +25,7 @@ index 583c47daff..ab9b01c87e 100644 | |
yield os.path.join(executable_path, name[len('@executable_path/'):]) | ||
|
||
diff --git a/Lib/ctypes/util.py b/Lib/ctypes/util.py | ||
index c550883e7c..78b0b014f0 100644 | ||
index c550883e7c7..78b0b014f09 100644 | ||
--- a/Lib/ctypes/util.py | ||
+++ b/Lib/ctypes/util.py | ||
@@ -70,7 +70,8 @@ def find_library(name): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 4c0b20c3cebfcb8eaa0406c7b626322d01087492 Mon Sep 17 00:00:00 2001 | ||
From a71272380012ea0c78c9979ffcac49c121e30974 Mon Sep 17 00:00:00 2001 | ||
From: Ray Donnelly <[email protected]> | ||
Date: Sat, 27 Oct 2018 18:48:30 +0100 | ||
Subject: [PATCH 04/22] Disable registry lookup unless CONDA_PY_ALLOW_REG_PATHS | ||
|
@@ -11,7 +11,7 @@ Co-authored-by: Isuru Fernando<[email protected]> | |
2 files changed, 3 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/Modules/getpath.c b/Modules/getpath.c | ||
index 0a31000075..b0efef2f53 100644 | ||
index 0a310000751..b0efef2f539 100644 | ||
--- a/Modules/getpath.c | ||
+++ b/Modules/getpath.c | ||
@@ -899,6 +899,7 @@ _PyConfig_InitPathConfig(PyConfig *config, int compute_path_config) | ||
|
@@ -23,7 +23,7 @@ index 0a31000075..b0efef2f53 100644 | |
!progname_to_dict(dict, "real_executable") || | ||
!library_to_dict(dict, "library") || | ||
diff --git a/Modules/getpath.py b/Modules/getpath.py | ||
index 9913fcba49..15a06c7e44 100644 | ||
index 9913fcba497..15a06c7e44b 100644 | ||
--- a/Modules/getpath.py | ||
+++ b/Modules/getpath.py | ||
@@ -51,6 +51,7 @@ | ||
|
Oops, something went wrong.