-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
AssertionError from asyncio Queue get #69420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
See python/asyncio#265 and python/asyncio#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. |
I agree. Any ETA on 3.5.1? |
2015-09-25 20:12 GMT+02:00 Yury Selivanov <report@bugs.python.org>:
See https://mail.python.org/pipermail/python-dev/2015-September/141705.html |
I have a fix pending here: python/asyncio#269 |
New changeset 1ea306202d5d by Guido van Rossum in branch '3.4': New changeset a48d90049ae2 by Guido van Rossum in branch '3.5': |
New changeset 58695845e159 by Guido van Rossum in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: