diff options
author | Victor Stinner <vstinner@python.org> | 2020-03-09 23:45:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 23:45:59 +0100 |
commit | addaaaa946855ad59c8f5c698aa0891d7e44f018 (patch) | |
tree | 0de7ede6cf1117055d6a45120a73d3c866e3f0bb /Python/fileutils.c | |
parent | 9ad58acbe8b90b4d0f2d2e139e38bb5aa32b7fb6 (diff) | |
download | cpython-git-addaaaa946855ad59c8f5c698aa0891d7e44f018.tar.gz |
bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872)
Add _bootsubprocess module to bootstrap Python: subprocess
implementation which only uses the os module.
On AIX, distutils.util uses _aix_support which calls
subprocess.check_output(), before the _posixsubprocess module is
built. Implement check_output() with os.system() in _bootsubprocess.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions