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
ISSUE-003: Add failing test for fail-fast on frame access
Add pytest `test_fail_fast_when_frame_access_fails` that monkeypatches
`sys._getframe` to raise during `PY_START`. It asserts the runtime tracer
propagates a Python exception instead of silently swallowing the failure.
This currently fails due to the defensive fallback in `on_py_start`.
0 commit comments