Skip to content

[3.15] gh-126219: Fix crash in tkinter.Tk with non-BMP className on Tcl/Tk 8.x (GH-151980)#152045

Merged
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-124c7cd-3.15
Jun 24, 2026
Merged

[3.15] gh-126219: Fix crash in tkinter.Tk with non-BMP className on Tcl/Tk 8.x (GH-151980)#152045
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-124c7cd-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Tcl 8.x crashes when title-casing a non-BMP character during Tk
initialization, so such a className is now rejected with a ValueError.
(cherry picked from commit 124c7cd)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…l/Tk 8.x (pythonGH-151980)

Tcl 8.x crashes when title-casing a non-BMP character during Tk
initialization, so such a className is now rejected with a ValueError.
(cherry picked from commit 124c7cd91be8cff76d1eec0adef65991c23c4419)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) June 24, 2026 06:30
@serhiy-storchaka serhiy-storchaka merged commit dbc9b68 into python:3.15 Jun 24, 2026
55 checks passed
@miss-islington miss-islington deleted the backport-124c7cd-3.15 branch June 24, 2026 06: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