Skip to content

Commit e8b3ec8

Browse files
committed
simple fix
1 parent 5236b02 commit e8b3ec8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Objects/frameobject.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,8 @@ frame_lineno_set_impl(PyFrameObject *self, PyObject *value)
16851685
case PY_MONITORING_EVENT_PY_RESUME:
16861686
case PY_MONITORING_EVENT_JUMP:
16871687
case PY_MONITORING_EVENT_BRANCH:
1688+
case PY_MONITORING_EVENT_BRANCH_LEFT:
1689+
case PY_MONITORING_EVENT_BRANCH_RIGHT:
16881690
case PY_MONITORING_EVENT_LINE:
16891691
case PY_MONITORING_EVENT_PY_YIELD:
16901692
/* Setting f_lineno is allowed for the above events */

0 commit comments

Comments
 (0)