Skip to content

Commit

Permalink
don't use PyAPI_FUNC for _PyEval_GetLocals
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jul 3, 2023
1 parent ab95d4b commit 7c33113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_ceval.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ extern PyObject* _Py_MakeCoro(PyFunctionObject *func);

extern int _Py_HandlePending(PyThreadState *tstate);

PyAPI_FUNC(PyObject *) _PyEval_GetLocals(void);
extern PyObject * _PyEval_GetLocals(void);


#ifdef __cplusplus
Expand Down

0 comments on commit 7c33113

Please sign in to comment.