New submission from paul clinch :
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
New submission from paul clinch :
Some attributes, e.g. STARTF_USESHOWWINDOW have moved to
_subrocess.STARTF_USESHOWWINDOW. This breaks old code.
--
components: Library (Lib)
messages: 116450
nosy: pclinch
priority: normal
severity: normal
status: open
title: subprocess module changed