Skip to content

Commit

Permalink
Add the two API to include/cpython/ceval.h instead of include/ceval.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gsallam authored Sep 22, 2023
1 parent 86bc6b6 commit 9edfe53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Include/cpython/ceval.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ _PyEval_RequestCodeExtraIndex(freefunc f) {

PyAPI_FUNC(int) _PyEval_SliceIndex(PyObject *, Py_ssize_t *);
PyAPI_FUNC(int) _PyEval_SliceIndexNotNone(PyObject *, Py_ssize_t *);
#ifndef Py_LIMITED_API
PyAPI_FUNC(int) PyUnstable_PerfTrampoline_CompileCode(PyCodeObject *);
PyAPI_FUNC(int) PyUnstable_PerfTrampoline_SetPersistAfterFork(int enable);
#endif

0 comments on commit 9edfe53

Please sign in to comment.