commit | 523d4f942c108db6fcd94a26d1cfd1d579d49426 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 15 00:31:49 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 15 00:31:49 2007 +0000 |
tree | 95c7cc7634cb729d87b3161bfb42fde2e413082f | |
parent | f4100005ae552ab4d5112b270a45c6091c30045e [diff] |
Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. Clarify some OverflowError messages from the various PyLong_AsXXX methods.