Searched refs:_PyFrame_IsRunnable (Results 1 – 2 of 2) sorted by relevance
52 static inline int _PyFrame_IsRunnable(struct _frame *f) { in _PyFrame_IsRunnable() function
191 assert(_PyFrame_IsRunnable(f)); in gen_send_ex2()