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 Lita.Cho
Recipients Lita.Cho, Ramchandra Apte, ezio.melotti, jesstess, kbk, orsenthil, rhettinger, terry.reedy
Date 2014-05-27.20:36:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401222989.82.0.915761974.issue17172@psf.upfronthosting.co.za>
In-reply-to
Content
I am currently in the process of editing this patch such that the Turtle Demo launches from the Help Menu and spawns a separate process. 

However, I am deciding whether if the separate process should be asynchronous or not. Currently, I have it working with the subprocess module, but the IDLE window is hanging. 

I can use the multiprocess module or Popen to make it asynchronous. However, I am not sure where the clean-up should happen once the turtle process has been terminated.
History
Date User Action Args
2014-05-27 20:36:30Lita.Chosetrecipients: + Lita.Cho, rhettinger, terry.reedy, kbk, orsenthil, ezio.melotti, jesstess, Ramchandra Apte
2014-05-27 20:36:29Lita.Chosetmessageid: <1401222989.82.0.915761974.issue17172@psf.upfronthosting.co.za>
2014-05-27 20:36:29Lita.Cholinkissue17172 messages
2014-05-27 20:36:29Lita.Chocreate