[issue34455] Tkinter crashing when pressing Command + ^ (OSX)

Terry J. Reedy report at bugs.python.org
Tue Aug 21 19:02:26 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I believe NSException crashes are due to interaction between tcl/tk and the Mac graphics subsystem, in this case for 10.11.6.

Did you install 3.7 with the python.org installer or something else?
How did you start IDLE and what state was it in when you hit command-^?

Neither of the default Mac key sets use Command-Key-^.  Did you create a custom keyset and bind it to something?

----------
assignee: terry.reedy -> 
components: +Tkinter, macOS -IDLE
nosy: +ned.deily, ronaldoussoren
title: IDLE crashing when pressing Command + ^  (OSX) -> Tkinter crashing when pressing Command + ^  (OSX)

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34455>
_______________________________________


More information about the Python-bugs-list mailing list