-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
import sys
import tkinter
print(sys.version)
button = tkinter.Button()
print(button)
i = button.winfo_id()
print(i)
p = button.winfo_pathname(i)
print(p)
Code above copy-typed from attachment. It works on 32-bit Python but gives exception on 64-bit Python on Windows.
Other means 64-bit BSDs which are fine, and Msys2 on Windows where 32-bit is ok but 64-bit gives exception.
CPython versions tested on:
3.10, 3.12
Operating systems tested on:
Windows, Other
Linked PRs
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error