mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-06-17 07:26:28 +00:00

* Avoid aiodns resolver memory leak In certain cases, the aiodns resolver can leak memory. This also leads to Fatal `Python error… ffi.from_handle()`. This addresses the issue by ensuring that the resolver is properly closed when it is no longer needed. * Address coderabbitai feedback * Fix pytest * Fix pytest