diff options
author | Guido van Rossum <guido@python.org> | 2023-09-15 15:39:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 15:39:05 (GMT) |
commit | a7a079798d1c3542ecbb041a868429d515639e35 (patch) | |
tree | ef391bd0e77cdc27a4a36718613b4884b8e4feaa /Python/errors.c | |
parent | 47af18859385fd996bf7f8fa4b33600c59a6d626 (diff) | |
download | cpython-a7a079798d1c3542ecbb041a868429d515639e35.zip cpython-a7a079798d1c3542ecbb041a868429d515639e35.tar.gz cpython-a7a079798d1c3542ecbb041a868429d515639e35.tar.bz2 |
gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)
This makes the internal representation in the code generator simpler: there's a list of ops, and a list of macros, and there's no special-casing needed for ops that aren't macros. (There's now special-casing for ops that are also macros, but that's simpler.)
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions