Skip to content

Commit 6cf99b4

Browse files
committed
Comment out ExceptionGroup
To be implemented
1 parent 7a5d4ec commit 6cf99b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_pickle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ def test_exceptions(self):
633633
StopAsyncIteration,
634634
RecursionError,
635635
EncodingWarning,
636-
BaseExceptionGroup,
637-
ExceptionGroup):
636+
#ExceptionGroup, # TODO: RUSTPYTHON
637+
BaseExceptionGroup):
638638
continue
639639
if exc is not OSError and issubclass(exc, OSError):
640640
self.assertEqual(reverse_mapping('builtins', name),

0 commit comments

Comments
 (0)