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 ghaering
Recipients ghaering, loewis
Date 2008-09-12.22:45:51
SpamBayes Score 0.08600542
Marked as misclassified No
Message-id <1221259553.44.0.029573220749.issue3853@psf.upfronthosting.co.za>
In-reply-to
Content
According to http://www.sqlite.org/faq.html#q6 SQLite should be built
with SQLITE_THREADSAFE defined when the library is used in a
multithreaded context.

This doesn't mean that the connection objects can then be shared between
threads. This they cannot. But that if the SQLite API is used from more
than one thread, then the library must be built with the
SQLITE_THREADSAFE option.
History
Date User Action Args
2008-09-12 22:45:53ghaeringsetrecipients: + ghaering, loewis
2008-09-12 22:45:53ghaeringsetmessageid: <1221259553.44.0.029573220749.issue3853@psf.upfronthosting.co.za>
2008-09-12 22:45:52ghaeringlinkissue3853 messages
2008-09-12 22:45:51ghaeringcreate