SIGN IN SIGN UP

The _posixsubprocess module is now required on POSIX.

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.
G
Gregory P. Smith committed
59fd1bfcc1dc04b346141da6eb15de9c64d5d4ea
Parent: c80504f