On Sun, 15 May 2011 17:05:57 +0000, Christoph Scheingraber wrote:

> Is it correct anyway to have
> 
> signal.siginterrupt(signal.SIGINT, False)
> 
> in my custom interrupt_handler function

No.

> or should it be outside but after
> signal.signal(signal.SIGINT, interrupt_handler)? 

Yes.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to