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 pitrou
Recipients allyourcode, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2013-04-26.15:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366988593.41.0.915803287412.issue17834@psf.upfronthosting.co.za>
In-reply-to
Content
queue.PriorityQueue is a locked class for use in multi-threaded code. That's like saying Queue is a good substitute for list :-)

OTOH, the proposed patch raises a lot of warning signs for me. I will wait for a decision on the feature's desirability before making a review.
History
Date User Action Args
2013-04-26 15:03:13pitrousetrecipients: + pitrou, rhettinger, r.david.murray, serhiy.storchaka, allyourcode
2013-04-26 15:03:13pitrousetmessageid: <1366988593.41.0.915803287412.issue17834@psf.upfronthosting.co.za>
2013-04-26 15:03:13pitroulinkissue17834 messages
2013-04-26 15:03:13pitroucreate