Closed labrys closed 7 months ago
All subprocess.Popen calls fail if the command contains a pathlib.Path on Windows with Python 3.7. As Python 3.7 is nearly end of life and this only affects Windows this will not be fixed.
subprocess.Popen
pathlib.Path
All
subprocess.Popen
calls fail if the command contains apathlib.Path
on Windows with Python 3.7. As Python 3.7 is nearly end of life and this only affects Windows this will not be fixed.