You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix panic in Python 3.12 line number handling (#736)
The read_varint function would panic when trying to read past the end of
the line table. This fix adds bounds checking and returns Option<usize>
to handle this case gracefully.
Fixes#735
0 commit comments