This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pclinch
Recipients pclinch
Date 2011-02-09.18:03:18
SpamBayes Score 0.0004390034
Marked as misclassified No
Message-id <1297274599.08.0.127340661733.issue11161@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-09 18:03:19pclinchsetrecipients: + pclinch
2011-02-09 18:03:19pclinchsetmessageid: <1297274599.08.0.127340661733.issue11161@psf.upfronthosting.co.za>
2011-02-09 18:03:18pclinchlinkissue11161 messages
2011-02-09 18:03:18pclinchcreate