Skip to content

Commit 49c150f

Browse files
authored
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
(cherry picked from commit f9949f8)
1 parent faf4957 commit 49c150f

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)