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 ned.deily
Recipients Joakim.Sernbrant, Marc.Abramowitz, dmalcolm, lemburg, ned.deily, petri.lehtinen, python-dev
Date 2012-05-20.15:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337528008.51.0.117236296368.issue14572@psf.upfronthosting.co.za>
In-reply-to
Content
> Isn't 3.2 or 3.3 affected by this?

No, since the developer who made the original changes used sqlite3_int64 for 2.7 (37c824c3efe8) but chose to hardwire the type to PyLong_AsLongLong for 3.x (2d16048b10cd).
History
Date User Action Args
2012-05-20 15:34:49ned.deilyunlinkissue14572 messages
2012-05-20 15:33:28ned.deilysetrecipients: + ned.deily, lemburg, dmalcolm, python-dev, petri.lehtinen, Marc.Abramowitz, Joakim.Sernbrant
2012-05-20 15:33:28ned.deilysetmessageid: <1337528008.51.0.117236296368.issue14572@psf.upfronthosting.co.za>
2012-05-20 15:33:27ned.deilylinkissue14572 messages
2012-05-20 15:33:27ned.deilycreate