Message323486
Serhiy is exactly right, but to emphasise, the best way to do paths now is to use argument clinic with its path_t type. On Windows, .narrow is a flag that indicates whether you should PyUnicode_FSEncode() any results before returning them, and .wide is always initialized correctly.
Do not use any *A APIs - only *W from now on :) |
|
| Date |
User |
Action |
Args |
| 2018-08-13 16:32:30 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, berker.peksag, zach.ware, serhiy.storchaka, eryksun, girtsf |
| 2018-08-13 16:32:30 | steve.dower | set | messageid: <[email protected]> |
| 2018-08-13 16:32:30 | steve.dower | link | issue34384 messages |
| 2018-08-13 16:32:30 | steve.dower | create | |
|