3.11.0b4: zero line numbers · Issue #1419 · nedbat/coveragepy (original) (raw)
Describe the bug
CPython 3.11.0b4 has bytecodes with line number zero. This adds a line that cannot be covered, affecting coverage outputs.
The CPython commit that introduced the problem was python/cpython@1bfe83a.