commit | 781eba79722e1dae402d6ca8cf2f7e13cc784ebe | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 08 15:57:31 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 08 15:57:31 2009 +0000 |
tree | f9c0bef329ebb5fc8372fbb57a693827216289b8 | |
parent | b88a49607a6e36489a41003a66b673f573f32069 [diff] |
Merged revisions 76708 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76708 | antoine.pitrou | 2009-12-08 16:40:51 +0100 (mar., 08 déc. 2009) | 4 lines Issue #6986: Fix crash in the JSON C accelerator when called with the wrong parameter types. Patch by Victor Stinner. ........