Skip to content

Commit 19c6db0

Browse files
committed
Correct testbed and cross-env arguments.
1 parent 6eb619b commit 19c6db0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

patch/Python/Python.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ index 04a0d1fe65e..58695d56657 100644
953953
+ # f"--{context.ci_mode}-ci",
954954
+ "-uall",
955955
+ "--rerun",
956-
+ "--single-process",
956+
+ # "--single-process",
957957
+ "-W",
958958
+ # Timeout handling requires subprocesses; explicitly setting
959959
+ # the timeout to -1 disables the faulthandler.

patch/Python/_cross_target.py.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ sysconfig._BASE_PREFIX = sys.base_prefix
8181
sysconfig._BASE_EXEC_PREFIX = sys.base_exec_prefix
8282

8383
# Force sysconfig data to be loaded (and cached).
84-
sysconfig._init_config_vars()
84+
sysconfig._CONFIG_VARS = None
85+
sysconfig.get_config_vars()

0 commit comments

Comments
 (0)