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 3eaccab commit bc0e186Copy full SHA for bc0e186
1 file changed
Misc/NEWS.d/next/Library/2025-12-27-10-36-18.gh-issue-143198.DdIHyC.rst
@@ -1,3 +1,3 @@
1
:mod:`sqlite3`: fix crashes in :meth:`Connection.executemany <sqlite3.Connection.executemany>`
2
-and :meth:`Cursor.executemany <sqlite3.Cursor.executemany>` when iterating over
3
-the query's parameters closes the current connection. Patch by Bénédikt Tran.
+and :meth:`Cursor.executemany <sqlite3.Cursor.executemany>` when the current
+connection is concurrently closed. Patch by Bénédikt Tran.
0 commit comments