Re: [pysqlite] Releasing GIL around sqlite3_prepare
Ed Pasma <[email protected]> Mon, 25 Aug 2008 07:50:20 +0200
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Op 23-aug-2008, om 0:27, [email protected] wrote: > [...] Can anyone think of other sqlite3 API calls that can block, > that I should check to make sure pysqlite does not call them without > releasing the GIL? There is another sqlite3_prepare() further down in statement.c. Much more unlikely to cause the problem though.