PyErr_BadInternalCall method

void PyErr_BadInternalCall()

Implementation

void PyErr_BadInternalCall() {
  return _PyErr_BadInternalCall();
}