diff options
author | Gregory P. Smith <greg@krypto.org> | 2011-05-28 09:32:39 -0700 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2011-05-28 09:32:39 -0700 |
commit | 10e0e37bb5c48b3ed31125f75e3694c8f4062406 (patch) | |
tree | b7192b5385cfe0dd41694186cd5554b60db0365f /Python/Python-ast.c | |
parent | 578008a7a26f89cb583ca6f3b937ca5a0ae494cd (diff) | |
download | cpython-10e0e37bb5c48b3ed31125f75e3694c8f4062406.tar.gz |
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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions