commit | b2bf2bc1ece673d387341e06c8d3c2bc6e259747 | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Fri Jun 04 01:03:54 2021 +0100 |
committer | GitHub <noreply@github.com> | Thu Jun 03 18:03:54 2021 -0600 |
tree | 29217a2927ed27e71e6324876f279946219a25a9 | |
parent | 35002aa8f62dda1f79035e9904abdf476683e9be [diff] |
bpo-43693: Compute deref offsets in compiler (gh-25152) 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