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 ezio.melotti
Recipients ede, ezio.melotti
Date 2009-07-07.12:06:00
SpamBayes Score 0.0017221699
Marked as misclassified No
Message-id <1246968361.92.0.964319406268.issue6433@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not familiar with multiprocessing but I gave a quick look at the
patch. If the 'iterable' is an iterator/generator "if len(iterable) ==
0:" may fail since these objects don't usually have a __len__. More
tests for this situation are probably needed too.
History
Date User Action Args
2009-07-07 12:06:02ezio.melottisetrecipients: + ezio.melotti, ede
2009-07-07 12:06:01ezio.melottisetmessageid: <1246968361.92.0.964319406268.issue6433@psf.upfronthosting.co.za>
2009-07-07 12:06:00ezio.melottilinkissue6433 messages
2009-07-07 12:06:00ezio.melotticreate