Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5e87592fd12e0b7c41edc11d4885ed7298d5063b https://github.com/python/cpython/commit/5e87592fd12e0b7c41edc11d4885ed7298d5063b Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年07月03日 (2017年7月03日) Changed paths: M Lib/test/libregrtest/main.py Log Message: ----------- bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) --forever now stops if a fail changes the environment.