Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73895
| Subject | Re: threading.Condition.wait() is not catching SIGTERM |
|---|---|
| From | Sangeeth Saravanaraj <sangeeth.saravanaraj@gmail.com> |
| Date | 2014-07-03 15:57 +0530 |
| References | <mailman.11450.1404382552.18130.python-list@python.org> <roy-A625DF.06190003072014@news.panix.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11451.1404383271.18130.python-list@python.org> (permalink) |
On 03-Jul-2014, at 3:49 pm, Roy Smith <roy@panix.com> wrote: > 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? I am using Python 2.7.7 and running this code on MacOS Darwin Kernel 13.2.0 But does the behavior of threading.Condition.wait() depends on operating system?! > -- > https://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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