Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
45e124e26d43d4618d2686b5323c322aa25566b6
/
Modules
/
atexitmodule.c
2d350fd
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware.
by Antoine Pitrou
· 11 years ago
650365b
Issue #11826: Fix memory leak in atexitmodule.
by Stefan Krah
· 13 years ago
358e11d
Issue #10756: atexit normalizes the exception before displaying it.
by Victor Stinner
· 14 years ago
9c94ba4
Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters. The bug was found by Graham Dumpletom during his work on a 3.0 port of mod_wsgi. The patch has been reviewed by Benjamin.
by Christian Heimes
· 16 years ago
711552b
Fix for issue 3666 - atexit.register with bad inputs segfaults on exit.
by Skip Montanaro
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
28a181c
missing docstrings
by Skip Montanaro
· 17 years ago
3e81ec8
Address some XXXs from Neal Norwitz.
by Collin Winter
· 18 years ago
7d71fb8
Little fixes:
by Neal Norwitz
· 18 years ago
670e692
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.
by Collin Winter
· 18 years ago