diff options
author | Kevin Diem <kg.diem@gmail.com> | 2023-07-16 15:16:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 15:16:34 (GMT) |
commit | cc25ca16ee406db936dfbd2337cbd14b12ccc4b7 (patch) | |
tree | ca9f68c9b35b7a5aab149da2ad93c21bf0ecc428 /Python/flowgraph.c | |
parent | e58960160fcb4fce63177fcd9ef605f887377767 (diff) | |
download | cpython-cc25ca16ee406db936dfbd2337cbd14b12ccc4b7.zip cpython-cc25ca16ee406db936dfbd2337cbd14b12ccc4b7.tar.gz cpython-cc25ca16ee406db936dfbd2337cbd14b12ccc4b7.tar.bz2 |
gh-106706: Streamline family syntax in cases generator DSL (#106716)
From `family(opname, STRUCTSIZE) = OPNAME + SPEC1 + ... + SPECn;`
to `family(OPNAME, STRUCTSIZE) = SPEC1 + ... + SPECn;`
Diffstat (limited to 'Python/flowgraph.c')
0 files changed, 0 insertions, 0 deletions