[issue1647] IDLE messes around with sys.exitfunc

Christian Heimes report at bugs.python.org
Tue Dec 18 04:29:12 CET 2007


New submission from Christian Heimes:

Is it necessary to alter or remove the exit function?

c:\dev\python\trunk\PCbuild9>python ..\Lib\idlelib\idle.py
Traceback (most recent call last):
  File "c:\dev\python\trunk\lib\idlelib\run.py", line 83, in main
    exit()
  File "c:\dev\python\trunk\lib\idlelib\run.py", line 209, in exit
    del sys.exitfunc
AttributeError: exitfunc

----------
assignee: kbk
components: IDLE
messages: 58722
nosy: kbk, tiran
severity: normal
status: open
title: IDLE messes around with sys.exitfunc
versions: Python 2.6, Python 3.0

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


More information about the Python-bugs-list mailing list