Skip to content

Commit

Permalink
Use typedef name.
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed Aug 31, 2022
1 parent f5161e3 commit 06c2ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/ceval.c
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
tstate->cframe = &cframe;

/* Push frame */
struct _PyInterpreterFrame py_frame;
_PyInterpreterFrame py_frame;
py_frame.f_funcobj = Py_None;
py_frame.f_locals = NULL;
py_frame.frame_obj = NULL;
Expand Down

0 comments on commit 06c2ad6

Please sign in to comment.