mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +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.
Miscellaneous source files for the main Python shared library