Home
last modified time | relevance | path

Searched refs:_PyEval_DeactivateOpCache (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ceval.h65 extern void _PyEval_DeactivateOpCache(void);
/third_party/python/Python/
Dsysmodule.c1972 _PyEval_DeactivateOpCache(); in sys__deactivate_opcache_impl()
Dceval.c125 _PyEval_DeactivateOpCache(void) in _PyEval_DeactivateOpCache() function