Mailing List Archive

[issue3272] Multiprocessing hangs when multiprocessing.Pool methods are called
Changes by Jesse Noller <jnoller@gmail.com>:


----------
assignee: -> jnoller

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue3272>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue3272] Multiprocessing hangs when multiprocessing.Pool methods are called [ In reply to ]
Jesse Noller <jnoller@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@bugs.python.org>
<http://bugs.python.org/issue3272>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com