We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0b239 commit f9949f8Copy full SHA for f9949f8
Doc/library/sqlite3.rst
@@ -1089,19 +1089,6 @@ committed:
1089
.. literalinclude:: ../includes/sqlite3/ctx_manager.py
1090
1091
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
1105
.. rubric:: Footnotes
1106
1107
.. [#f1] The sqlite3 module is not built with loadable extension support by
0 commit comments