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 loewis
Recipients ezio.melotti, loewis, ned.deily, roger.serwy, terry.reedy, vbr, vstinner
Date 2012-03-06.07:31:56
SpamBayes Score 5.26096e-05
Marked as misclassified No
Message-id <1331019117.19.0.873518539336.issue14200@psf.upfronthosting.co.za>
In-reply-to
Content
Vlastimil: you are mixing issues. Some of your observations are actually correct behaviour; please don't clutter the report with that, but report each separate behavior in a separate report. In Python 3.3, surrogate pairs do *not* substitute for the the actual character, since the internal representation is not UTF-16 anymore.

Also, when you run a Tkinter app in IDLE: while you get a "proper" traceback output, your conclusion that python.exe does not "crash" is incorrect: it crashes just in the very same way that IDLE crashes. Except when run inside IDLE, it is a subprocess that "crashes" (i.e. terminates with a traceback output), not IDLE itself.
History
Date User Action Args
2012-03-06 07:31:57loewissetrecipients: + loewis, terry.reedy, vstinner, vbr, ned.deily, ezio.melotti, roger.serwy
2012-03-06 07:31:57loewissetmessageid: <1331019117.19.0.873518539336.issue14200@psf.upfronthosting.co.za>
2012-03-06 07:31:56loewislinkissue14200 messages
2012-03-06 07:31:56loewiscreate