diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 15:01:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 15:01:47 (GMT) |
commit | 3cf96ac2484d093bea17610480efd0e88301f72a (patch) | |
tree | bb932dd53295a2214a1a208141ecf4793cb153be /Misc | |
parent | 3fd4ab356d76b048f2dbd25797fec87f68dd7f73 (diff) | |
download | cpython-3cf96ac2484d093bea17610480efd0e88301f72a.zip cpython-3cf96ac2484d093bea17610480efd0e88301f72a.tar.gz cpython-3cf96ac2484d093bea17610480efd0e88301f72a.tar.bz2 |
Issue #17073: Fix some integer overflows in sqlite3 module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -215,6 +215,8 @@ Core and Builtins Library ------- +- Issue #17073: Fix some integer overflows in sqlite3 module. + - Issue #17114: IDLE now uses non-strict config parser. - Issue #16723: httplib.HTTPResponse no longer marked closed when the connection |