Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h25 #define NPENDINGCALLS 32 macro
29 } calls[NPENDINGCALLS];
/third_party/python/Python/
Dceval.c603 int j = (i + 1) % NPENDINGCALLS; in _push_pending_call()
625 pending->first = (i + 1) % NPENDINGCALLS; in _pop_pending_call()
722 for (int i=0; i<NPENDINGCALLS; i++) { in make_pending_calls()