1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-21 10:59:17 +00:00
Files
supervisor/tests/resolution/check/test_check.py
Stefan Agner bdbd09733a Avoid aiodns resolver memory leak (#5941)
* 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
2025-06-12 11:32:53 +02:00

3.6 KiB