[Python-bugs-list] [ python-Bugs-444493 ] u'\U00010001' segfaults with current CVS

noreply@sourceforge.net noreply@sourceforge.net
Wed, 25 Jul 2001 09:08:18 -0700


Bugs item #444493, was opened at 2001-07-25 08:04
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=444493&group_id=5470

Category: Unicode
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: M.-A. Lemburg (lemburg)
Summary: u'\U00010001' segfaults with current CVS

Initial Comment:
The current CVS version segfaults simply by
entering
   u'\U00010001'
in the interactive session. Lib/test/test_unicode.py 
fails too.



----------------------------------------------------------------------

>Comment By: M.-A. Lemburg (lemburg)
Date: 2001-07-25 09:08

Message:
Logged In: YES 
user_id=38388

The bug only showed up in UCS-4 builds due to a missing
resize in the codec.

The tests also showed that the raw-unicode-escape codec is
not round-trip safe on UCS-4 builds.

Fixed the first part, removed the raw-unicode-escape codec
from the tests for the second part.

----------------------------------------------------------------------

Comment By: Walter Dörwald (doerwalter)
Date: 2001-07-25 08:05

Message:
Logged In: YES 
user_id=89016

BTW, I used a UCS4 build.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=444493&group_id=5470