New submission from paul clinch <pcli...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11161>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to