]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix possible overflow in encode_basestring_ascii (closes #23369)
authorBenjamin Peterson <benjamin@python.org>
Sun, 1 Feb 2015 22:53:53 +0000 (17:53 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 1 Feb 2015 22:53:53 +0000 (17:53 -0500)
commite3bfe19358f9d6747676fcdb9af415972d276671
tree5af2f199c00afdfc3c1ebc3c9f4fb10dbc2f68c3
parent4dbc30500218204eace01fa4d429f3087df5376f
fix possible overflow in encode_basestring_ascii (closes #23369)
Lib/test/test_json/test_encode_basestring_ascii.py
Misc/NEWS
Modules/_json.c