SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)

Now all results from worker processes are aggregated and
displayed together as a summary at the end of a regrtest run.

The traditional trace is left in place for use with sequential
in-process test runs but now raises a warning that those
numbers are not precise.

`-T -j` requires `--with-pydebug` as it relies on `-Xpresite=`.
Ł
Łukasz Langa committed
3932b0f7b1566374427daa8bc47203032015e350
Parent: 0b06d24
Committed by GitHub <noreply@github.com> on 11/10/2023, 5:17:45 PM