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 neologix
Recipients JBernardo, neologix, pitrou, rhettinger, sbt
Date 2013-06-04.07:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2SjwzEbVmRsORFLK+eovs__9TuVowijLUJuvCJbHUSkg@mail.gmail.com>
In-reply-to <1370285797.52.0.402641534443.issue18078@psf.upfronthosting.co.za>
Content
I'm not convinced it's really useful.
Furthermore, the complexity is rather bad: if T is the average number
of waiting threads, an C the number of conditions being waited on, the
wait is O(C) (appending to C wait queues) and wakeup is O(CT) (C
removal from a T-length deque).
History
Date User Action Args
2013-06-04 07:01:03neologixsetrecipients: + neologix, rhettinger, pitrou, sbt, JBernardo
2013-06-04 07:01:03neologixlinkissue18078 messages
2013-06-04 07:01:03neologixcreate