mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
b2bf2bc1ec
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