[New-bugs-announce] [issue3853] Windows SQLite DLL should be built with multithreading enabled

Gerhard Häring report at bugs.python.org
Sat Sep 13 00:45:53 CEST 2008


New submission from Gerhard Häring <gh at ghaering.de>:

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


More information about the New-bugs-announce mailing list