1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-12 05:58:35 +00:00
Files
core/homeassistant/util/executor.py
J. Nick Koston eddc1ab778 Handle threads exiting unexpected during shutdown (#50907)
If a thread exits right when we are trying to force an exception
to shut it down, setting the exception will fail with SystemError.
At this point in the shutdown process we want to move on as this
will cause the shutdown to abort
2021-05-21 01:06:37 +02:00

3.5 KiB