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 vstinner
Recipients ezio.melotti, lemburg, stutzbach, theller, vstinner
Date 2010-10-01.11:53:24
SpamBayes Score 0.006797236
Marked as misclassified No
Message-id <1285934007.16.0.95659102718.issue8670@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-01 11:53:27vstinnersetrecipients: + vstinner, lemburg, theller, stutzbach, ezio.melotti
2010-10-01 11:53:27vstinnersetmessageid: <1285934007.16.0.95659102718.issue8670@psf.upfronthosting.co.za>
2010-10-01 11:53:25vstinnerlinkissue8670 messages
2010-10-01 11:53:25vstinnercreate