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 eli.bendersky
Recipients Aneesh, Peter.Caven, brian.curtin, eli.bendersky, georg.brandl, kbk, loewis, ned.deily, sunqiang, terry.reedy, tim.golden, vstinner
Date 2011-07-23.11:21:45
SpamBayes Score 0.0006188856
Marked as misclassified No
Message-id <1311420106.03.0.660712308701.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think there's a problem with os.spawnv and os.kill - they do what their docs describe.

IMHO, the solution should be to change IDLE so that it uses subprocess.Popen for both starting and killing the child process.
History
Date User Action Args
2011-07-23 11:21:46eli.benderskysetrecipients: + eli.bendersky, loewis, georg.brandl, terry.reedy, kbk, vstinner, tim.golden, ned.deily, brian.curtin, sunqiang, Peter.Caven, Aneesh
2011-07-23 11:21:46eli.benderskysetmessageid: <1311420106.03.0.660712308701.issue12540@psf.upfronthosting.co.za>
2011-07-23 11:21:45eli.benderskylinkissue12540 messages
2011-07-23 11:21:45eli.benderskycreate