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 Arfrever, ezio.melotti, vstinner
Date 2010-08-08.12:49:34
SpamBayes Score 0.00013165457
Marked as misclassified No
Message-id <1281271779.27.0.309079653349.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
_Py_wchar2char.patch: create _Py_wchar2char() private function, and _wstat() and _wfopen() use it. _Py_wchar2char() function has been improved since the previous version posted to Rietveld: it now computes the exact length of the output buffer, instead of using wcslen(text)*10+1.

Alone, this patch isn't really useful, but it prepares the code for next patches.
History
Date User Action Args
2010-08-08 12:49:39vstinnersetrecipients: + vstinner, ezio.melotti, Arfrever
2010-08-08 12:49:39vstinnersetmessageid: <1281271779.27.0.309079653349.issue9425@psf.upfronthosting.co.za>
2010-08-08 12:49:37vstinnerlinkissue9425 messages
2010-08-08 12:49:36vstinnercreate