Skip to content

[3.14] gh-142218: Fix split table dictionary crash (gh-142229)#142244

Merged
colesbury merged 1 commit intopython:3.14from
miss-islington:backport-547d8da-3.14
Dec 4, 2025
Merged

[3.14] gh-142218: Fix split table dictionary crash (gh-142229)#142244
colesbury merged 1 commit intopython:3.14from
miss-islington:backport-547d8da-3.14

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Dec 3, 2025

This fixes a regression introduced in gh-140558. The interpreter would
crash if we inserted a non str key into a split table that matches an
existing key.
(cherry picked from commit 547d8da)

Co-authored-by: Sam Gross colesbury@gmail.com

This fixes a regression introduced in pythongh-140558. The interpreter would
crash if we inserted a non `str` key into a split table that matches an
existing key.
(cherry picked from commit 547d8da)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury colesbury enabled auto-merge (squash) December 3, 2025 23:39
@colesbury colesbury merged commit 319c6a2 into python:3.14 Dec 4, 2025
49 checks passed
@miss-islington miss-islington deleted the backport-547d8da-3.14 branch January 2, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants