[issue3050] Implement PEP 371: multiprocessing module

Tim Golden report at bugs.python.org
Wed Jun 11 16:20:05 CEST 2008


Tim Golden <mail at timgolden.me.uk> added the comment:

The _multiprocessing module is not building under Windows at the moment.
Attempting to import multiprocessing (from an .exe build from the
current svn) gives "ImportError: No module named _multiprocessing" and
the test suite skips the test for the same reason.

----------
nosy: +tim.golden

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


More information about the Python-bugs-list mailing list