Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_code.h19 struct _PyOpcache { struct
21 _PyOpcache_LoadGlobal lg; argument
23 } u;
24 char optimized;
/third_party/python/Include/cpython/
Dcode.h15 typedef struct _PyOpcache _PyOpcache; typedef