mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
7530c612d1
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 1b7e0024a1)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>