Pre-release
This release is a pre-release and may not be stable for production use.
This package is deprecated - please see the pprocess package instead!
The pprocess module provides elementary support for parallel programming in Python using a fork-based process creation model in conjunction with a channel-based communications model implemented using socketpair and poll.