]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Jan 2024 10:53:27 +0000 (11:53 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 10:53:27 +0000 (10:53 +0000)
commit7530c612d10030cf9d53e70b1acd333c31a97d7f
tree40c679a5524f27a09d4b9a6ca8ccf0c0bb1eb73c
parent159e3db1f7697b9aecdf674bb833fbb87f3dcad3
[3.12] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900) (GH-113901)

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.
(cherry picked from commit 1b7e0024a16c1820f61c04a8a100498568410afd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]