Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | Avoid a race condition in test_rebind.py | teor | |
If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown. Fixes part of bug 27968 on 0.3.5.1-alpha. |