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 William.Schwartz
Recipients JBernardo, Ramchandra Apte, Rosuav, William.Schwartz, asvetlov, ezio.melotti, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-07-03.14:43:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372862608.38.0.0810492085096.issue13153@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like this issue is closed, but I got IDLE to crash.

On Python 3.3.2, Windows 7, and Tk version 8.5, IDLE crashes when pasting \U0001F382 (Unicode birthday cake character). Below is the version string for the Python I'm running.

Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AMD64)] on win32.

According to http://docs.python.org/3.3/whatsnew/changelog.html this issue was fixed in Python 3.3.1 RC 1. Indeed the patch discussed above exists in the cpython 3.3 branch: http://hg.python.org/cpython/file/910ec3471d55/Modules/_tkinter.c. But IDLE still crashes, at least for me.
History
Date User Action Args
2013-07-03 14:43:28William.Schwartzsetrecipients: + William.Schwartz, terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, python-dev, JBernardo, Rosuav, Ramchandra Apte, serhiy.storchaka
2013-07-03 14:43:28William.Schwartzsetmessageid: <1372862608.38.0.0810492085096.issue13153@psf.upfronthosting.co.za>
2013-07-03 14:43:28William.Schwartzlinkissue13153 messages
2013-07-03 14:43:28William.Schwartzcreate