-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Closed as not planned
Copy link
Labels
OS-macpendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
In the terminal of Macos Sequoia 15.1.1 the below logging is shown when using certain (GUI en TIU) frameworks. Not critical.
2024-11-26 22:43:42.634 python[33014:3805202] +[IMKClient subclass]: chose IMKClient_Modern
2024-11-26 22:43:42.634 python[33014:3805202] +[IMKInputSession subclass]: chose IMKInputSession_Modern#
Minimal script:
import tkinter as tk
tk._test()
Seems that the OS falls back to a legacy version of the IMK input. Application are supposed to update the use of inputmethod at least that what's suggested...
Mentions:
qt issue
apple discussion
post
CPython versions tested on:
3.13
Operating systems tested on:
macOS
Metadata
Metadata
Assignees
Labels
OS-macpendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error