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 terry.reedy
Recipients asvetlov, roger.serwy, terry.reedy
Date 2012-03-31.18:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333218707.98.0.322285432379.issue14440@psf.upfronthosting.co.za>
In-reply-to
Content
Andrew: I strongly agree with the goal that IDLE should not leave zombie processes. The background process should die if either 1) IDLE restarts the shell with a new background process, as with every edit-run cycle, or 2) IDLE dies. The desired behavior seems to be both somewhat fragile and system dependent. I do not know whether 100% compliance on every system is sensibly possible.

The issue I referred to is #12540. The problem there was worse: leaving a zombie for every shell restart on Windows. Perhaps the discussion there will give you some ideas.

Ctrl-\ does not seem to do anything on Windows. I do not know whether TaskManager 'Terminate process' corresponds to *nix SIGTERM, SIGQUIT, SIGKILL, something else, or is completely Windows specific.
History
Date User Action Args
2012-03-31 18:31:48terry.reedysetrecipients: + terry.reedy, roger.serwy, asvetlov
2012-03-31 18:31:47terry.reedysetmessageid: <1333218707.98.0.322285432379.issue14440@psf.upfronthosting.co.za>
2012-03-31 18:31:47terry.reedylinkissue14440 messages
2012-03-31 18:31:47terry.reedycreate