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 roger.serwy
Recipients Bruce.Sherwood, mhuster, roger.serwy, taleinat
Date 2011-12-11.16:32:33
SpamBayes Score 0.004430983
Marked as misclassified No
Message-id <1323621154.58.0.918857910687.issue8900@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch to fix the bug.

When selecting "Open" from the File Menu, "ishanderrunning" is empty. Unbind/Bind requests are handled synchronously.

When pressing "Ctrl+O", "ishandlerrunning" is no longer empty, and the actual bind/unbind events get appended to "doafterhandle". 

The original code was running these bind/unbind events in REVERSE order by using "pop", so unbind requests were being made (and causing the error) before the proper bind request.
History
Date User Action Args
2011-12-11 16:32:34roger.serwysetrecipients: + roger.serwy, taleinat, mhuster, Bruce.Sherwood
2011-12-11 16:32:34roger.serwysetmessageid: <1323621154.58.0.918857910687.issue8900@psf.upfronthosting.co.za>
2011-12-11 16:32:33roger.serwylinkissue8900 messages
2011-12-11 16:32:33roger.serwycreate