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

Skip to content

Commit e923971

Browse files
miss-islingtonBruceEckelAlexWaygood
authored
[3.12] Update test.support.interpreters to include missing RunFailedError import (GH-103841) (#106110)
(cherry picked from commit 1a2bc94) Co-authored-by: Bruce Eckel <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
1 parent 8d5d60f commit e923971

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)