bpo-30764: Fix regrtest --fail-env-changed --forever by vstinner · Pull Request #2536 · python/cpython (original) (raw)

vstinner added a commit that referenced this pull request

Jul 3, 2017

@vstinner

…o 2.7 (#2541)

Add a new "python3 -m test.bisect" tool to bisect failing tests.

It can be used to find which test method(s) leak references, leak files, etc.

--forever now stops if a fail changes the environment.