Skip to content

Commit cc0f483

Browse files
authored
Update Misc/NEWS.d/next/Library/2025-12-27-10-36-18.gh-issue-143198.DdIHyC.rst
1 parent 037b421 commit cc0f483

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
:mod:`sqlite3`: fix crashes in :meth:`Connection.execute <sqlite3.Connection.execute>`
2+
and :meth:`Connection.executemany <sqlite3.Connection.executemany>` when iterating over
3+
the query's parameters closes the current connection. A similar issue has been fixed
4+
for the corresponding methods on :class:`~sqlite3.Cursor` objects.
5+
Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)