Skip to content

Commit 53f2ad3

Browse files
committed
fix: add CPyWeakref_GetRef to headers
1 parent ef462cf commit 53f2ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/lib-rt/CPy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ PyObject *CPySingledispatch_RegisterFunction(PyObject *singledispatch_func, PyOb
928928

929929
PyObject *CPy_GetAIter(PyObject *obj);
930930
PyObject *CPy_GetANext(PyObject *aiter);
931+
PyObject *CPyWeakref_GetRef(PyObject *ref);
931932
void CPy_SetTypeAliasTypeComputeFunction(PyObject *alias, PyObject *compute_value);
932933
void CPyTrace_LogEvent(const char *location, const char *line, const char *op, const char *details);
933934

0 commit comments

Comments
 (0)