Message113255
| 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:39 | vstinner | set | recipients: + vstinner, ezio.melotti, Arfrever |
| 2010-08-08 12:49:39 | vstinner | set | messageid: <1281271779.27.0.309079653349.issue9425@psf.upfronthosting.co.za> |
| 2010-08-08 12:49:37 | vstinner | link | issue9425 messages |
| 2010-08-08 12:49:36 | vstinner | create | |