Home
last modified time | relevance | path

Searched defs:PyStackRef_INCREF (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_stackref.h156 PyStackRef_INCREF(_PyStackRef tagged) in PyStackRef_INCREF() function
165 # define PyStackRef_INCREF(op) Py_INCREF(PyStackRef_Get(op)) macro