Home
last modified time | relevance | path

Searched defs:_Py_async_gen_state (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Include/internal/
Dpycore_genobject.h31 struct _Py_async_gen_state { struct
37 struct _PyAsyncGenWrappedValue* value_freelist[_PyAsyncGen_MAXFREELIST];
38 int value_numfree;
40 struct PyAsyncGenASend* asend_freelist[_PyAsyncGen_MAXFREELIST];
41 int asend_numfree;