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.
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) * (Python committer) | Date: 2018年09月15日 21:12 | |
This looks like a duplicate of issue31961. |
|||
| 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 -> closed stage: patch review -> resolved |
| 2018年09月15日 21:12:15 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg325458 resolution: duplicate superseder: 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 review pull_requests: + pull_request8760 |
| 2018年09月15日 19:20:16 | guoci | create | |