Searched defs:_PyOpcache (Results 1 – 2 of 2) sorted by relevance
19 struct _PyOpcache { struct21 _PyOpcache_LoadGlobal lg; argument23 } u;24 char optimized;
15 typedef struct _PyOpcache _PyOpcache; typedef