Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
importsysimporttkinterprint(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