]> granicus.if.org Git - python/commit
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimpl...
authorCollin Winter <collinw@gmail.com>
Wed, 21 Mar 2007 02:57:17 +0000 (02:57 +0000)
committerCollin Winter <collinw@gmail.com>
Wed, 21 Mar 2007 02:57:17 +0000 (02:57 +0000)
commit670e6921349dd408b6958a0c5d3b1486725f9beb
tree719d6b0e5348693a2d985dfabc5e9160f7f79108
parent450ee81b227b093eeb0b7a933fe6ddc6dc768d4a
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API.
13 files changed:
Doc/lib/libatexit.tex
Doc/lib/libsys.tex
Include/pythonrun.h
Lib/atexit.py [deleted file]
Lib/test/test___all__.py
Lib/test/test_atexit.py
Misc/NEWS
Modules/Setup.dist
Modules/atexitmodule.c [new file with mode: 0644]
Python/import.c
Python/pythonrun.c
Python/sysmodule.c
setup.py