[issue14412] Sqlite Integer Fields

Antoine Pitrou report at bugs.python.org
Mon Mar 26 14:10:45 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

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?

----------
nosy: +loewis, petri.lehtinen

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14412>
_______________________________________


More information about the Python-bugs-list mailing list