Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
multiprocessing, not compiler
  • Loading branch information
carljm committed Apr 28, 2023
commit 9b71c206b7d27703f83f02c79e928f97e610b0c9
2 changes: 1 addition & 1 deletion Lib/test/libregrtest/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def __str__(self) -> str:

SPLITTESTDIRS = {
"test_asyncio",
"test_compiler",
"test_multiprocessing",
Comment thread
zitterbewegung marked this conversation as resolved.
Outdated
}

# Storage of uncollectable objects
Expand Down