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 yang
Recipients yang
Date 2011-12-06.20:39:25
SpamBayes Score 0.014681289
Marked as misclassified No
Message-id <1323203966.02.0.535782262145.issue13542@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, sorry - pasted a wrong example.


In [38]: tp = ThreadPool(5)

In [39]: xs = tp.map(lambda x: x, [])

In [40]: xs
Out[40]: []

In [41]: tp._cache
Out[41]: {3: <multiprocessing.pool.MapResult at 0x244ab50>}
History
Date User Action Args
2011-12-06 20:39:26yangsetrecipients: + yang
2011-12-06 20:39:26yangsetmessageid: <1323203966.02.0.535782262145.issue13542@psf.upfronthosting.co.za>
2011-12-06 20:39:25yanglinkissue13542 messages
2011-12-06 20:39:25yangcreate