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 amaury.forgeotdarc
Recipients Arfrever, alex, amaury.forgeotdarc, asvetlov, brett.cannon, chris.jerdonek, christian.heimes, serhiy.storchaka
Date 2012-12-10.14:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355150253.34.0.63110337892.issue16651@psf.upfronthosting.co.za>
In-reply-to
Content
PyPy has a pure Python implementation of sqlite (using ctypes):
https://bitbucket.org/pypy/pypy/src/default/lib_pypy/_sqlite3.py

It most probably works on CPython as well.
Does it belong to this list?
History
Date User Action Args
2012-12-10 14:37:33amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brett.cannon, christian.heimes, Arfrever, alex, asvetlov, chris.jerdonek, serhiy.storchaka
2012-12-10 14:37:33amaury.forgeotdarcsetmessageid: <1355150253.34.0.63110337892.issue16651@psf.upfronthosting.co.za>
2012-12-10 14:37:33amaury.forgeotdarclinkissue16651 messages
2012-12-10 14:37:33amaury.forgeotdarccreate