[docs] [issue16509] sqlite3 docs do not explain check_same_thread

Thomas Kluyver report at bugs.python.org
Thu Jul 17 02:29:03 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue16509>
_______________________________________


More information about the docs mailing list