summaryrefslogtreecommitdiff
path: root/Lib/idlelib/interruptmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Interrupt module has been folded into the thread moduleKurt B. Kaiser2003-06-131-49/+0
| | | | | | | Modified Files: run.py Removed Files: interruptmodule.c
* A interruptmodule.cKurt B. Kaiser2003-03-101-0/+49
M setup.py Implements an interrupt extension module which allows a subthread to raise an interrupt in the main thread.