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.

Author giampaolo.rodola
Recipients giampaolo.rodola, larry
Date 2018-06-06.19:58:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528315127.95.0.592728768989.issue33788@psf.upfronthosting.co.za>
In-reply-to
Content
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
2018-06-06 19:58:48giampaolo.rodolasetrecipients: + giampaolo.rodola, larry
2018-06-06 19:58:47giampaolo.rodolasetmessageid: <1528315127.95.0.592728768989.issue33788@psf.upfronthosting.co.za>
2018-06-06 19:58:47giampaolo.rodolalinkissue33788 messages
2018-06-06 19:58:47giampaolo.rodolacreate