saghul / pycares

Python interface for c-ares
https://pypi.org/project/pycares/
MIT License
163 stars 74 forks source link

cffi: simplify destroying ares channel #88

Closed saghul closed 5 years ago

saghul commented 5 years ago

Use ffi.gc instead of a dedicated function.