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 c8c4697 commit fe57a61Copy full SHA for fe57a61
aiodns/__init__.py
@@ -140,7 +140,3 @@ def _timer_cb(self):
140
else:
141
self._timer = None
142
143
- def __del__(self):
144
- # type: () -> None
145
- self._channel.destroy()
146
-
setup.py
@@ -18,7 +18,7 @@ def get_version():
18
url = "http://github.com/saghul/aiodns",
19
description = "Simple DNS resolver for asyncio",
20
long_description = codecs.open("README.rst", encoding="utf-8").read(),
21
- install_requires = ['pycares>=3.0.0b2', 'typing; python_version<"3.7"'],
+ install_requires = ['pycares>=3.0.0b4', 'typing; python_version<"3.7"'],
22
packages = ['aiodns'],
23
platforms = ["POSIX", "Microsoft Windows"],
24
classifiers = [
0 commit comments