_Py_NewReference

Initializes reference counts to 1, and in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional bookkeeping appropriate to the special build.

extern (C)
void
_Py_NewReference
()

Meta