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@python
components: Documentation
messages: 175946
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16509>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to