[New-bugs-announce] [issue3598] multiprocessing.Pool windows/linux behaviour difference

Mark Summerfield report at bugs.python.org
Tue Aug 19 08:50:57 CEST 2008


New submission from Mark Summerfield <mark at qtrac.eu>:

When the attached program is run on Linux it runs "instantly" and
outputs one line, e.g.:

$ python3 mtest.py
100 files, 1702627142 bytes

(The number of bytes will vary depending on the system.)

When run on Windows XP there is no output at all; many processes seem to
be created but nothing seems to actually get done.

In both cases I'm using Py30b2.

----------
components: Library (Lib)
files: mtest.py
messages: 71408
nosy: mark
severity: normal
status: open
title: multiprocessing.Pool windows/linux behaviour difference
versions: Python 3.0
Added file: http://bugs.python.org/file11154/mtest.py

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


More information about the New-bugs-announce mailing list