Message 68393 - Python tracker

Message68393

Author slash2314
Recipients slash2314
Date 2008-06-19.08:08:15
SpamBayes Score 0.13786323
Marked as misclassified No
Message-id <1213862897.02.0.570715389583.issue3138@psf.upfronthosting.co.za>
In-reply-to
Content
This behavior appears in Python 3.0b1.  If you use queue.Queue and call
the get method on the empty queue, it appears to hang.  The same
behavior seems to be evident in the PriorityQueue too.
History
Date User Action Args
2008-06-19 08:08:17slash2314setspambayes_score: 0.137863 -> 0.13786323
recipients: + slash2314
2008-06-19 08:08:17slash2314setspambayes_score: 0.137863 -> 0.137863
messageid: <1213862897.02.0.570715389583.issue3138@psf.upfronthosting.co.za>
2008-06-19 08:08:16slash2314linkissue3138 messages
2008-06-19 08:08:16slash2314create