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 tats.u.
Recipients tats.u.
Date 2016-02-23.14:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456237474.93.0.941468320226.issue26420@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows Server 2012 R2 with Update(which is compatible with Windows 8.1 Update 1), I copied a character U+20BB7 and pasted it on IDLE.  After that, IDLE suddenly exited with no messages, notices, or errors.

  Then, I tried to input some non-BMP charactors by the Google Japanese IME other than 𠮷 such as U+1F444, U+1F468 and found that the IDLE exited as the same way.

  I suppose that these phenomena could be due to a failure when treating surrogate pairs in input or pasted strings.
History
Date User Action Args
2016-02-23 14:24:34tats.u.setrecipients: + tats.u.
2016-02-23 14:24:34tats.u.setmessageid: <1456237474.93.0.941468320226.issue26420@psf.upfronthosting.co.za>
2016-02-23 14:24:34tats.u.linkissue26420 messages
2016-02-23 14:24:34tats.u.create