summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2023-09-15 15:39:05 (GMT)
committerGitHub <noreply@github.com>2023-09-15 15:39:05 (GMT)
commita7a079798d1c3542ecbb041a868429d515639e35 (patch)
treeef391bd0e77cdc27a4a36718613b4884b8e4feaa /Python/errors.c
parent47af18859385fd996bf7f8fa4b33600c59a6d626 (diff)
downloadcpython-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