]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Several changes:
authorBarry Warsaw <barry@python.org>
Fri, 3 Jan 1997 00:14:25 +0000 (00:14 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 3 Jan 1997 00:14:25 +0000 (00:14 +0000)
commit929711765e3f7b351997099276d9bf11113a8a46
treebfc7969571469b757daacabb9c5ac44849d6f44c
parent420c11c6aa123497a073c0bd8c61a4d80792b7c6
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.
Modules/signalmodule.c