threading.Condition.wait() is not catching SIGTERM

Chris Angelico rosuav at gmail.com
Thu Jul 3 06:33:48 EDT 2014


On Thu, Jul 3, 2014 at 8:27 PM, Sangeeth Saravanaraj
<sangeeth.saravanaraj at 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



More information about the Python-list mailing list