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 python-dev
Recipients gvanrossum, python-dev, vstinner, yselivanov
Date 2015-09-28.14:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150928144628.94121.9545@psf.io>
In-reply-to
Content
New changeset 1ea306202d5d by Guido van Rossum in branch '3.4':
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
https://hg.python.org/cpython/rev/1ea306202d5d

New changeset a48d90049ae2 by Guido van Rossum in branch '3.5':
Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.)
https://hg.python.org/cpython/rev/a48d90049ae2
History
Date User Action Args
2015-09-28 14:46:34python-devsetrecipients: + python-dev, gvanrossum, vstinner, yselivanov
2015-09-28 14:46:34python-devlinkissue25233 messages
2015-09-28 14:46:34python-devcreate