commit | bb4ba12242052fe708462d2f53729b49828882dc | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jun 23 11:25:45 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jun 23 11:25:45 1994 +0000 |
tree | ef189d9d243d85cd1ca48ff49b59b85f2248a099 | |
parent | 20882d506754da0c84684e32ba060c627ee19e09 [diff] |
* Modules/signalmodule.c: added thread compatibility (only main thread uses signals); much improved efficiency; intrcheck() doesn't call sigcheck() but only tests and clears the SIGINT tripped flag.