Skip to content

Commit f694542

Browse files
Update Modules/_testcapimodule.c
Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
1 parent 0a8d7cd commit f694542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testcapimodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ noop_eval(PyThreadState *tstate, struct _PyInterpreterFrame *f, int exc)
26042604
static PyObject *
26052605
test_interpreter_setevalframefunc(PyObject *self, PyObject *Py_UNUSED(args))
26062606
{
2607-
PyInterpreterState *interp = PyInterpreterState_Get();
2607+
PyInterpreterState *interp = PyInterpreterState_Get();
26082608
PyUnstable_FrameEvalFunction eval_func;
26092609

26102610
eval_func = PyUnstable_InterpreterState_GetEvalFrameFunc(interp);

0 commit comments

Comments
 (0)