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 pitrou
Recipients benjamin.peterson, brian.curtin, goatsofmendez, loewis, petri.lehtinen, pitrou, tim.golden
Date 2012-03-26.12:10:44
SpamBayes Score 3.5332552e-05
Marked as misclassified No
Message-id <1332763845.3.0.0693707114226.issue14412@psf.upfronthosting.co.za>
In-reply-to
Content
Can't reproduce on a 2.7 debug build under Windows either.
Some data points:

>>> hex(530428456761032704)
'0x75c75df00000000'
>>> hex(123499999)
'0x75c75df'

Looking at #8033, it seems unlikely to have caused this problem.
Perhaps we shipped the 2.7.3 rc with a buggy SQLite build?

Can you (or someone else) check the 2.6, 3.1 and 3.2 release candidates as well?
History
Date User Action Args
2012-03-26 12:10:45pitrousetrecipients: + pitrou, loewis, goatsofmendez, tim.golden, benjamin.peterson, brian.curtin, petri.lehtinen
2012-03-26 12:10:45pitrousetmessageid: <1332763845.3.0.0693707114226.issue14412@psf.upfronthosting.co.za>
2012-03-26 12:10:44pitroulinkissue14412 messages
2012-03-26 12:10:44pitroucreate