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:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370879391.22.0.180237864126.issue18183@psf.upfronthosting.co.za>
In-reply-to
Content
Minimal example:

>>> '\U00010000\U00100000'.lower()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: invalid maximum character passed to PyUnicode_New
History
Date User Action Args
2013-06-10 15:49:51serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, davechallis
2013-06-10 15:49:51serhiy.storchakasetmessageid: <1370879391.22.0.180237864126.issue18183@psf.upfronthosting.co.za>
2013-06-10 15:49:51serhiy.storchakalinkissue18183 messages
2013-06-10 15:49:51serhiy.storchakacreate