Py_IncRef

These are provided as conveniences to Python runtime embedders, so that they can have object code that is not dependent on Python compilation flags.

  1. void Py_IncRef(PyObject*)
    extern (C)
    void
    Py_IncRef
  2. void Py_DecRef(PyObject*)

Meta