Thomas Kluyver added the comment:

This page also looks relevant: sqlite can be compiled or used in three 
different threading modes. Presumably Python compiles/initialises it in the 
serialised mode, which makes it safe to use a connection from different threads.

http://www.sqlite.org/threadsafe.html

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16509>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to