how to kill a subprocess

Christian Heimes lists at cheimes.de
Fri Sep 10 16:36:36 EDT 2010


Am 10.09.2010 22:14, schrieb cerr:
> No, the Perl becomes the zombie.

How are you killing the Python process? Are you sending SIGINT, SIGTERM
or SIGKILL? SIGKILL can prevent Python from running its cleanup code.

Christian





More information about the Python-list mailing list