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 takluyver
Recipients BreamoreBoy, docs@python, ghaering, r.david.murray, strcat, takluyver
Date 2014-07-17.00:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405556787.93.0.0665483615049.issue16509@psf.upfronthosting.co.za>
In-reply-to
Content
The module docs do mention "Older SQLite versions had issues with sharing connections between threads." Presumably that means that sharing the connection between threads is safe so long as you're not using 'older versions', but it would be nice to have some more clarity about how old those versions are.
History
Date User Action Args
2014-07-17 00:26:28takluyversetrecipients: + takluyver, ghaering, r.david.murray, docs@python, BreamoreBoy, strcat
2014-07-17 00:26:27takluyversetmessageid: <1405556787.93.0.0665483615049.issue16509@psf.upfronthosting.co.za>
2014-07-17 00:26:27takluyverlinkissue16509 messages
2014-07-17 00:26:27takluyvercreate