Home
last modified time | relevance | path

Searched refs:_PyFrame_IsRunnable (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h52 static inline int _PyFrame_IsRunnable(struct _frame *f) { in _PyFrame_IsRunnable() function
/third_party/python/Objects/
Dgenobject.c191 assert(_PyFrame_IsRunnable(f)); in gen_send_ex2()