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 vstinner
Recipients asvetlov, natim, vstinner, yselivanov
Date 2018-10-18.09:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539856470.85.0.788709270274.issue35014@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Remy,

> Asyncio.create_subprocess_exec accepts a list of str as parameter which lead to UnicodeEncodeError I think it should accept only bytes shouldn't it?

Can you elaborate? On which OS? What is your error message? Can you paste a traceback?
History
Date User Action Args
2018-10-18 09:54:30vstinnersetrecipients: + vstinner, asvetlov, yselivanov, natim
2018-10-18 09:54:30vstinnersetmessageid: <1539856470.85.0.788709270274.issue35014@psf.upfronthosting.co.za>
2018-10-18 09:54:30vstinnerlinkissue35014 messages
2018-10-18 09:54:30vstinnercreate