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

Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 16 Jun 2003 13:17:06 +1200 (NZST)


Kevin Jacobs <jacobs@penguin.theopalgroup.com>:

> That chunk of code is very problematic.  Some platforms/threading libraries
> will deliver a SIGINT to all threads, which can abort many system calls that
> are not trivially restarted/restartable.

But aren't we just talking about having one thread explicitly cause an
asynchronous exception to be raised in another? That's a different
thing from handling Unix signals.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+