]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jun 2024 15:33:19 +0000 (17:33 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 15:33:19 +0000 (18:33 +0300)
commit99f18ea68934cb59c89c09e946aa1a504bb33065
tree97284930b6b0d020b644866034b3ddefa98c30c9
parent97acd295418493b19d78ed1a26d76e2dc8cc63dd
[3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)

Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
(cherry picked from commit f4ddaa396715855ffbd94590f89ab7d55feeec07)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_tcl.py
Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst [new file with mode: 0644]
Modules/_tkinter.c