Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't clear the ThreadGroup when Thread terminates
CRuby does not clear the ThreadGroup set in the Thread when the thread terminates. We do, which leads to some unpredictability in specs that check the group against a very short-lived thread. This patch removes the call to clear the thread's group.
- Loading branch information