PyErr_Print method Null safety

void PyErr_Print ()

Implementation

void PyErr_Print() {
  return _PyErr_Print();
}