[issue14200] Idle shell crash on printing non-BMP unicode character

Roger Serwy report at bugs.python.org
Mon Mar 5 17:33:29 CET 2012


Roger Serwy <roger.serwy at gmail.com> added the comment:

Hi Vlastimil,

Can you repeat your test case while running IDLE from the command prompt and report the error you see?

    python -m idlelib.idle

IDLE closes suddenly on Windows because IDLE uses pythonw.exe which has no stdout or stderr. When Tkinter encounters an error and tries to write to stderr, an error is raised in the Tkinter eventloop and the eventloop terminates.

----------

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


More information about the Python-bugs-list mailing list