Christian Heimes added the comment:

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.

----------
nosy: +tiran
versions: +Python 2.6 -Python 2.5

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1220212>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to