diff options
| author | Victor Stinner <vstinner@python.org> | 2020-03-04 13:50:19 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 13:50:19 (GMT) |
| commit | 1ec63b62035e73111e204a0e03b83503e1c58f2e (patch) | |
| tree | 1f21da1148b4b09981c49f900adf9194930e62e4 /Python/ast.c | |
| parent | dffe4c07095e0c693e094d3c140e85a68bd8128e (diff) | |
| download | cpython-1ec63b62035e73111e204a0e03b83503e1c58f2e.zip cpython-1ec63b62035e73111e204a0e03b83503e1c58f2e.tar.gz cpython-1ec63b62035e73111e204a0e03b83503e1c58f2e.tar.bz2 | |
bpo-39763: distutils.spawn now uses subprocess (GH-18743)
Reimplement distutils.spawn.spawn() function with the subprocess
module.
setup.py now uses a basic implementation of the subprocess module if
the subprocess module is not available: before required C extension
modules are built.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions
