Skip to content

[3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909)#120938

Merged
serhiy-storchaka merged 1 commit intopython:3.13from
miss-islington:backport-c38e2f6-3.13
Jun 24, 2024
Merged

[3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909)#120938
serhiy-storchaka merged 1 commit intopython:3.13from
miss-islington:backport-c38e2f6-3.13

Conversation

@miss-islington
Copy link
Contributor

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

Now the null character is always represented as \xc0\x80 for
Tcl_NewStringObj().
(cherry picked from commit c38e2f6)

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

…ers in Tkinter (pythonGH-120909)

Now the null character is always represented as \xc0\x80 for
Tcl_NewStringObj().
(cherry picked from commit c38e2f6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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