diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-01-23 19:00:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 19:00:39 +0100 |
commit | f6243ac1e4828299fe5a8e943d7bd41cab1f34cd (patch) | |
tree | b3f07e9908959d8f7e13f5084e86b837686dd15a /Python/Python-ast.c | |
parent | ab67281e95de1a88c4379a75a547f19a8ba5ec30 (diff) | |
download | cpython-git-f6243ac1e4828299fe5a8e943d7bd41cab1f34cd.tar.gz |
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
* subprocess.Popen can now also use os.posix_spawn() with pipes,
but only if pipe file descriptors are greater than 2.
* Fix Popen._posix_spawn(): set '_child_created' attribute to True.
* Add Popen._close_pipe_fds() helper function to factorize the code.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions