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 Peter.Wentworth
Recipients Peter.Wentworth, gregorlingl, kbk, r.david.murray, terry.reedy
Date 2011-05-23.06:28:08
SpamBayes Score 0.00016375836
Marked as misclassified No
Message-id <1306132089.71.0.422557684761.issue6717@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a crashing program that shows that the event handler is called again before activation of the prior instance has completed.

I also have a second turtle that queues the nested events.  It doesn't crash the system, at least.

Perhaps someone can also explain why the handler doesn't work if I leave out the global declaration.
History
Date User Action Args
2011-05-23 06:28:09Peter.Wentworthsetrecipients: + Peter.Wentworth, terry.reedy, kbk, gregorlingl, r.david.murray
2011-05-23 06:28:09Peter.Wentworthsetmessageid: <1306132089.71.0.422557684761.issue6717@psf.upfronthosting.co.za>
2011-05-23 06:28:09Peter.Wentworthlinkissue6717 messages
2011-05-23 06:28:08Peter.Wentworthcreate