Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Include/Python.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,4 @@
#include "fileutils.h"
#include "pyfpe.h"

#ifdef Py_BUILD_CORE
#include "internal/_Python.h"
#endif

#endif /* !Py_PYTHON_H */
7 changes: 1 addition & 6 deletions Include/ceval.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ PyAPI_FUNC(int) Py_GetRecursionLimit(void);
PyThreadState_GET()->overflowed = 0; \
} while(0)
PyAPI_FUNC(int) _Py_CheckRecursiveCall(const char *where);
#ifdef Py_BUILD_CORE
#define _Py_CheckRecursionLimit _PyRuntime.ceval.check_recursion_limit
#else
PyAPI_FUNC(int) _PyEval_CheckRecursionLimit(void);
#define _Py_CheckRecursionLimit _PyEval_CheckRecursionLimit()
#endif
PyAPI_DATA(int) _Py_CheckRecursionLimit;

#ifdef USE_STACKCHECK
/* With USE_STACKCHECK, we artificially decrement the recursion limit in order
Expand Down
16 changes: 0 additions & 16 deletions Include/internal/_Python.h

This file was deleted.

71 changes: 0 additions & 71 deletions Include/internal/_ceval.h

This file was deleted.

91 changes: 0 additions & 91 deletions Include/internal/_condvar.h

This file was deleted.

48 changes: 0 additions & 48 deletions Include/internal/_gil.h

This file was deleted.

Loading