mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 03:22:55 +01:00
While looking for leaked resources (threads) after shutdown and before restart we in some cases get an assertion in the python threading module where we find a thread marked as running at the python level but it has no associated thread at the C level.