Message117787
Update the patch for the new PyUnicode_AsWideCharString() function:
- use Py_UNICODE_SIZE and SIZEOF_WCHAR_T in the preprocessor tests
- faster loop: don't use a counter + pointer, but only use pointers (for the stop condition)
The patch is not finished: I have to implement "#elif Py_UNICODE_SIZE == 4 && SIZEOF_WCHAR_T == 2" case. |
|
Date |
User |
Action |
Args |
2010-10-01 11:53:27 | vstinner | set | recipients:
+ vstinner, lemburg, theller, stutzbach, ezio.melotti |
2010-10-01 11:53:27 | vstinner | set | messageid: <1285934007.16.0.95659102718.issue8670@psf.upfronthosting.co.za> |
2010-10-01 11:53:25 | vstinner | link | issue8670 messages |
2010-10-01 11:53:25 | vstinner | create | |
|