[issue9231] IDLE interactive interpreter crash

Antoine Pitrou report at bugs.python.org
Mon Jul 12 12:27:02 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

After a few keystrokes in the interactive interpreter, I got the
following traceback:

Traceback (most recent call last):
  File "Lib/idlelib/idle.py", line 11, in <module>
    idlelib.PyShell.main()
  File "/home/antoine/py3k/__svn__/Lib/idlelib/PyShell.py", line 1420,
in main
    root.mainloop()
  File "/home/antoine/py3k/__svn__/Lib/tkinter/__init__.py", line 1009,
in mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 0:
invalid start byte


The keystrokes were ['d', 'i', Ctrl+Space], which briefly displayed the
completion popup before crashing.

----------
components: IDLE
messages: 110077
nosy: pitrou
priority: high
severity: normal
stage: needs patch
status: open
title: IDLE interactive interpreter crash
type: crash
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9231>
_______________________________________


More information about the Python-bugs-list mailing list