commit | 929711765e3f7b351997099276d9bf11113a8a46 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Jan 03 00:14:25 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Jan 03 00:14:25 1997 +0000 |
tree | bfc7969571469b757daacabb9c5ac44849d6f44c | |
parent | 420c11c6aa123497a073c0bd8c61a4d80792b7c6 [diff] |
Several changes: - Conform to standard Python C coding styles. - All static symbols were renamed and shorted. - Eyeballed all return values and memory references. - Fixed a bug in signal.pause() so that exceptions raised in signal handlers are now properly caught after pause() returns. - Removed SIGCPU and SIGFSZ. We surmise that these were typos for the previously missing SIGXCPU and SIGXFSZ.