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 tebeka
Recipients christian.heimes, kap4020, loewis, nnorwitz, tebeka, tim.peters
Date 2008-01-12.05:21:54
SpamBayes Score 0.08030358
Marked as misclassified No
Message-id <1200115315.69.0.0627368787843.issue1220212@psf.upfronthosting.co.za>
In-reply-to
Content
> Users should substitute their popen and exec calls with subprocess
As long as popen and exec are available, users are free to use them (and
probably will :)

The Popen(...).terminate() works only if I'm the one who started the
process. However there are cases where I want to kill all running python
processes. The pids to be killed will come from somewhere else (ps,
plist, ...).
History
Date User Action Args
2008-01-12 05:21:55tebekasetspambayes_score: 0.0803036 -> 0.08030358
recipients: + tebeka, tim.peters, loewis, nnorwitz, christian.heimes, kap4020
2008-01-12 05:21:55tebekasetspambayes_score: 0.0803036 -> 0.0803036
messageid: <1200115315.69.0.0627368787843.issue1220212@psf.upfronthosting.co.za>
2008-01-12 05:21:54tebekalinkissue1220212 messages
2008-01-12 05:21:54tebekacreate