mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
135cabd328
* 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