Searched refs:exitfunc (Results 1 – 9 of 9) sorted by relevance
57 delete-exitfunc= 1
57 - atexit call replaces sys.exitfunc. The functionality of delete-exitfunc flag83 - 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 not435 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
223 .. 2to3fixer:: exitfunc225 Changes assignment of :attr:`sys.exitfunc` to use of the :mod:`atexit`
2845 void (*exitfunc)(void) = runtime->exitfuncs[runtime->nexitfuncs]; in call_ll_exitfuncs() local2848 exitfunc(); in call_ll_exitfuncs()
1279 * The :func:`sys.exitfunc` function has been deprecated. Code should be using1281 functions. Eventually :func:`sys.exitfunc` will become a purely internal
631 * Cleanup of the :mod:`sys` module: removed :func:`sys.exitfunc`,
1081 interpreter exits. Code that currently sets ``sys.exitfunc`` directly should be
17197 - Patch #1680961: sys.exitfunc has been removed and replaced with a19986 - Deprecated sys.exitfunc in favor of the atexit module. The sys.exitfunc33506 the interpreter. The "sys.exitfunc" feature still makes limited33901 assign a function object to sys.exitfunc, it will be called when
32607 …://github.com/apache/incubator-nuttx/pull/7545) libc: atexit: correct return value of exitfunc lock