[issue3050] Implement PEP 371: multiprocessing module

Jesse Noller report at bugs.python.org
Tue Jun 10 20:58:53 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

Attached is rev 1 of a complete patch for inclusion in 2.6. This patch 
was developed off of trunk and includes the unit tests, docs, modules, c 
module, etc. 

2 of the unit tests had to be commented out, the first due to the 
difference in the threading versus process API (is_set vs. isSet) and 
the second is an OS/X issue I am working with Richard on.

Note, some of the examples may be out of date - I am working on those.

A full review of this would be appreciated. Pending the application of 
the patch in issue 1638, this initial revision could be applied to trunk 
for the wednesday build.

Added file: http://bugs.python.org/file10573/multiprocessing_patch_complete.patch.jnoller.v1.bz2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3050>
_______________________________________


More information about the Python-bugs-list mailing list