summaryrefslogtreecommitdiffstats
path: root/Include/ceval.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/ceval.h')
-rw-r--r--Include/ceval.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/ceval.h b/Include/ceval.h
index 094ebb1..b20d775 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -43,6 +43,8 @@ DL_IMPORT(int) Py_FlushLine(void);
DL_IMPORT(int) Py_AddPendingCall(int (*func)(void *), void *arg);
DL_IMPORT(int) Py_MakePendingCalls(void);
+DL_IMPORT(void) Py_SetRecursionLimit(int);
+DL_IMPORT(int) Py_GetRecursionLimit(void);
/* Interface for threads.