[issue3846] sqlite3 module: Improved concurrency

Gerhard Häring report at bugs.python.org
Fri Sep 12 21:24:47 CEST 2008


Gerhard Häring <gh at ghaering.de> added the comment:

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]

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3846>
_______________________________________


More information about the Python-bugs-list mailing list