merge 3.3

This commit is contained in:
Benjamin Peterson 2015-02-01 18:02:15 -05:00
commit c0b743a97b
1 changed files with 0 additions and 1 deletions

View File

@ -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)