MCPcopy Create free account
hub / github.com/baldurk/renderdoc / _PyFrame_GetBackBorrow

Function _PyFrame_GetBackBorrow

qrenderdoc/3rdparty/pythoncapi_compat.h:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175#if !defined(PYPY_VERSION)
176static inline PyFrameObject* _PyFrame_GetBackBorrow(PyFrameObject *frame)
177{
178 PyFrameObject *back = PyFrame_GetBack(frame);
179 Py_XDECREF(back);
180 return back;
181}
182#endif
183
184

Callers

nothing calls this directly

Calls 1

PyFrame_GetBackFunction · 0.85

Tested by

no test coverage detected