]> granicus.if.org Git - python/commit
Issue #6986: Fix crash in the JSON C accelerator when called with the
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 8 Dec 2009 15:40:51 +0000 (15:40 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 8 Dec 2009 15:40:51 +0000 (15:40 +0000)
commit187177fc558e2dce1f55ad8bdf7344c61aec6594
tree1dcae5a95f199abca9ff349d6bc9d47fd51e853f
parent4b7f9439c0a61ce597675f27adca2465a9c1e76b
Issue #6986: Fix crash in the JSON C accelerator when called with the
wrong parameter types.  Patch by Victor Stinner.
Lib/json/tests/test_speedups.py
Misc/NEWS
Modules/_json.c