diff options
author | Brandt Bucher <brandt@python.org> | 2021-10-27 09:45:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 09:45:35 (GMT) |
commit | 82a662e5216a9b3969054c540a759a9493468510 (patch) | |
tree | 51bf9b433828dfd6d58f172097cf06202b54df9a /Programs | |
parent | 19a6c41e56f129a67e2a3c96464ba893a97236f7 (diff) | |
download | cpython-82a662e5216a9b3969054c540a759a9493468510.zip cpython-82a662e5216a9b3969054c540a759a9493468510.tar.gz cpython-82a662e5216a9b3969054c540a759a9493468510.tar.bz2 |
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
* Refactor mapping patterns and speed up class patterns.
* Simplify MATCH_KEYS and MATCH_CLASS.
* Add COPY opcode.
Diffstat (limited to 'Programs')
-rwxr-xr-x | Programs/_freeze_importlib | bin | 0 -> 23184944 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Programs/_freeze_importlib b/Programs/_freeze_importlib Binary files differnew file mode 100755 index 0000000..8178564 --- /dev/null +++ b/Programs/_freeze_importlib |