Message82674
Updated Victor's patch:
- applies cleanly against newly whitespace-normalized unicodeobject.c
- renamed USE_WCHAR_SURROGATE to CONVERT_WCHAR_TO_SURROGATES
- add defined(SIZEOF_WCHAR_T) check
I find the patched version of PyUnicode_FromWideChar quite hard to follow
with all the #ifdefery. I wonder whether it might be better to define a
_PyUnicode16_FromWideChar32 helper function instead. |
|
Date |
User |
Action |
Args |
2009-02-24 19:39:51 | mark.dickinson | set | recipients:
+ mark.dickinson, lemburg, vstinner, rpetrov |
2009-02-24 19:39:50 | mark.dickinson | set | messageid: <1235504390.94.0.374066402211.issue4474@psf.upfronthosting.co.za> |
2009-02-24 19:38:50 | mark.dickinson | link | issue4474 messages |
2009-02-24 19:38:50 | mark.dickinson | create | |
|