Message117570
| Author |
vstinner |
| Recipients |
ezio.melotti, lemburg, vstinner |
| Date |
2010年09月29日.01:00:54 |
| SpamBayes Score |
3.136643e-08 |
| Marked as misclassified |
No |
| Message-id |
<1285722058.65.0.0646178690486.issue9979@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
New version of the patch:
- fix PyUnicode_AsWideCharString() :-)
- replace PyUnicode_AsWideChar() by PyUnicode_AsWideCharString() in most functions using PyUnicode_AsWideChar()
- indicate that PyUnicode_AsWideCharString() raises a MemoryError on error
Keep the call to PyUnicode_AsWideChar() in:
- Modules/getpath.c because getpath.c uses a global limitation of MAXPATHLEN+1 characters
- WCharArray_set_value() and U_set() of ctypes because the output buffer size is fixed |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年09月29日 01:00:58 | vstinner | set | recipients:
+ vstinner, lemburg, ezio.melotti |
| 2010年09月29日 01:00:58 | vstinner | set | messageid: <1285722058.65.0.0646178690486.issue9979@psf.upfronthosting.co.za> |
| 2010年09月29日 01:00:57 | vstinner | link | issue9979 messages |
| 2010年09月29日 01:00:57 | vstinner | create |
|