Setting the frame's line number causes `SystemError` to be raised if done in callback from `BRANCH_LEFT` or `BRANCH_RIGHT` event · Issue #137200 · python/cpython · GitHub
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
Bug report
Bug description:
https://github.com/python/cpython/blob/main/Objects/frameobject.c#L1711
The two two new events
BRANCH_LEFTandBRANCH_RIGHTshould be added undercase PY_MONITORING_EVENT_BRANCH:CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
BRANCH_LEFTandBRANCH_RIGHTevents #137229BRANCH_LEFTandBRANCH_RIGHTevents (GH-137229) #137280