[New-bugs-announce] [issue16509] sqlite3 docs do not explain check_same_thread

Daniel Micay report at bugs.python.org
Mon Nov 19 08:40:51 CET 2012


New submission from Daniel Micay:

The sqlite3 documentation now includes a Multithreading section explaining issues with older sqlite versions, but still doesn't directly cover disabling check_same_thread beyond listing it as a possible parameter.

As far as I can tell, reusing sqlite connections in different threads (such as from a pool) is safe, as long as no attempt is made to use them from multiple threads with no locking.

----------
assignee: docs at python
components: Documentation
messages: 175946
nosy: docs at python, strcat
priority: normal
severity: normal
status: open
title: sqlite3 docs do not explain check_same_thread
type: enhancement
versions: Python 3.3

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


More information about the New-bugs-announce mailing list