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

Rémy Hubscher [:natim] report at bugs.python.org
Thu Oct 18 04:50:17 EDT 2018


New submission from Rémy Hubscher [:natim] <hubscher.remy at gmail.com>:

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?

----------
components: asyncio
messages: 327945
nosy: asvetlov, natim, yselivanov
priority: normal
severity: normal
status: open
title: asyncio subprocess accepts string as parameter which lead to UnicodeEncodeError
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list