]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The _posixsubprocess module is now required on POSIX.
authorGregory P. Smith <greg@krypto.org>
Sat, 28 May 2011 16:32:39 +0000 (09:32 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 28 May 2011 16:32:39 +0000 (09:32 -0700)
commit59fd1bfcc1dc04b346141da6eb15de9c64d5d4ea
tree1ed254ffa90bcc48cc4593cacb8cd20a0c72af0c
parentc80504fb6954c8aabc97e79116fd93bb8d55a03c
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.
Lib/subprocess.py
Lib/test/test_subprocess.py