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 gkcn
Recipients gkcn, jnoller
Date 2011-05-23.11:42:45
SpamBayes Score 3.830304e-06
Marked as misclassified No
Message-id <1306150966.12.0.634928882921.issue12157@psf.upfronthosting.co.za>
In-reply-to
Content
When I use map method Pool object with an empty list parameter and then call close and wait methods, join() method hangs. I think this is not intended.

Code to reproduce the bug is attached. 

PS: A similar issue (using map method with an empty list argument) is reported here[1], but it was about the chunksize parameter and it's resolved.

[1] http://bugs.python.org/issue6433
History
Date User Action Args
2011-05-23 11:42:46gkcnsetrecipients: + gkcn, jnoller
2011-05-23 11:42:46gkcnsetmessageid: <1306150966.12.0.634928882921.issue12157@psf.upfronthosting.co.za>
2011-05-23 11:42:45gkcnlinkissue12157 messages
2011-05-23 11:42:45gkcncreate