Py_get_inheritable method Null safety

int Py_get_inheritable (
  1. int fd
)

Implementation

int Py_get_inheritable(
  int fd,
) {
  return _Py_get_inheritable(
    fd,
  );
}