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 christian.heimes
Recipients christian.heimes, kap4020, loewis, nnorwitz, tebeka, tim.peters
Date 2008-01-12.04:54:32
SpamBayes Score 0.017459659
Marked as misclassified No
Message-id <1200113674.48.0.308868816855.issue1220212@psf.upfronthosting.co.za>
In-reply-to
Content
This should be implemented differently. Users should substitute their
popen and exec calls with subprocess. The subprocess.Popen class should
gain two new methods terminate() and send_signal(int) where send_signal
is restricted to SIGKILL (+SIGTERM ?) on Windows. The idea was discussed
on the Python dev list early last year.
History
Date User Action Args
2008-01-12 04:54:34christian.heimessetspambayes_score: 0.0174597 -> 0.017459659
recipients: + christian.heimes, tim.peters, loewis, nnorwitz, tebeka, kap4020
2008-01-12 04:54:34christian.heimessetspambayes_score: 0.0174597 -> 0.0174597
messageid: <1200113674.48.0.308868816855.issue1220212@psf.upfronthosting.co.za>
2008-01-12 04:54:33christian.heimeslinkissue1220212 messages
2008-01-12 04:54:32christian.heimescreate