Author loewis
Recipients
Date 2006-04-11.07:16:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

It turns out that the test whether wchar_t is unsigned was
reversed. Correcting the test stops makes the program not
crash anymore; this is fixed in r45264

Not sure whether this can be backported to 2.4; it will mean
that Python will stop using wchar_t as Py_UNICODE on Linux.
History
Date User Action Args
2007-08-23 15:47:04adminlinkissue1454485 messages
2007-08-23 15:47:04admincreate