Searched defs:_PyOpcache (Results 1 – 2 of 2) sorted by relevance
13 struct _PyOpcache { struct15 _PyOpcache_LoadGlobal lg; argument16 } u;17 char optimized;
15 typedef struct _PyOpcache _PyOpcache; typedef