Message240014
Sorry, _Py_open requires a double encoding (wchar->char->wchar), which is why I'm not going to use it.
_Py_wfopen takes a mode string rather than _O_* flags, and so implicitly includes _O_CREAT.
Guessing we should add _Py_wopen? |
|
Date |
User |
Action |
Args |
2015-04-03 17:38:56 | steve.dower | set | recipients:
+ steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka |
2015-04-03 17:38:56 | steve.dower | set | messageid: <1428082736.94.0.648613713456.issue23668@psf.upfronthosting.co.za> |
2015-04-03 17:38:56 | steve.dower | link | issue23668 messages |
2015-04-03 17:38:56 | steve.dower | create | |
|