COMMITS
/ Modules/atexitmodule.c August 27, 2022
M
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
Miss Islington (bot) committed
December 9, 2021
M
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005)
Miss Islington (bot) committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
December 15, 2020
V
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner committed
V
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner committed
December 14, 2020
V
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner committed
V
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner committed
July 26, 2020
L
Fix atexitmodule doc (GH-21456)
linchiwei123 committed
March 17, 2020
V
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner committed
March 16, 2020
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
December 20, 2017
M
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch committed
June 12, 2017
S
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
August 1, 2013
A
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware.
Antoine Pitrou committed
March 27, 2012
S
Issue #11826: Fix memory leak in atexitmodule.
Stefan Krah committed
January 5, 2011
V
Issue #10756: atexit normalizes the exception before displaying it.
Victor Stinner committed
October 30, 2008
September 23, 2008
S
Fix for issue 3666 - atexit.register with bad inputs segfaults on exit.
Skip Montanaro committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
August 6, 2007
S
missing docstrings
Skip Montanaro committed
March 23, 2007
C
Address some XXXs from Neal Norwitz.
Collin Winter committed
March 21, 2007
N
Little fixes:
Neal Norwitz committed