Skip to content

[3.13] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104) - #156155

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
serhiy-storchaka:backport-156100-3.13
Aug 21, 2026
Merged

[3.13] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104)#156155
serhiy-storchaka merged 1 commit into
python:3.13from
serhiy-storchaka:backport-156100-3.13

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Aug 21, 2026

Copy link
Copy Markdown
Member

Manual backport of #156104 to 3.13: the setter has a different signature there, so the cherry-pick did not apply cleanly.

…ter (pythonGH-156104)

Deleting the attribute crashed, and setting it to an integer which does not
fit in C long reported success with OverflowError set.

(cherry picked from commit daebcac)
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) August 21, 2026 07:10
@serhiy-storchaka
serhiy-storchaka merged commit fbf7a06 into python:3.13 Aug 21, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant