mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
This PR adds a PyJitRef API to the JIT's optimizer that mimics the _PyStackRef API. This allows it to track references and their stack lifetimes properly. Thus opening up the doorway to refcount elimination in the JIT.
Miscellaneous source files for the main Python shared library