PyErr_WarnUnawaitedCoroutine method Null safety
Implementation
void PyErr_WarnUnawaitedCoroutine(
ffi.Pointer<PyObject> coro,
) {
return _PyErr_WarnUnawaitedCoroutine(
coro,
);
}
void PyErr_WarnUnawaitedCoroutine(
ffi.Pointer<PyObject> coro,
) {
return _PyErr_WarnUnawaitedCoroutine(
coro,
);
}