]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120913)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2024 16:02:43 +0000 (19:02 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 16:02:43 +0000 (16:02 +0000)
commitc525cb3a7ba68f9c8e78e7eb4a201bd4f24e89bd
treec3ebd9658d5162ac1b0ddddf98faa051b74180a6
parent32d43e5fa25c6d4a82bfc635e4704dda6cc34afc
[3.12] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120913)

Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
(cherry picked from commit f4ddaa396715855ffbd94590f89ab7d55feeec07)
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