Home
last modified time | relevance | path

Searched refs:_PyCFrame (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dpystate.h38 typedef struct _PyCFrame { struct
52 struct _PyCFrame *previous;
53 } _PyCFrame; typedef
108 /* Pointer to current _PyCFrame in the C stack frame of the currently,
110 _PyCFrame *cframe;
202 _PyCFrame root_cframe;
/third_party/python/Python/
H A Dceval.c1657 _PyCFrame cframe;
1661 /* WARNING: Because the _PyCFrame lives on the C stack,
1665 _PyCFrame *prev_cframe = tstate->cframe;

Completed in 12 milliseconds