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 c397e8e commit 10c61c4Copy full SHA for 10c61c4
1 file changed
Lib/test/test_json/test_fail.py
@@ -1,4 +1,6 @@
1
from test.test_json import PyTest, CTest
2
+from test import support
3
+import json
4
5
# 2007-10-05
6
JSONDOCS = [
@@ -236,6 +238,7 @@ def test_linecol(self):
236
238
'Expecting value: line %s column %d (char %d)' %
237
239
(line, col, idx))
240
241
+
242
def test_reentrant_jsondecodeerror_does_not_crash(self):
243
# gh-143544
244
0 commit comments