Issue 34699: allow path-like objects in program arguments in Windows (original ) (raw ) Issue34699
Created on 2018-09-15 19:20 by guoci , last changed 2022-04-11 14:59 by admin . This issue is now closed .
Pull Requests
URL
Status
Linked
Edit
PR 9336
closed
guoci,2018-09-15 19:24
Messages (2)
msg325454 - (view)
Author: Guo Ci Teo (guoci) *
Date: 2018-09-15 19:20
Currently, the `subprocess.Popen` function allows for path-like objects in the argument list for POSIX but not in Windows. This PR makes Windows' `subprocess.Popen` accept path-like objects in the argument list.
msg325458 - (view)
Author: Serhiy Storchaka (serhiy.storchaka) *
Date: 2018-09-15 21:12
This looks like a duplicate of .
History
Date
User
Action
Args
2022-04-11 14:59:06
admin
set
github: 78880
2018-11-09 08:07:29
serhiy.storchaka
set
status: open -> closedstage: patch review -> resolved
2018-09-15 21:12:15
serhiy.storchaka
set
nosy: + serhiy.storchaka messages: + resolution: duplicatesuperseder: subprocess._execute_child doesn't accept a single PathLike argument for args
2018-09-15 20:19:24
guoci
set
title: allows path-like objects in program arguments in Windows -> allow path-like objects in program arguments in Windows
2018-09-15 19:24:37
guoci
set
keywords: + patch stage: patch reviewpull_requests: + <pull%5Frequest8760>
2018-09-15 19:20:16
guoci
create