Home
last modified time | relevance | path

Searched refs:_maybe_compile (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dcodeop.py69 def _maybe_compile(compiler, source, filename, symbol): function
139 return _maybe_compile(_compile, source, filename, symbol)
185 return _maybe_compile(self.compiler, source, filename, symbol)
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1965 Stop codeop._maybe_compile, used by code.InteractiveInterpreter (and IDLE).