[issue25233] AssertionError from asyncio Queue get

2015-09-28 Thread Guido van Rossum
Changes by Guido van Rossum : -- assignee: -> gvanrossum resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue25233] AssertionError from asyncio Queue get

2015-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 58695845e159 by Guido van Rossum in branch 'default': Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.5->default.) https://hg.python.org/cpython/rev/58695845e159 -- __

[issue25233] AssertionError from asyncio Queue get

2015-09-28 Thread Roundup Robot
Roundup Robot added the comment: 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 #25

[issue25233] AssertionError from asyncio Queue get

2015-09-26 Thread Guido van Rossum
Guido van Rossum added the comment: I have a fix pending here: https://github.com/python/asyncio/pull/269 -- ___ Python tracker ___ __

[issue25233] AssertionError from asyncio Queue get

2015-09-25 Thread STINNER Victor
STINNER Victor added the comment: 2015-09-25 20:12 GMT+02:00 Yury Selivanov : >> This looks like an important regression and we should fix it before 3.5.1 >> goes out. > > I agree. Any ETA on 3.5.1? See https://mail.python.org/pipermail/python-dev/2015-September/141705.html -- __

[issue25233] AssertionError from asyncio Queue get

2015-09-25 Thread Yury Selivanov
Yury Selivanov added the comment: > This looks like an important regression and we should fix it before 3.5.1 > goes out. I agree. Any ETA on 3.5.1? -- ___ Python tracker ___

[issue25233] AssertionError from asyncio Queue get

2015-09-25 Thread Guido van Rossum
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?