We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211551a commit 5d6b2a8Copy full SHA for 5d6b2a8
1 file changed
Lib/test/test_json/test_dump.py
@@ -95,7 +95,7 @@ def encode_str(obj):
95
96
try:
97
encoder(BadDict(), 0)
98
- except (ValueError, RuntimeError, SystemError):
+ except (ValueError, RuntimeError):
99
pass
100
101
0 commit comments