diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-24 09:45:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 09:45:45 (GMT) |
commit | 732c00550f20e73edeac03d9e222c4a719362649 (patch) | |
tree | e1465166ee1bc4eee3000901d6465083f7d1f7a3 /Python/codecs.c | |
parent | 206028dba986f982a940377ab1cb8b8276301b82 (diff) | |
download | cpython-732c00550f20e73edeac03d9e222c4a719362649.zip cpython-732c00550f20e73edeac03d9e222c4a719362649.tar.gz cpython-732c00550f20e73edeac03d9e222c4a719362649.tar.bz2 |
[3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120938)
Now the null character is always represented as \xc0\x80 for
Tcl_NewStringObj().
(cherry picked from commit c38e2f64d012929168dfef7363c9e48bd1a6c731)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions