Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid error on process wait() followed by wait_closed()
This commit prevents a RuntimeException from occurring when a process has wait() called on it and later a call is made to wait_closed() (such as from a context manager). Thanks go to GitHub user starflows for reporting this issue!
- Loading branch information