threading.Condition.wait() is not catching SIGTERM

Sangeeth Saravanaraj sangeeth.saravanaraj at gmail.com
Thu Jul 3 06:27:45 EDT 2014


On 03-Jul-2014, at 3:49 pm, Roy Smith <roy at panix.com> wrote:

> In article <mailman.11450.1404382552.18130.python-list at python.org>,
> Sangeeth Saravanaraj <sangeeth.saravanaraj at 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




More information about the Python-list mailing list