]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add finialization routines; fixed some memory leaks related to this.
authorGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 03:01:42 +0000 (03:01 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 03:01:42 +0000 (03:01 +0000)
commit08c166152e9f882d475b02e2d76a198389b13d0b
tree45c799dd4b6d049e8bfddbb62ce94f26857f20f9
parent05f7c50bfd68ed0efc68145ff029b1509685751d
Add finialization routines; fixed some memory leaks related to this.

Reset the SIGINT handler when the finalization is invoked.
Modules/signalmodule.c