-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
tkinter missing TkDefaultFont #156961
Copy link
Copy link
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Activity
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
Encountering problems looking up
TkDefaultFontwith Python 3.14.7 on Windows 10(x64), possibly due to the upgrade to Tcl/Tk 9.0.4 that occurred in the 3.14.7 Windows release ref.The example script below demonstrates the problem:
This fails with the following traceback:
This example runs normally on Python versions up to and including 3.14.6, but fails on 3.14.7.
CPython versions tested on:
3.14
Operating systems tested on:
Windows
Linked PRs