Skip to content

Commit 7a5d4ec

Browse files
committed
update test_pickle.py from CPython 3.11
1 parent 1a7792e commit 7a5d4ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Lib/test/test_pickle.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@ def test_exceptions(self):
632632
ResourceWarning,
633633
StopAsyncIteration,
634634
RecursionError,
635-
EncodingWarning):
635+
EncodingWarning,
636+
BaseExceptionGroup,
637+
ExceptionGroup):
636638
continue
637639
if exc is not OSError and issubclass(exc, OSError):
638640
self.assertEqual(reverse_mapping('builtins', name),

0 commit comments

Comments
 (0)