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
Add 3.14 regression tests for line numbers and incomplete frames
Three sections in FibonacciTest guarding behavior validated against a real
Python 3.14 dump:
- isIncomplete() returns false for every captured (complete) frame.
- currentLineNumber does not silently fall back to firstLineNumber (the
c5c2880 regression that reported every frame's def line on 3.14+).
- bytecodeStartAddress returns a full 64-bit address inside the code
object, not a 32-bit-truncated value.
No production code changes: master already carries the line-number and
incomplete-frame fixes these tests exercise.
0 commit comments