aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
532 stars 69 forks source link

AttributeError: 'DNSResolver' object has no attribute '_channel' #26

Closed 0xatinder closed 7 years ago

0xatinder commented 7 years ago

Exception ignored in: <bound method DNSResolver.del of <aiodns.DNSResolver object at 0x7fbeae94ca90>> Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/aiodns/init.py", line 123, in del AttributeError: 'DNSResolver' object has no attribute '_channel'

saghul commented 7 years ago

Can you paste a test case? The _channel attribute is created in __init__ so it should be there unless an assert blows.