]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Update test.support.interpreters to include missing RunFailedError import...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jun 2023 16:11:48 +0000 (09:11 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 16:11:48 +0000 (18:11 +0200)
(cherry picked from commit 1a2bc94fc2bbdf5f810b441ebbbd8fec95a3207c)

Co-authored-by: Bruce Eckel <BruceTEckel@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/support/interpreters.py

index eeff3abe0324e58c6d2fc67245eb1ab4968ce068..5c484d1170d1d99b313ccfaae75715b32d811de5 100644 (file)
@@ -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,
 )