8000 [3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) by miss-islington · Pull Request #120938 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2024

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
0