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 lilydjwg
Recipients asvetlov, lilydjwg, yselivanov
Date 2018-11-14.13:50:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542203449.76.0.788709270274.issue35246@psf.upfronthosting.co.za>
In-reply-to
Content
When I pass pathlib.Path to asyncio.create_subprocess_exec I get:

TypeError: program arguments must be a bytes or text string, not PosixPath

It's not so good when subprocess accepts this kind of arguments without issues. So can you add support for this?
History
Date User Action Args
2018-11-14 13:50:49lilydjwgsetrecipients: + lilydjwg, asvetlov, yselivanov
2018-11-14 13:50:49lilydjwgsetmessageid: <1542203449.76.0.788709270274.issue35246@psf.upfronthosting.co.za>
2018-11-14 13:50:49lilydjwglinkissue35246 messages
2018-11-14 13:50:49lilydjwgcreate