Skip to content

Commit 77314bc

Browse files
Fix test_threading.
1 parent fcd101a commit 77314bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,7 @@ def func():
13241324
test.support.run_in_subinterp_with_config(
13251325
{subinterp_code!r},
13261326
allow_fork=True,
1327+
allow_exec=True,
13271328
allow_threads={allowed},
13281329
allow_daemon_threads={daemon_allowed},
13291330
)

0 commit comments

Comments
 (0)