mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
Update test.support.interpreters to include missing RunFailedError import (#103841)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ import _xxsubinterpreters as _interpreters
|
||||
import _xxinterpchannels as _channels
|
||||
|
||||
# aliases:
|
||||
from _xxsubinterpreters import is_shareable
|
||||
from _xxsubinterpreters import is_shareable, RunFailedError
|
||||
from _xxinterpchannels import (
|
||||
ChannelError, ChannelNotFoundError, ChannelEmptyError,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user