8000 Update test.support.interpreters to include missing RunFailedError im… · python/cpython@1a2bc94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a2bc94

Browse files
Update test.support.interpreters to include missing RunFailedError import (#103841)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent e8e59ee commit 1a2bc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/interpreters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import _xxinterpchannels as _channels
66

77
# aliases:
8-
from _xxsubinterpreters import is_shareable
8+
from _xxsubinterpreters import is_shareable, RunFailedError
99
from _xxinterpchannels import (
1010
ChannelError, ChannelNotFoundError, ChannelEmptyError,
1111
)

0 commit comments

Comments
 (0)
0