]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 13 Jan 2012 21:53:25 +0000 (22:53 +0100)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 13 Jan 2012 21:53:25 +0000 (22:53 +0100)
commitdee76e627d1561d519b0eb0b179e226f0e1a343f
treeb3a4528be82a2413d3399ac9ea279124db0ed7d1
parent44765e58b08b5591d30f194871cb672909159e4d
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
json.loads().
Lib/json/tests/test_unicode.py
Misc/NEWS
Modules/_json.c