diff options
Diffstat (limited to 'Include/classobject.h')
-rw-r--r-- | Include/classobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index 8f8db7d..118dd09 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -74,6 +74,7 @@ PyAPI_FUNC(PyObject *) _PyInstance_Lookup(PyObject *pinst, PyObject *name); PyAPI_FUNC(int) PyClass_IsSubclass(PyObject *, PyObject *); +PyAPI_FUNC(int) PyMethod_ClearFreeList(void); #ifdef __cplusplus } |