GH-98831: Generate things in the input order by gvanrossum · Pull Request #100123 · python/cpython
This makes it easier to see what changed in the generated code when converting an instruction to super or macro.
This PR only changes the placement of all super- and macro instructions in the output. There should be no semantic changes (Python/bytecodes.c is unchanged). The changes to the generator are minimal.