1. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 4 years, 8 months ago
  2. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 4 years, 8 months ago
  3. 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 4 years, 8 months ago
  4. 52bf470 Fix atexitmodule doc (GH-21456) by linchiwei123 · 5 years ago
  5. 5b1ef20 bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) by Victor Stinner · 5 years ago
  6. f707d94 bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017) by Hai Shi · 5 years ago
  7. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 7 years ago
  8. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 8 years ago
  9. 3fd54d4 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034) by Serhiy Storchaka · 8 years ago
  10. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  11. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  12. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 10 years ago
  13. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 11 years ago
  14. 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 12 years ago
  15. 650365b Issue #11826: Fix memory leak in atexitmodule. by Stefan Krah · 13 years ago
  16. 358e11d Issue #10756: atexit normalizes the exception before displaying it. by Victor Stinner · 15 years ago
  17. 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 · 17 years ago
  18. 711552b Fix for issue 3666 - atexit.register with bad inputs segfaults on exit. by Skip Montanaro · 17 years ago
  19. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
  20. 28a181c missing docstrings by Skip Montanaro · 18 years ago
  21. 3e81ec8 Address some XXXs from Neal Norwitz. by Collin Winter · 18 years ago
  22. 7d71fb8 Little fixes: by Neal Norwitz · 18 years ago
  23. 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