[issue1647] IDLE messes around with sys.exitfunc

Kurt B. Kaiser report at bugs.python.org
Mon Dec 24 04:48:49 CET 2007


Kurt B. Kaiser added the comment:

It was done for VPython support, as described in the docstring in 
run.py:exit().  What are you doing, removing sys.exitfunc from 
2.6? 

The 3.0 run.py code was changed to use atexit._clear().

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1647>
__________________________________


More information about the Python-bugs-list mailing list