[issue3846] sqlite3 module: Improved concurrency

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


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

Interesting. I was smart enough to not document check_same_thread in the
sqlite3 incarnation of the module.

This has nothing to do with releasing/aquiring the GIL around
sqlite3_prepare, though. Adding the macros was just an oversight.
They're there for all other nontrivial SQLite API calls (sqlite3_step,
sqlite3_reset, sqlite3_open, sqlite3_finalize and also already for the
"BEGIN"/"COMMIT" and "ROLLBACK" versions of sqlite3_prepare in connection.c.

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


More information about the Python-bugs-list mailing list