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 037b421 commit cc0f483Copy full SHA for cc0f483
1 file changed
Misc/NEWS.d/next/Library/2025-12-27-10-36-18.gh-issue-143198.DdIHyC.rst
@@ -1,4 +1,5 @@
1
-:mod:`sqlite3`: fix crashes in :func:`~sqlite3.execute`, :func:`~sqlite3.executemany`,
2
-:meth:`Cursor.execute <sqlite3.Cursor.execute>`, and :meth:`Cursor.executemany
3
-<sqlite3.Cursor.executemany>` when iterating over the query's parameters closes
4
-the current sqlite3 connection. Patch by Bénédikt Tran.
+:mod:`sqlite3`: fix crashes in :meth:`Connection.execute <sqlite3.Connection.execute>`
+and :meth:`Connection.executemany <sqlite3.Connection.executemany>` when iterating over
+the query's parameters closes the current connection. A similar issue has been fixed
+for the corresponding methods on :class:`~sqlite3.Cursor` objects.
5
+Patch by Bénédikt Tran.
0 commit comments