Skip to content

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

Merged
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-daebcac-3.14
Aug 21, 2026
Merged

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

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

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)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…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 daebcac92d422d7fe9611cbe89044af23ea857c3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) August 21, 2026 07:08
@serhiy-storchaka
serhiy-storchaka merged commit 31d0cf9 into python:3.14 Aug 21, 2026
51 checks passed
@miss-islington
miss-islington deleted the backport-daebcac-3.14 branch August 21, 2026 07:32
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.

2 participants