We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e59ee commit 1a2bc94Copy full SHA for 1a2bc94
Lib/test/support/interpreters.py
@@ -5,7 +5,7 @@
5
import _xxinterpchannels as _channels
6
7
# aliases:
8
-from _xxsubinterpreters import is_shareable
+from _xxsubinterpreters import is_shareable, RunFailedError
9
from _xxinterpchannels import (
10
ChannelError, ChannelNotFoundError, ChannelEmptyError,
11
)
0 commit comments