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