Update test.support.interpreters to include missing RunFailedError import (#103841)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Bruce Eckel 2023-06-26 08:30:20 -07:00 committed by GitHub
parent e8e59ee474
commit 1a2bc94fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import _xxsubinterpreters as _interpreters
import _xxinterpchannels as _channels import _xxinterpchannels as _channels
# aliases: # aliases:
from _xxsubinterpreters import is_shareable from _xxsubinterpreters import is_shareable, RunFailedError
from _xxinterpchannels import ( from _xxinterpchannels import (
ChannelError, ChannelNotFoundError, ChannelEmptyError, ChannelError, ChannelNotFoundError, ChannelEmptyError,
) )