]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Jan 2024 10:36:03 +0000 (12:36 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 10:36:03 +0000 (12:36 +0200)
commit1b7e0024a16c1820f61c04a8a100498568410afd
treed8c95f65e9ab7081fb50a7d62472b5c0a6816691
parent5d384b0468b35b393f8ae2d3149d13ff607c9501
gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)

winfo_id() converts the result of "winfo id" command to integer, but
"winfo pathname" command requires an argument to be a hexadecimal number
on Win64.
Lib/test/test_tkinter/test_misc.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2024-01-10-12-03-38.gh-issue-113877.RxKlrQ.rst [new file with mode: 0644]