Skip to content

[3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) - #140588

Merged
sobolevn merged 1 commit into
python:3.13from
miss-islington:backport-2a1c9bd-3.13
Oct 25, 2025
Merged

[3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585)#140588
sobolevn merged 1 commit into
python:3.13from
miss-islington:backport-2a1c9bd-3.13

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor

(cherry picked from commit 2a1c9bd)

Co-authored-by: Shamil ashm.tech@proton.me

(cherry picked from commit 2a1c9bd)
Co-authored-by: Shamil <ashm.tech@proton.me>
@sobolevn
sobolevn merged commit 01f9c51 into python:3.13Oct 25, 2025
42 checks passed
colesbury added a commit to colesbury/cpython that referenced this pull request Dec 3, 2025
This fixes a regression introduced in pythongh-140588. The interpreter would
crash if we inserted a non `str` key into a split table that matches an
existing key.
@miss-islington
miss-islington deleted the backport-2a1c9bd-3.13 branch January 2, 2026 16:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@sobolevn@ashm-dev