Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 2022-06-20-23-14-43.gh-issue-94028.UofEcX.rst
  • Loading branch information
Erlend Egeberg Aasland authored Jun 20, 2022
commit 4e4b4da86dd8bedd74b26dfe2db31ae0c7dd4cdb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix a regression in the :mod:`sqlite3` where statement objects were not
properly cleared and reset after use in cursor iters. The regression was
introduced by :gh:`27884` in Python 3.11a1. Patch by Erlend E. Aasland.
introduced by PR 27884 in Python 3.11a1. Patch by Erlend E. Aasland.