mirror of
https://github.com/python/cpython.git
synced 2026-07-29 13:16:59 -04:00
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.