summaryrefslogtreecommitdiff
path: root/Include/cpython/weakrefobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython/weakrefobject.h')
-rw-r--r--Include/cpython/weakrefobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/cpython/weakrefobject.h b/Include/cpython/weakrefobject.h
index 9efcc412df..3623071cdb 100644
--- a/Include/cpython/weakrefobject.h
+++ b/Include/cpython/weakrefobject.h
@@ -29,6 +29,7 @@ struct _PyWeakReference {
*/
PyWeakReference *wr_prev;
PyWeakReference *wr_next;
+ vectorcallfunc vectorcall;
};
PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head);