This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kaushik.ghose
Recipients kaushik.ghose, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-09-09.17:54:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599674041.89.0.322905352297.issue41753@roundup.psfhosted.org>
In-reply-to
Content
a call of the form `subprocess.run([x, y, z])` where one of the elements is a `pathlib.Pat`h fails on windows because the path is not converted to a string as it should. This works fine (as expected) on macOS and Linux.

A typical error message is:

`TypeError: argument of type 'WindowsPath' is not iterable`
History
Date User Action Args
2020-09-09 17:54:01kaushik.ghosesetrecipients: + kaushik.ghose, paul.moore, tim.golden, zach.ware, steve.dower
2020-09-09 17:54:01kaushik.ghosesetmessageid: <1599674041.89.0.322905352297.issue41753@roundup.psfhosted.org>
2020-09-09 17:54:01kaushik.ghoselinkissue41753 messages
2020-09-09 17:54:01kaushik.ghosecreate