• Gregory P. Smith's avatar
    The _posixsubprocess module is now required on POSIX. · 10e0e37b
    Gregory P. Smith authored
    Remove the pure Python POSIX subprocess implementation.
    
    If non-CPython VMs (are there any for 3.x yet?) were somehow depending
    on this, they already have the exact same set of problems with Python
    code being executed after os.fork() that _posixsubprocess was written
    to deal with.  They should implement an equivalent outside of Python.
    10e0e37b
subprocess.py 60.7 KB