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
Erlend Egeberg Aasland authored Jun 20, 2022
commit f08c504ecb73f169ffe7015742bcce1069576599
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 :gh:`27884` in Python 3.11a1. Patch by Erlend E. Aasland.