Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6ae46b

Browse files
gpsheaddiegorusso
authored andcommitted
pythongh-71052: fix test_concurrent_futures wasi regression. (python#115923)
Fix the WASI test_concurrent_futures regression frompython#115917.
1 parent430e61e commitc6ae46b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎Lib/test/test_concurrent_futures/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
importos.path
22
importunittest
33
fromtestimportsupport
4-
fromtest.supportimportimport_helper
4+
fromtest.supportimportthreading_helper
5+
6+
7+
# Adjust if we ever have a platform with processes but not threads.
8+
threading_helper.requires_working_threading(module=True)
59

610

711
ifsupport.check_sanitizer(address=True,memory=True):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp