Skip to content

Commit 03a079f

Browse files
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
(cherry picked from commit f9949f8) Co-authored-by: Vladimir <[email protected]>
1 parent 86b1207 commit 03a079f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Doc/library/sqlite3.rst

-13
Original file line numberDiff line numberDiff line change
@@ -1093,19 +1093,6 @@ committed:
10931093
.. literalinclude:: ../includes/sqlite3/ctx_manager.py
10941094

10951095

1096-
Common issues
1097-
-------------
1098-
1099-
Multithreading
1100-
^^^^^^^^^^^^^^
1101-
1102-
Older SQLite versions had issues with sharing connections between threads.
1103-
That's why the Python module disallows sharing connections and cursors between
1104-
threads. If you still try to do so, you will get an exception at runtime.
1105-
1106-
The only exception is calling the :meth:`~Connection.interrupt` method, which
1107-
only makes sense to call from a different thread.
1108-
11091096
.. rubric:: Footnotes
11101097

11111098
.. [#f1] The sqlite3 module is not built with loadable extension support by

0 commit comments

Comments
 (0)