]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
sqlite: raise an OverflowError if the result is longer than INT_MAX bytes
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 00:24:31 +0000 (01:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 00:24:31 +0000 (01:24 +0100)
commit83ed42bfbf003bd7720e2893a4da18a300f48fa8
tree2cd8bbcc537317d94caa06581abf06ce9b0a700f
parent74387f5cac59d9cdafdd98e91f796d4731bd533a
sqlite: raise an OverflowError if the result is longer than INT_MAX bytes

Fix a compiler warning on Windows 64-bit
Modules/_sqlite/connection.c