[Python-Dev] Where to put the interrupt module?

Guido van Rossum guido@python.org
Fri, 13 Jun 2003 16:32:03 -0400


> How should dummy_thread be modified?  Something like
> 
>     def interrupt_main():
>         raise KeyboardInterrupt

I don't think dummy_thread needs to support this API.

--Guido van Rossum (home page: http://www.python.org/~guido/)