diff options
Diffstat (limited to 'Include/funcobject.h')
-rw-r--r-- | Include/funcobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/funcobject.h b/Include/funcobject.h index c8e97fd..8cedeb7 100644 --- a/Include/funcobject.h +++ b/Include/funcobject.h @@ -16,6 +16,7 @@ typedef struct { PyObject *func_doc; PyObject *func_name; PyObject *func_dict; + PyObject *func_weakreflist; } PyFunctionObject; extern DL_IMPORT(PyTypeObject) PyFunction_Type; |