Expand description
Validation and normalization of the Python runtime’s evidence records.
Each Supercov-hooked interpreter publishes commit-framed JSON records into its own mmap: the process identity, every phase it entered (with the exact test identity that phase stands for), runner outcomes, first-sighting hits, decision vectors and any measurement limitation the runtime detected. The one-byte commit marker is written last, so records completed before a hard kill remain readable while a torn tail stays inert. Rust joins those records into the shared frontend protocol; the runtime never computes a verdict.
Structs§
Enums§
Constants§
Functions§
- build_
python_ frontend_ run - Join the runtime’s evidence directory with the ahead-of-run manifest into a protocol-conformant frontend run.
- python_
coverage_ model