Commit c0b743a9 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.3

parents 3675cd9d 68389eaa
......@@ -48,4 +48,3 @@ class TestCEncodeBasestringAscii(TestEncodeBasestringAscii, CTest):
s = "\uffff"*((2**32)//6 + 1)
with self.assertRaises(OverflowError):
self.json.encoder.encode_basestring_ascii(s)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment