AttributeError: 'Connection' object has no attribute '_waiter'
未关闭
- 主要语言
- Python
- 星标
- 1.4k
- 派生
- 170
- PR 合并指标
- 30 天内没有已合并 PR
描述
Unfortunately I can't reproduce it for now but I've got the following exception for the first time:
```
AttributeError: 'Connection' object has no attribute '_waiter'
File "asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "aiopg/connection.py", line 103, in _ready
waiter = self._waiter
```
- CPython 3.8.0
- aiopg==1.0.0
贡献指南
评估
这个 Issue 还没有评估数据。