New submission from Gerhard Häring <[EMAIL PROTECTED]>: According to http://www.sqlite.org/faq.html#q6 SQLite should be built with SQLITE_THREADSAFE defined when the library is used in a multithreaded context.
This doesn't mean that the connection objects can then be shared between threads. This they cannot. But that if the SQLite API is used from more than one thread, then the library must be built with the SQLITE_THREADSAFE option. ---------- assignee: loewis components: Build, Windows keywords: easy messages: 73148 nosy: ghaering, loewis priority: high severity: normal status: open title: Windows SQLite DLL should be built with multithreading enabled type: feature request versions: Python 2.6, Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3853> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com