We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb619b commit 19c6db0Copy full SHA for 19c6db0
2 files changed
patch/Python/Python.patch
@@ -953,7 +953,7 @@ index 04a0d1fe65e..58695d56657 100644
953
+ # f"--{context.ci_mode}-ci",
954
+ "-uall",
955
+ "--rerun",
956
-+ "--single-process",
++ # "--single-process",
957
+ "-W",
958
+ # Timeout handling requires subprocesses; explicitly setting
959
+ # the timeout to -1 disables the faulthandler.
patch/Python/_cross_target.py.tmpl
@@ -81,4 +81,5 @@ sysconfig._BASE_PREFIX = sys.base_prefix
81
sysconfig._BASE_EXEC_PREFIX = sys.base_exec_prefix
82
83
# Force sysconfig data to be loaded (and cached).
84
-sysconfig._init_config_vars()
+sysconfig._CONFIG_VARS = None
85
+sysconfig.get_config_vars()
0 commit comments