]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
sqlite: Use Py_ssize_t to store a size instead of an int
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 01:07:29 +0000 (02:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 01:07:29 +0000 (02:07 +0100)
commitafccb0a8210a6af47336915912d0ff04c276223b
tree90dde95b7078ea678b3f18acc9745b692d18376c
parentcb29ec5f74506add92cc8103b31c0abb1d99afcb
sqlite: Use Py_ssize_t to store a size instead of an int

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