[issue18183] Calling .lower() on certain unicode string raises SystemError

STINNER Victor report at bugs.python.org
Mon Jun 10 22:43:15 CEST 2013


STINNER Victor added the comment:

+        '\U00010000\U00100000'.lower()

Why not checking the result of these calls?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18183>
_______________________________________


More information about the Python-bugs-list mailing list