Skip to content

Commit

Permalink
Revert "[dynamo 3.11] fix to eval_frame.c (pytorch#94102)"
Browse files Browse the repository at this point in the history
This reverts commit 307ebac.
  • Loading branch information
pruthvistony committed May 2, 2023
1 parent 76ef436 commit 3881aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/csrc/dynamo/eval_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ inline static PyObject* eval_custom_code(
}

PyObject* result = eval_frame_default(tstate, shadow, throw_flag);
Py_DECREF(shadow_obj);
Py_DECREF(shadow);
return result;
}

Expand Down

0 comments on commit 3881aea

Please sign in to comment.