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:36:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337528190.26.0.0159011126749.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 (789a3ea97083) but chose to hardwire the type to PyLong_AsLongLong for 3.x (e67715b87131). [corrected ids]
History
Date User Action Args
2012-05-20 15:36:30ned.deilysetrecipients: + ned.deily, lemburg, dmalcolm, python-dev, petri.lehtinen, Marc.Abramowitz, Joakim.Sernbrant
2012-05-20 15:36:30ned.deilysetmessageid: <1337528190.26.0.0159011126749.issue14572@psf.upfronthosting.co.za>
2012-05-20 15:36:29ned.deilylinkissue14572 messages
2012-05-20 15:36:29ned.deilycreate