Update to 3.9.23

This commit is contained in:
Tomáš Hrnčiar 2025-06-04 10:01:22 +02:00
commit ce0a8a4ce5
6 changed files with 14 additions and 13 deletions

View file

@ -47,7 +47,7 @@ index aaa300efa9..18f01f10d4 100644
def initialize_options(self):
"""Initializes options."""
@@ -419,8 +422,10 @@ def finalize_unix(self):
@@ -419,8 +422,10 @@ class install(Command):
raise DistutilsOptionError(
"must not supply exec-prefix without prefix")
@ -84,7 +84,7 @@ diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py
index e3f79bfde5..e124104876 100644
--- a/Lib/sysconfig.py
+++ b/Lib/sysconfig.py
@@ -86,6 +86,23 @@
@@ -86,6 +86,23 @@ _INSTALL_SCHEMES = {
},
}