Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Interrupt module has been folded into the thread module | Kurt B. Kaiser | 2003-06-13 | 1 | -49/+0 |
| | | | | | | | Modified Files: run.py Removed Files: interruptmodule.c | ||||
* | A interruptmodule.c | Kurt B. Kaiser | 2003-03-10 | 1 | -0/+49 |
M setup.py Implements an interrupt extension module which allows a subthread to raise an interrupt in the main thread. |