Skip to content

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

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

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

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 [email protected]

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 <[email protected]>
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