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, remyrfouquette, ronaldoussoren
Date 2022-02-01.21:27:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643750848.68.0.884179862074.issue46573@roundup.psfhosted.org>
In-reply-to
Content
If I interpret the information I posted earlier correctly this is a bug in Tkinter, it calls a non-existing Objecive-C method (``-[NSApplication macOSVersion]``) and that results in an uncaught Objective-C exception and hence an abort().

BTW. All of this is using python 3.10.2 using the installer on python.org.
History
Date User Action Args
2022-02-01 21:27:28ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, remyrfouquette
2022-02-01 21:27:28ronaldoussorensetmessageid: <1643750848.68.0.884179862074.issue46573@roundup.psfhosted.org>
2022-02-01 21:27:28ronaldoussorenlinkissue46573 messages
2022-02-01 21:27:28ronaldoussorencreate