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 05086f0 commit c7dbc7eCopy full SHA for c7dbc7e
1 file changed
Misc/NEWS.d/next/Library/2026-02-20-00-00-00.gh-issue-145040.sqlite3-close-crash.rst
@@ -1,6 +1,6 @@
1
Fixed a crash in the :mod:`sqlite3` module caused by closing the database
2
connection from within a callback function invoked during
3
-:func:`sqlite3_step` (e.g., an aggregate ``step``, a user-defined function
+``sqlite3_step()`` (e.g., an aggregate ``step``, a user-defined function
4
via :meth:`~sqlite3.Connection.create_function`, a progress handler, or a
5
collation callback). Raise :exc:`~sqlite3.ProgrammingError` instead of
6
crashing.
0 commit comments