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 <[email protected]>
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: <[email protected]>
2018-10-18 09:54:30vstinnerlinkissue35014 messages
2018-10-18 09:54:30vstinnercreate