]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2024 13:34:14 +0000 (16:34 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 13:34:14 +0000 (16:34 +0300)
commitf4ddaa396715855ffbd94590f89ab7d55feeec07
treef25fbe71a9905f8b82cd3922e651cfa038d46ef1
parent18b6ca9660370c7fb5fd50c4036be078c3267f4c
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)

Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
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