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 yselivanov
Recipients gvanrossum, vajrasky, vstinner, yselivanov
Date 2014-06-11.17:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402507336.17.0.161015540038.issue21723@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, this can also be resolved by fixing Queue.full to do "self.qsize() >= self._maxsize" instead of "self.qsize() == self._maxsize".

I generally don't like implicit casts as they break duck typing.
History
Date User Action Args
2014-06-11 17:22:16yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, vajrasky
2014-06-11 17:22:16yselivanovsetmessageid: <1402507336.17.0.161015540038.issue21723@psf.upfronthosting.co.za>
2014-06-11 17:22:16yselivanovlinkissue21723 messages
2014-06-11 17:22:16yselivanovcreate