]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A interruptmodule.c
authorKurt B. Kaiser <kbk@shore.net>
Mon, 10 Mar 2003 20:41:07 +0000 (20:41 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 10 Mar 2003 20:41:07 +0000 (20:41 +0000)
commit98b15ab980aacc317779ce1f9af8da135981b01b
tree7975e39ecf6229c91fb5037011a5a07fc443430b
parenta2369928b52ddcbadb5709cfa5df0b502d861090
A interruptmodule.c
M setup.py
Implements an interrupt extension module which allows a subthread
to raise an interrupt in the main thread.
Lib/idlelib/interruptmodule.c [new file with mode: 0644]
Lib/idlelib/setup.py