SIGN IN SIGN UP

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.
V
Victor Stinner committed
1ec63b62035e73111e204a0e03b83503e1c58f2e
Parent: dffe4c0
Committed by GitHub <noreply@github.com> on 3/4/2020, 1:50:19 PM