This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, rhettinger, ronaldoussoren, terry.reedy
Date 2020-11-07.09:48:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604742506.99.0.925226370034.issue42122@roundup.psfhosted.org>
In-reply-to
Content
I'm getting a similar warning on a macOS 11 box:

0:06:29 load avg: 1.58 [184/424/1] test_idle
2020-11-07 10:43:37.878 Python[97785:3275468] CoreText note: Client requested name ".applesystemuifontmonospaced", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-11-07 10:43:37.878 Python[97785:3275468] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-11-07 10:43:37.881 Python[97785:3275468] CoreText note: Client requested name ".applesystemuifontmonospaced", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].


I'm leaving this issue as closed because the font name is not used in CPython's source code. This is an issue with Tcl/Tk.
History
Date User Action Args
2020-11-07 09:48:27ronaldoussorensetrecipients: + ronaldoussoren, rhettinger, terry.reedy, ned.deily
2020-11-07 09:48:26ronaldoussorensetmessageid: <1604742506.99.0.925226370034.issue42122@roundup.psfhosted.org>
2020-11-07 09:48:26ronaldoussorenlinkissue42122 messages
2020-11-07 09:48:26ronaldoussorencreate