[New-bugs-announce] [issue23456] asyncio: add missing @coroutine decorators

STINNER Victor report at bugs.python.org
Thu Feb 12 22:59:58 CET 2015


New submission from STINNER Victor:

coroutine_decorator.patch adds missing @coroutine decorator to coroutine functions and methods in the asyncio module.

I'm not sure that it's ok to add @coroutine to __iter__() methods. At least, test_asyncio pass.

----------
components: asyncio
files: coroutine_decorator.patch
keywords: patch
messages: 235857
nosy: gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio: add missing @coroutine decorators
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file38118/coroutine_decorator.patch

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


More information about the New-bugs-announce mailing list