diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-19 19:38:00 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-21 11:49:50 (GMT) |
commit | 4fe85abab9f0188733e654a72353217b43f95920 (patch) | |
tree | f8fbb08b8661d4a4ac49a052604a9e70eb453c7e /Misc | |
parent | 29877e8e04755c919b42ee012495f2e9671f3251 (diff) | |
download | cpython-4fe85abab9f0188733e654a72353217b43f95920.zip cpython-4fe85abab9f0188733e654a72353217b43f95920.tar.gz cpython-4fe85abab9f0188733e654a72353217b43f95920.tar.bz2 |
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Closes #8033.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -222,6 +222,7 @@ Arnaud Delobelle Erik Demaine John Dennis Roger Dev +Philippe Devalkeneer Raghuram Devarakonda Caleb Deveraux Catherine Devlin @@ -121,6 +121,9 @@ Core and Builtins Library ------- +- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions + on 32-bit architectures. Initial patch by Philippe Devalkeneer. + - HTMLParser is now able to handle slashes in the start tag. - Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in |