8000 gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042) by erlend-aasland · Pull Request #94042 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042) #94042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 21, 2022
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
Add NEWS
  • Loading branch information
erlend-aasland committed Jun 20, 2022
commit 5c59655fd8c52f39124a99a5c47d4bb76774b729
Original file line number Diff line number Diff line change
@@ -0,0 +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.
0