We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf4957 commit 49c150fCopy full SHA for 49c150f
Doc/library/sqlite3.rst
@@ -1093,19 +1093,6 @@ committed:
1093
.. literalinclude:: ../includes/sqlite3/ctx_manager.py
1094
1095
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
1109
.. rubric:: Footnotes
1110
1111
.. [#f1] The sqlite3 module is not built with loadable extension support by
0 commit comments