Py_DecRef

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* )
  2. void Py_DecRef(PyObject* )
    extern (C)
    void
    Py_DecRef

Meta