This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients kbk, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-01-07.20:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za>
In-reply-to
Content
When run IDLE with file name as agument

$ ./python -m idlelib.idle Lib/decimal.py

and then close or exit it, following traceback is printed:

Exception ignored in: <bound method _ComplexBinder.__del__ of <idlelib.MultiCall._ComplexBinder object at 0xb5ead62c>>
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/idlelib/MultiCall.py", line 230, in __del__
  File "/home/serhiy/py/cpython/Lib/tkinter/__init__.py", line 1043, in unbind
_tkinter.TclError: can't invoke "bind" command:  application has been destroyed
Exception ignored in: <bound method _ComplexBinder.__del__ of <idlelib.MultiCall._ComplexBinder object at 0xb5eab92c>>
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/idlelib/MultiCall.py", line 230, in __del__
  File "/home/serhiy/py/cpython/Lib/tkinter/__init__.py", line 1043, in unbind
_tkinter.TclError: can't invoke "bind" command:  application has been destroyed
Exception ignored in: <bound method _ComplexBinder.__del__ of <idlelib.MultiCall._ComplexBinder object at 0xb5ea4e4c>>
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/idlelib/MultiCall.py", line 230, in __del__
  File "/home/serhiy/py/cpython/Lib/tkinter/__init__.py", line 1043, in unbind
_tkinter.TclError: can't invoke "bind" command:  application has been destroyed
Exception ignored in: <bound method _ComplexBinder.__del__ of <idlelib.MultiCall._ComplexBinder object at 0xb5ea46ec>>
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/idlelib/MultiCall.py", line 230, in __del__
  File "/home/serhiy/py/cpython/Lib/tkinter/__init__.py", line 1043, in unbind
_tkinter.TclError: can't invoke "bind" command:  application has been destroyed

This is occurred only in 3.4.
History
Date User Action Args
2014-01-07 20:57:38serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, roger.serwy
2014-01-07 20:57:38serhiy.storchakasetmessageid: <1389128258.47.0.666257212012.issue20167@psf.upfronthosting.co.za>
2014-01-07 20:57:38serhiy.storchakalinkissue20167 messages
2014-01-07 20:57:38serhiy.storchakacreate