Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3763f2b commit 4d7a29cCopy full SHA for 4d7a29c
1 file changed
Lib/asyncio/tasks.py
@@ -34,7 +34,7 @@
34
class CoroWrapper:
35
"""Wrapper for coroutine in _DEBUG mode."""
36
37
- __slot__ = ['gen', 'func']
+ __slots__ = ['gen', 'func']
38
39
def __init__(self, gen, func):
40
assert inspect.isgenerator(gen), gen
0 commit comments