Skip to content

Commit f9949f8

Browse files
authored
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
1 parent cf0b239 commit f9949f8

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
@@ -1089,19 +1089,6 @@ committed:
10891089
.. literalinclude:: ../includes/sqlite3/ctx_manager.py
10901090

10911091

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

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

0 commit comments

Comments
 (0)