Py_set_inheritable_async_safe method Null safety
Implementation
int Py_set_inheritable_async_safe(
int fd,
int inheritable,
ffi.Pointer<ffi.Int32> atomic_flag_works,
) {
return _Py_set_inheritable_async_safe(
fd,
inheritable,
atomic_flag_works,
);
}