mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
merge 3.4
This commit is contained in:
commit
83e814d852
1 changed files with 0 additions and 1 deletions
|
|
@ -45,4 +45,3 @@ def test_overflow(self):
|
||||||
s = "\uffff"*((2**32)//6 + 1)
|
s = "\uffff"*((2**32)//6 + 1)
|
||||||
with self.assertRaises(OverflowError):
|
with self.assertRaises(OverflowError):
|
||||||
self.json.encoder.encode_basestring_ascii(s)
|
self.json.encoder.encode_basestring_ascii(s)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue