In Core SDK, removed the special handling of "ephemeral server kill" that had been introduced a long time ago to resolve the creation of zombie process on Python 3.7.
Why?
It appears that this special kill handling was causing high number of CI flakes in TS SDK, and the special handling seems to no longer be required in Python, since we dropped support for Python 3.7, and 3.8+ doesn't reproduce the bug.
What was changed
Why?