[issue32764] Popen doesn't work on Windows when args is a list

Anders Lorentsen report at bugs.python.org
Sun Feb 4 13:34:12 EST 2018


Anders Lorentsen <phaqui at gmail.com> added the comment:

Wait a minute. The failing test is test_nonexisting_with_pipes, and it fails because args[0] is a tuple - how can that be? Nobody is supposed to pass cmd=sequence-where-first-element-is-a-tuple!

Is everything all right with the test itself?

----------

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


More information about the Python-bugs-list mailing list