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: fix _pid_cpu_seconds doctest on macOS
In doctests, cputime = 0.0 gets preparsed into a RealLiteral causing isinstance(cputime, float) to return False.
- Loading branch information