We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef462cf commit 53f2ad3Copy full SHA for 53f2ad3
mypyc/lib-rt/CPy.h
@@ -928,6 +928,7 @@ PyObject *CPySingledispatch_RegisterFunction(PyObject *singledispatch_func, PyOb
928
929
PyObject *CPy_GetAIter(PyObject *obj);
930
PyObject *CPy_GetANext(PyObject *aiter);
931
+PyObject *CPyWeakref_GetRef(PyObject *ref);
932
void CPy_SetTypeAliasTypeComputeFunction(PyObject *alias, PyObject *compute_value);
933
void CPyTrace_LogEvent(const char *location, const char *line, const char *op, const char *details);
934
0 commit comments