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 ned.deily, ronaldoussoren, szellmeyer
Date 2012-09-25.21:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348609862.3.0.561327727039.issue16023@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the additional information!  I can now reproduce a hang using just Ctrl-5 on a US keyboard input method.  Ctrl-5 is the default IDLE keyboard accelerator for the "Tabify Region" menu item under the "Format" menu cascade for an edit window.  With any current Python (2.7.3, 3.2.3, or 3.3.0rc3) linked with Cocoa Tk 8.5, using the Ctrl-5 accelerator key causes the hang, requiring a force quit.  Selecting the menu item with a mouse causes the "Tab Width" window to appear as expected.  Ctrl-5 seems to work properly with Pythons linked with either Carbon Tk 8.4 or with X11 8.5.  There is a similar hang behavior with Ctrl-6 "Untabify Region" using Cocoa Tk 8.5 as well.  Attached is an excerpt from a hang dump when running with a debug framework build of 3.3 tip.
History
Date User Action Args
2012-09-25 21:51:02ned.deilysetrecipients: + ned.deily, ronaldoussoren, szellmeyer
2012-09-25 21:51:02ned.deilysetmessageid: <1348609862.3.0.561327727039.issue16023@psf.upfronthosting.co.za>
2012-09-25 21:50:41ned.deilylinkissue16023 messages
2012-09-25 21:50:40ned.deilycreate