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 ysj.ray
Recipients bquinlan, ysj.ray
Date 2011-04-07.07:38:05
SpamBayes Score 0.025373407
Marked as misclassified No
Message-id <1302161887.0.0.772450609847.issue11777@psf.upfronthosting.co.za>
In-reply-to
Content
Got it. Seems the behavior is not consist with the Executor.map() function:

"The returned iterator raises a TimeoutError if __next__() is called and the result isn't available after timeout seconds from ***the original call to map()***"
History
Date User Action Args
2011-04-07 07:38:07ysj.raysetrecipients: + ysj.ray, bquinlan
2011-04-07 07:38:07ysj.raysetmessageid: <1302161887.0.0.772450609847.issue11777@psf.upfronthosting.co.za>
2011-04-07 07:38:05ysj.raylinkissue11777 messages
2011-04-07 07:38:05ysj.raycreate