mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
95f61c8b16
regrtest now uses sys.unraisablehook() to mark a test as "environment altered" (ENV_CHANGED) if it emits an "unraisable exception". Moreover, regrtest logs a warning in this case. Use "python3 -m test --fail-env-changed" to catch unraisable exceptions in tests.