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, terry.reedy
Date 2012-03-31.03:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333163786.4.0.316692454127.issue14440@psf.upfronthosting.co.za>
In-reply-to
Content
You need to specify os (with version) *nix?
There have been issues like this before, for earlier Python version, at least for Windows XP, which have been fixed, at least for Windows. I think last patch (a year ago? before 3.2 I think) switched to using subprocess instead of older methods. If I kill Idle with task manager, the other, background pythonw process dies in under half a second.
(If background process dies, IDLE restarts.)
History
Date User Action Args
2012-03-31 03:16:26terry.reedysetrecipients: + terry.reedy, asvetlov
2012-03-31 03:16:26terry.reedysetmessageid: <1333163786.4.0.316692454127.issue14440@psf.upfronthosting.co.za>
2012-03-31 03:16:25terry.reedylinkissue14440 messages
2012-03-31 03:16:25terry.reedycreate