[issue3272] Multiprocessing hangs when multiprocessing.Pool methods are called

Jesse Noller report at bugs.python.org
Thu Jan 22 20:25:52 CET 2009


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

This is now covered in the multiprocessing documentation:

"Note Functionality within this package requires that the __main__ method 
be importable by the children. This is covered in Programming guidelines 
however it is worth pointing out here. This means that some examples, such 
as the multiprocessing.Pool examples will not work in the interactive 
interpreter."

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list