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 Aivar.Annamaa
Recipients Aivar.Annamaa, iPodClassic, ned.deily, ronaldoussoren, terry.reedy, wordtech
Date 2019-10-03.08:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570091958.15.0.733574698604.issue34455@roundup.psfhosted.org>
In-reply-to
Content
> to conditionallly bind '<Command+^>' to a function that returns 'break'

I tried capturing all <Key> events. The handler was called for Cmd press,  but the crash occurred before the handler was called for the other key.
History
Date User Action Args
2019-10-03 08:39:18Aivar.Annamaasetrecipients: + Aivar.Annamaa, terry.reedy, ronaldoussoren, wordtech, ned.deily, iPodClassic
2019-10-03 08:39:18Aivar.Annamaasetmessageid: <1570091958.15.0.733574698604.issue34455@roundup.psfhosted.org>
2019-10-03 08:39:18Aivar.Annamaalinkissue34455 messages
2019-10-03 08:39:18Aivar.Annamaacreate