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 amaury.forgeotdarc, ghaering, loewis
Date 2008-09-12.19:24:46
SpamBayes Score 0.00041045228
Marked as misclassified No
Message-id <1221247487.36.0.244355608068.issue3846@psf.upfronthosting.co.za>
In-reply-to
Content
Just to be explicit: check_same_thread is unsupported and while it's
undocumented in sqlite3, the old pysqlite docs say that when you use it,
you have to make sure the connections/cursors are protected otherwise
(via your own mutexes).

[In the current pysqlite docs it's not documented at all at the moment,
because I derived these from the Python sqlite3 ones]
History
Date User Action Args
2008-09-12 19:24:47ghaeringsetrecipients: + ghaering, loewis, amaury.forgeotdarc
2008-09-12 19:24:47ghaeringsetmessageid: <1221247487.36.0.244355608068.issue3846@psf.upfronthosting.co.za>
2008-09-12 19:24:46ghaeringlinkissue3846 messages
2008-09-12 19:24:46ghaeringcreate