gh-89121: Keep the number of pending SQLite statements to a minimum by erlend-aasland · Pull Request #30379 · python/cpython · GitHub

github.com

Tin mới

erlend-aasland:sqlite-reset

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

bpo-44958: Always reset SQLite statements when we're done with them

🔨 test-with-buildbots

Merge branch 'main' into sqlite-reset

Merge branch 'main' into sqlite-reset

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

awaiting core review

[sqlite3] only reset statements when needed #89121

Merge branch 'main' into sqlite-reset

needs backport to 3.11

Reset in iternext on error path

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

Merge branch 'main' into sqlite-reset

Revert 30935 defer bpo45162 to 312 (

emscripten-core/emscripten#17269

https://github.com/python/cpython/issue/89336

[minor code fix] Remove redundant reset() #26015