Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/sage/doctest/util.py: ignore ZombieProcess errors from psutil
Apparently psutil will raise a custom ZombieProcess exception if you try to compute the cputime of a zombie process. No problem, we can ignore those too.
- Loading branch information