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


Groups > comp.lang.python > #73896

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

References <mailman.11450.1404382552.18130.python-list@python.org> <roy-A625DF.06190003072014@news.panix.com> <00F58FB9-3C75-4DE5-8B9F-4ADB7B29EFE4@gmail.com>
Date 2014-07-03 20:33 +1000
Subject Re: threading.Condition.wait() is not catching SIGTERM
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.11453.1404383638.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, Jul 3, 2014 at 8:27 PM, Sangeeth Saravanaraj
<sangeeth.saravanaraj@gmail.com> wrote:
> But does the behavior of threading.Condition.wait() depends on operating system?!

The behaviour of signals certainly does - there's a huge difference
between Windows and POSIX, and there are lesser differences between
Linux and Mac OS, and so on. It's just safest to say exactly what
platform, in case it matters.

ChrisA

Back to comp.lang.python | Previous | NextPrevious 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