This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients ocean-city
Date 2008-04-03.04:02:27
SpamBayes Score 0.21553996
Marked as misclassified No
Message-id <1207195348.79.0.931546385555.issue2540@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I forgot this. When I debuged with
#undef HAVE_LONG_LONG
I noticed test_sqlite.py failed with this error message.

======================================================================
ERROR: CheckLargeInt (sqlite3.test.types.SqliteTypeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "e:\python-dev\py3k\lib\sqlite3\test\types.py", line 52, in
CheckLargeInt

    self.cur.execute("insert into test(i) values (?)", (num,))
OverflowError: Python int too large to convert to C long

======================================================================
ERROR: CheckLargeInt (sqlite3.test.types.DeclTypesTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "e:\python-dev\py3k\lib\sqlite3\test\types.py", line 146, in
CheckLargeIn
t
    self.cur.execute("insert into test(i) values (?)", (num,))
OverflowError: Python int too large to convert to C long

Maybe some fix for test is needed?
History
Date User Action Args
2008-04-03 04:02:29ocean-citysetspambayes_score: 0.21554 -> 0.21553996
recipients: + ocean-city
2008-04-03 04:02:28ocean-citysetspambayes_score: 0.21554 -> 0.21554
messageid: <1207195348.79.0.931546385555.issue2540@psf.upfronthosting.co.za>
2008-04-03 04:02:27ocean-citylinkissue2540 messages
2008-04-03 04:02:27ocean-citycreate