[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 224328 - Python tracker

Message224328

Author Lita.Cho
Recipients Lita.Cho, asvetlov, belopolsky, gregorlingl, jesstess, ned.deily, srid
Date 2014-07-30.17:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406741766.8.0.514488669657.issue6639@psf.upfronthosting.co.za>
In-reply-to
Content
I can make it worth such that it doesn't raise a Terminator error. This works great when working with Turtle on the command line. I basically check if the root exists for all Tk canvas calls. 

If it got destroyed, then it just returns. However, if you run the following recursive code, it will just keep popping up a window forever unless you Ctrl+C out of the program. So that is not going to work. I still believe raising an error is the proper approach.
History
Date User Action Args
2014-07-30 17:36:06Lita.Chosetrecipients: + Lita.Cho, belopolsky, gregorlingl, ned.deily, asvetlov, srid, jesstess
2014-07-30 17:36:06Lita.Chosetmessageid: <1406741766.8.0.514488669657.issue6639@psf.upfronthosting.co.za>
2014-07-30 17:36:06Lita.Cholinkissue6639 messages
2014-07-30 17:36:06Lita.Chocreate