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 merrellb
Recipients aloga, ffernand, jnoller, merrellb
Date 2009-06-29.05:55:04
SpamBayes Score 1.6061125e-07
Marked as misclassified No
Message-id <1246254906.67.0.472909256824.issue4660@psf.upfronthosting.co.za>
In-reply-to
Content
Filipe,

Thanks for the confirmation.  While I think the second option (ie 
properly protecting JoinableQueue.put()) is best, the first option 
(simply removing the 'task_done() called too many times' check) should 
be safe (presuming your get() and put() calls actually match).  

Jesse, any luck sorting out the best fix for this?  I really think that 
JoinableQueue (in my opinion the most useful form of multiprocessing 
queues) can't be guaranteed to work on any system right now.

-brian
History
Date User Action Args
2009-06-29 05:55:07merrellbsetrecipients: + merrellb, jnoller, aloga, ffernand
2009-06-29 05:55:06merrellbsetmessageid: <1246254906.67.0.472909256824.issue4660@psf.upfronthosting.co.za>
2009-06-29 05:55:05merrellblinkissue4660 messages
2009-06-29 05:55:04merrellbcreate