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 serhiy.storchaka
Recipients davechallis, ezio.melotti, serhiy.storchaka
Date 2013-06-10.15:53:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370879594.65.0.295445067437.issue18183@psf.upfronthosting.co.za>
In-reply-to
Content
It happens due to use fast MAX_MAXCHAR() which can produce maxchar out of range (0x10000 | 0x100000 > MAX_UNICODE).
History
Date User Action Args
2013-06-10 15:53:14serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, davechallis
2013-06-10 15:53:14serhiy.storchakasetmessageid: <1370879594.65.0.295445067437.issue18183@psf.upfronthosting.co.za>
2013-06-10 15:53:14serhiy.storchakalinkissue18183 messages
2013-06-10 15:53:14serhiy.storchakacreate