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 ned.deily
Recipients epaine, ned.deily, ronaldoussoren, serhiy.storchaka, spacether
Date 2020-12-14.21:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607982063.89.0.603431438513.issue42640@roundup.psfhosted.org>
In-reply-to
Content
The problem here undoubtedly is that the Python you are using is linked with the Apple-provided system version of Tk 8.5.9 which exhibits this nasty behavior of crashing when pressing a composing key. The system version of Tk is woefully out of date with other serious bugs and hasn’t been updated by Apple for many macOS releases despite many bug reports. Their response has been to deprecate the system Tk and they will eventually remove it. That’s why Python binary installers from Python.org now provide their own copy of Tk 8.6. You should update to a macOS build of Python 3.8 or 3.9 that also uses a newer version of Tk. Issue22566 has more details.
History
Date User Action Args
2020-12-14 21:41:03ned.deilysetrecipients: + ned.deily, ronaldoussoren, serhiy.storchaka, spacether, epaine
2020-12-14 21:41:03ned.deilysetmessageid: <1607982063.89.0.603431438513.issue42640@roundup.psfhosted.org>
2020-12-14 21:41:03ned.deilylinkissue42640 messages
2020-12-14 21:41:03ned.deilycreate