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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, slash2314
Date 2008-06-19.09:32:26
SpamBayes Score 0.042107746
Marked as misclassified No
Message-id <1213867948.59.0.874913673641.issue3138@psf.upfronthosting.co.za>
In-reply-to
Content
2.5 has the same behavior:

Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Queue
>>> q = Queue.Queue()
>>> q.get()
.... block forever ...

Did you get different results?
History
Date User Action Args
2008-06-19 09:32:28amaury.forgeotdarcsetspambayes_score: 0.0421077 -> 0.042107746
recipients: + amaury.forgeotdarc, slash2314
2008-06-19 09:32:28amaury.forgeotdarcsetspambayes_score: 0.0421077 -> 0.0421077
messageid: <1213867948.59.0.874913673641.issue3138@psf.upfronthosting.co.za>
2008-06-19 09:32:27amaury.forgeotdarclinkissue3138 messages
2008-06-19 09:32:27amaury.forgeotdarccreate