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.12:24:56
SpamBayes Score 0.0009775315
Marked as misclassified No
Message-id <1285935899.53.0.00828992111431.issue8670@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 3:
 - fix unicode_aswidechar if Py_UNICODE_SIZE == SIZEOF_WCHAR_T and w == NULL (return the number of characters, don't write into w!)
 - improve unicode_aswidechar() comment
History
Date User Action Args
2010-10-01 12:24:59vstinnersetrecipients: + vstinner, lemburg, theller, stutzbach, ezio.melotti
2010-10-01 12:24:59vstinnersetmessageid: <1285935899.53.0.00828992111431.issue8670@psf.upfronthosting.co.za>
2010-10-01 12:24:56vstinnerlinkissue8670 messages
2010-10-01 12:24:56vstinnercreate