Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix test_threading.
  • Loading branch information
ericsnowcurrently committed Dec 12, 2023
commit f90c6f668257bfcaefdb359c5559b9fea465015e
2 changes: 1 addition & 1 deletion Lib/test/test_threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

try:
from test.support import interpreters
except ModuleNotFoundError:
except ImportError:
interpreters = None

threading_helper.requires_working_threading(module=True)
Expand Down