mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
* Make internal APIs that take PyFrameConstructor take a PyFunctionObject instead. * Add reference to function to frame, borrow references to builtins and globals. * Add COPY_FREE_VARS instruction to allow specialization of calls to inner functions. |
||
|---|---|---|
| .. | ||
| metadata | ||
| __init__.py | ||
| _abc.py | ||
| _adapters.py | ||
| _bootstrap.py | ||
| _bootstrap_external.py | ||
| _common.py | ||
| _itertools.py | ||
| _legacy.py | ||
| abc.py | ||
| machinery.py | ||
| readers.py | ||
| resources.py | ||
| simple.py | ||
| util.py | ||