[issue11161] futures.ProcessPoolExecutor hangs

paul clinch report at bugs.python.org
Wed Feb 9 19:03:19 CET 2011


New submission from paul clinch <pclinch at internet-glue.co.uk>:

The example ``16.4.3.1. ProcessPoolExecutor Example`` hangs in IDLE silently,  and hangs the interactive python shell with ``AttributeError: 'module' object has no attribute 'is_prime'``.

is_prime(9) was tested before running.

Platform is windows XP.

``c:\Python32\python.exe -m test.test_concurrent_futures``

passes all tests.

----------
components: IDLE
messages: 128228
nosy: pclinch
priority: normal
severity: normal
status: open
title: futures.ProcessPoolExecutor hangs
type: behavior
versions: Python 3.2

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


More information about the Python-bugs-list mailing list