[issue35014] asyncio subprocess accepts string as parameter which lead to UnicodeEncodeError

STINNER Victor report at bugs.python.org
Thu Oct 18 05:54:30 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

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?

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35014>
_______________________________________


More information about the Python-bugs-list mailing list