The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.python
From: Rob Wolfe <r...@smsnet.pl>
Date: Tue, 05 Jun 2007 07:06:15 -0700
Local: Wed, Jun 6 2007 12:06 am
Subject: Re: subprocess leaves child living
Thomas Dybdahl Ahle wrote: On POSIX platform you can use signals and ``os.kill`` function. > Problem is - I can't do that when I get killed. > Isn't it possible to open processes in such a way like terminals? If I > kill the terminal, everything open in it will die too. Fo example: <code> def handler(signum, frame): signal.signal(signal.SIGTERM, handler) try: -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||