]> granicus.if.org Git - python/commit
Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.
authorGuido van Rossum <guido@python.org>
Mon, 15 Jan 2007 00:31:49 +0000 (00:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Jan 2007 00:31:49 +0000 (00:31 +0000)
commit523d4f942c108db6fcd94a26d1cfd1d579d49426
tree95c7cc7634cb729d87b3161bfb42fde2e413082f
parentf4100005ae552ab4d5112b270a45c6091c30045e
Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.
Clarify some OverflowError messages from the various PyLong_AsXXX methods.
Misc/NEWS
Modules/_sqlite/statement.c
Objects/longobject.c