[issue41649] Can't pass Path like objects to subprocess api's on Windows.

Terry J. Reedy report at bugs.python.org
Fri Sep 11 21:28:59 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I closed #41753 as a duplicate of this.  

On that issue, Eryk Sun said "The underlying subprocess.Popen class was updated in 3.8 to support path-like objects in `args` (with shell=False) and `executable` on Windows [1]. This change was not backported to 3.6 and 3.7."

The latter is because 3.6 and 3.7 only get security patches.  Jani, please verify that this is still an issue with 3.8 and/or 3.9.

----------
nosy: +terry.reedy
versions:  -Python 3.5, Python 3.6, Python 3.7

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


More information about the Python-bugs-list mailing list