Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 10, 2024

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>
@bedevere-app bedevere-app bot added the type-bug An unexpected behavior, bug, or error label Jan 10, 2024
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) January 10, 2024 10:37
@serhiy-storchaka serhiy-storchaka merged commit b4a6bbd into python:3.11 Jan 10, 2024
23 checks passed
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.

None yet

2 participants