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 gvanrossum
Recipients gvanrossum, vstinner, yselivanov
Date 2015-09-25.17:27:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443202040.86.0.857467079978.issue25233@psf.upfronthosting.co.za>
In-reply-to
Content
See https://github.com/python/asyncio/issues/265 and https://github.com/python/asyncio/issues/268. This looks like an important regression and we should fix it before 3.5.1 goes out.

The symptom is "AssertionError: queue non-empty, why are getters waiting?" from Queue.get or Queue.get_nowait. The first issue discusses the cause and a possible hack to fix it.
History
Date User Action Args
2015-09-25 17:27:20gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov
2015-09-25 17:27:20gvanrossumsetmessageid: <1443202040.86.0.857467079978.issue25233@psf.upfronthosting.co.za>
2015-09-25 17:27:20gvanrossumlinkissue25233 messages
2015-09-25 17:27:20gvanrossumcreate