Issue 33788: Argument clinic: use path_t in _winapi.c (original) (raw)

Issue33788

Created on 2018-06-06 19:58 by giampaolo.rodola, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg318858 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2018-06-06 19:58
There currently are different functions in Modules/_winapi.c that deals with paths: CreateFile, CreateJunction, CreateNamedPipe and I'm currently working on a patch which will add 3 more. For those functions it would be convenient to be able to use path_t which is currently defined in Modules/posixmodule.c. I started playing with argument clinic only recently so I'm not sure if there's a way to avoid path_t definition.
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 77969
2018-06-06 19:58:47 giampaolo.rodola create