Home
last modified time | relevance | path

Searched refs:exitfunc (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/idlelib/
Dconfig-main.def57 delete-exitfunc= 1
DNEWS2x.txt57 - atexit call replaces sys.exitfunc. The functionality of delete-exitfunc flag
83 - There was an error on exit if no sys.exitfunc was defined. Issue 1647.
433 - Added the delete-exitfunc option to config-main.def. (This option is not
435 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
/third_party/python/Doc/library/
D2to3.rst223 .. 2to3fixer:: exitfunc
225 Changes assignment of :attr:`sys.exitfunc` to use of the :mod:`atexit`
/third_party/python/Python/
Dpylifecycle.c2845 void (*exitfunc)(void) = runtime->exitfuncs[runtime->nexitfuncs]; in call_ll_exitfuncs() local
2848 exitfunc(); in call_ll_exitfuncs()
/third_party/python/Doc/whatsnew/
D2.4.rst1279 * The :func:`sys.exitfunc` function has been deprecated. Code should be using
1281 functions. Eventually :func:`sys.exitfunc` will become a purely internal
D3.0.rst631 * Cleanup of the :mod:`sys` module: removed :func:`sys.exitfunc`,
D2.0.rst1081 interpreter exits. Code that currently sets ``sys.exitfunc`` directly should be
/third_party/python/Misc/
DHISTORY17197 - Patch #1680961: sys.exitfunc has been removed and replaced with a
19986 - Deprecated sys.exitfunc in favor of the atexit module. The sys.exitfunc
33506 the interpreter. The "sys.exitfunc" feature still makes limited
33901 assign a function object to sys.exitfunc, it will be called when
/third_party/NuttX/
DReleaseNotes32607 …://github.com/apache/incubator-nuttx/pull/7545) libc: atexit: correct return value of exitfunc lock