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 b238345 commit fa69d1eCopy full SHA for fa69d1e
1 file changed
Lib/test/test_json/test_fail.py
@@ -1,4 +1,5 @@
1
from test.test_json import PyTest, CTest
2
+import json
3
4
# 2007-10-05
5
JSONDOCS = [
@@ -238,7 +239,6 @@ def test_linecol(self):
238
239
240
def test_reentrant_jsondecodeerror_does_not_crash(self):
241
# gh-143544
- import json
242
243
orig_json_error = json.JSONDecodeError
244
orig_decoder_error = json.decoder.JSONDecodeError
0 commit comments