PyFloat_GetMax method Null safety

double PyFloat_GetMax ()

Implementation

double PyFloat_GetMax() {
  return _PyFloat_GetMax();
}