mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Merges locals and cells into a single array. Saves a pointer in the interpreter and means that we don't need the LOAD_CLOSURE opcode any more https://bugs.python.org/issue43693
Miscellaneous source files for the main Python shared library