Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profile._f_lineno: handle next_line being None in Python 3.13 (#8710)
In Python 3.13, it's possible for `dis.findlinestarts` to return a line number as `None`. We don't ever want to return `None` as the line number, so guard against this. Signed-off-by: Adam Williamson <[email protected]>
- Loading branch information