[issue13153] IDLE crashes when pasting non-BMP unicode char on UCS-16 build

2012-12-19 Thread Chris Angelico
Chris Angelico added the comment: I'm experiencing a similar issue. Fresh install of 3.3 today from the .msi installer on the web site, identifies itself as: Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32 To reproduce: Copy and paste this charact

[issue13153] IDLE crashes when pasting non-BMP unicode char on UCS-16 build

2012-03-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: Not sure. Let me to investigate the problem deeper. -- ___ Python tracker ___ ___ Python-bugs-list

[issue13153] IDLE crashes when pasting non-BMP unicode char on UCS-16 build

2012-03-14 Thread Roger Serwy
Roger Serwy added the comment: Issue14200 has a patch to fix this problem. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue13153] IDLE crashes when pasting non-BMP unicode char on UCS-16 build

2012-03-14 Thread Roger Serwy
Roger Serwy added the comment: Issue13582 deals with the IDLE error feedback. -- nosy: +serwy ___ Python tracker ___ ___ Python-bugs-

[issue13153] IDLE crashes when pasting non-BMP unicode char on UCS-16 build

2012-03-14 Thread Ned Deily
Ned Deily added the comment: Reassigning to Andrew to investigate solution similar to the one used in Issue14200. -- assignee: ned.deily -> astrand nosy: +astrand title: IDLE crash with unicode bigger than 0x -> IDLE crashes when pasting non-BMP unicode char on UCS-16 build versio

[issue13153] IDLE crashes when pasting non-BMP unicode char on UCS-16 build

2012-03-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: -astrand ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue13153] IDLE crashes when pasting non-BMP unicode char on UCS-16 build

2012-03-14 Thread Ned Deily
Ned Deily added the comment: (Oops, wrong assignment!) -- assignee: astrand -> asvetlov nosy: +asvetlov ___ Python tracker ___ ___ Py