X Tutup
Skip to content

[3.11] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)#113902

Merged
serhiy-storchaka merged 1 commit intopython:3.11from
miss-islington:backport-1b7e002-3.11
Jan 10, 2024
Merged

[3.11] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)#113902
serhiy-storchaka merged 1 commit intopython:3.11from
miss-islington:backport-1b7e002-3.11

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 10, 2024

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 1b7e002)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup