This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Argument clinic: use path_t in _winapi.c
Type: Stage:
Components: Argument Clinic Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: giampaolo.rodola, larry
Priority: normal Keywords:

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:01adminsetgithub: 77969
2018-06-06 19:58:47giampaolo.rodolacreate