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 iPodClassic
Recipients iPodClassic, ned.deily, ronaldoussoren, terry.reedy
Date 2018-08-21.23:08:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <593CC46D-2A07-4C86-A55B-B66271765CBE@gmail.com>
In-reply-to <1534892546.03.0.56676864532.issue34455@psf.upfronthosting.co.za>
Content
Hello Terry. I installed 3.7 from Python.org
First time it crashed,  I was playing around with some basic code (I’m learning), whilst trying to enter [ character (which is option + ^key in spanish keyboard), by mistake I pressed command (key next to option) and crashed IDLE.
Since I saw the crash report, I tried reproducing in in order to report the supposed bug.

Then I restarted IDLE from OSX Spotlight, and successfully crashed it using the same key combo several times.

I did not create any custom keyset, just happened by mistake.

Regards,

> El 21 ago 2018, a las 20:02 , Terry J. Reedy <report@bugs.python.org> escribió:
> 
> 
> Terry J. Reedy <tjreedy@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@bugs.python.org>
> <https://bugs.python.org/issue34455>
> _______________________________________
History
Date User Action Args
2018-08-21 23:08:35iPodClassicsetrecipients: + iPodClassic, terry.reedy, ronaldoussoren, ned.deily
2018-08-21 23:08:35iPodClassiclinkissue34455 messages
2018-08-21 23:08:35iPodClassiccreate