Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73894

Re: threading.Condition.wait() is not catching SIGTERM

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: threading.Condition.wait() is not catching SIGTERM
Date 2014-07-03 06:19 -0400
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-A625DF.06190003072014@news.panix.com> (permalink)
References <mailman.11450.1404382552.18130.python-list@python.org>

Show all headers | View raw


In article <mailman.11450.1404382552.18130.python-list@python.org>,
 Sangeeth Saravanaraj <sangeeth.saravanaraj@gmail.com> wrote:

> Hi All, 
> 
> I have the following code which when executed waits to be interrupted by 
> SIGINT, SIGTERM or SIGQUIT.

We need more information.  What version of Python are you using?  And, 
what operating system is this running on?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

threading.Condition.wait() is not catching SIGTERM Sangeeth Saravanaraj <sangeeth.saravanaraj@gmail.com> - 2014-07-03 15:45 +0530
  Re: threading.Condition.wait() is not catching SIGTERM Roy Smith <roy@panix.com> - 2014-07-03 06:19 -0400
    Re: threading.Condition.wait() is not catching SIGTERM Sangeeth Saravanaraj <sangeeth.saravanaraj@gmail.com> - 2014-07-03 15:57 +0530
    Re: threading.Condition.wait() is not catching SIGTERM Chris Angelico <rosuav@gmail.com> - 2014-07-03 20:33 +1000

csiph-web