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 eryksun
Recipients docs@python, eryksun, gaborjbernat, keller00, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2020-10-15.19:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602789552.49.0.956051079408.issue42041@roundup.psfhosted.org>
In-reply-to
Content
PR 22715 is accurate for the current implementation of subprocess. There has been discussion in past issues about implementing a PATH search that's similar to what the CMD shell does -- as in calling os.system() or Popen() with shell=True -- instead of relying on the search that WinAPI CreateProcessW implements. The resolved path would be passed as the `executable` argument, which becomes the lpApplicationName argument of CreateProcessW.
History
Date User Action Args
2020-10-15 19:19:12eryksunsetrecipients: + eryksun, paul.moore, vinay.sajip, tim.golden, docs@python, zach.ware, steve.dower, gaborjbernat, keller00
2020-10-15 19:19:12eryksunsetmessageid: <1602789552.49.0.956051079408.issue42041@roundup.psfhosted.org>
2020-10-15 19:19:12eryksunlinkissue42041 messages
2020-10-15 19:19:12eryksuncreate