[Python-ideas] IDEA: do not alter default SIGINT handling

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Sep 15 02:13:46 CEST 2009


Nick Coghlan wrote:

> time.sleep() is actually a great example. Firstly, I didn't use it just
> yesterday precisely because dropping it in in a naive fashion would have
> broken Ctrl-C handling

What do you mean? Ctrl-C interrupts time.sleep()
okay in my Python (on MacOSX).

-- 
Greg




More information about the Python-ideas mailing list