We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bfe19 commit 68389eaCopy full SHA for 68389ea
1 file changed
Lib/test/test_json/test_encode_basestring_ascii.py
@@ -48,4 +48,3 @@ def test_overflow(self):
48
s = "\uffff"*((2**32)//6 + 1)
49
with self.assertRaises(OverflowError):
50
self.json.encoder.encode_basestring_ascii(s)
51
-
0 commit comments