Skip to content

Commit 261082a

Browse files
committed
Update test_pickle
1 parent f182fcd commit 261082a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pickle.py

+1
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ def test_exceptions(self):
539539
if exc in (BlockingIOError,
540540
ResourceWarning,
541541
StopAsyncIteration,
542+
PythonFinalizationError,
542543
RecursionError,
543544
EncodingWarning,
544545
BaseExceptionGroup,

0 commit comments

Comments
 (0)