diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-12-08 15:57:31 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-12-08 15:57:31 (GMT) |
commit | 781eba79722e1dae402d6ca8cf2f7e13cc784ebe (patch) | |
tree | f9c0bef329ebb5fc8372fbb57a693827216289b8 /Misc | |
parent | b88a49607a6e36489a41003a66b673f573f32069 (diff) | |
download | cpython-781eba79722e1dae402d6ca8cf2f7e13cc784ebe.zip cpython-781eba79722e1dae402d6ca8cf2f7e13cc784ebe.tar.gz cpython-781eba79722e1dae402d6ca8cf2f7e13cc784ebe.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -154,6 +154,9 @@ C-API Library ------- +- Issue #6986: Fix crash in the JSON C accelerator when called with the + wrong parameter types. Patch by Victor Stinner. + - Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata. |