Message190919
>>> a = chr(0x84b2e)+chr(0x109710)
>>> a.lower()
SystemError: invalid maximum character passed to PyUnicode_New
The MAX_MAXCHAR() macro only works for 'maxchar' values, like 0xff, 0xffff... in do_upper_or_lower() it's used with arbitrary UCS4 values. |
|
Date |
User |
Action |
Args |
2013-06-10 15:57:23 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, vstinner, ezio.melotti, serhiy.storchaka, davechallis |
2013-06-10 15:57:23 | amaury.forgeotdarc | set | messageid: <1370879843.3.0.360732826425.issue18183@psf.upfronthosting.co.za> |
2013-06-10 15:57:23 | amaury.forgeotdarc | link | issue18183 messages |
2013-06-10 15:57:23 | amaury.forgeotdarc | create | |
|