[New-bugs-announce] [issue25233] AssertionError from asyncio Queue get

Guido van Rossum report at bugs.python.org
Fri Sep 25 19:27:20 CEST 2015


New submission from Guido van Rossum:

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.

----------
components: asyncio
keywords: 3.5regression
messages: 251590
nosy: gvanrossum, haypo, yselivanov
priority: release blocker
severity: normal
status: open
title: AssertionError from asyncio Queue get
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25233>
_______________________________________


More information about the New-bugs-announce mailing list