index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
atexitmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
1
-4/+4
*
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner
2020-12-15
1
-35/+11
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
1
-97/+53
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-18/+35
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
1
-126/+109
*
Fix atexitmodule doc (GH-21456)
linchiwei123
2020-07-26
1
-1/+1
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
1
-16/+11
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-10/+16
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
1
-32/+40
*
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
Serhiy Storchaka
2017-06-12
1
-1/+1
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-4/+4
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
1
-1/+1
|
/
*
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...
Antoine Pitrou
2013-08-01
1
-42/+79
*
Issue #11826: Fix memory leak in atexitmodule.
Stefan Krah
2012-03-27
1
-1/+9
*
Issue #10756: atexit normalizes the exception before displaying it.
Victor Stinner
2011-01-05
1
-0/+1
*
Issue #4200: Changed the atexit module to store its state in its PyModuleDef ...
Christian Heimes
2008-10-30
1
-50/+82
*
Fix for issue 3666 - atexit.register with bad inputs segfaults on exit.
Skip Montanaro
2008-09-23
1
-6/+7
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-4/+18
*
missing docstrings
Skip Montanaro
2007-08-06
1
-5/+23
*
Address some XXXs from Neal Norwitz.
Collin Winter
2007-03-23
1
-8/+19
*
Little fixes:
Neal Norwitz
2007-03-21
1
-8/+15
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
1
-0/+217