We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5d4ec commit 6cf99b4Copy full SHA for 6cf99b4
Lib/test/test_pickle.py
@@ -633,8 +633,8 @@ def test_exceptions(self):
633
StopAsyncIteration,
634
RecursionError,
635
EncodingWarning,
636
- BaseExceptionGroup,
637
- ExceptionGroup):
+ #ExceptionGroup, # TODO: RUSTPYTHON
+ BaseExceptionGroup):
638
continue
639
if exc is not OSError and issubclass(exc, OSError):
640
self.assertEqual(reverse_mapping('builtins', name),
0 commit comments