]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Generate things in the input order (#100123)
authorGuido van Rossum <guido@python.org>
Thu, 8 Dec 2022 23:54:07 +0000 (15:54 -0800)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2022 23:54:07 +0000 (15:54 -0800)
commit1cfa704f64193701e400a77d2287f3526ff026f8
tree5aa37f510556e544604ede6a558953992aac5a7e
parent8a3f06c54b52e5e7490a131b261384baac9d6090
GH-98831: Generate things in the input order (#100123)

This makes it easier to see what changed in the generated code
when converting an instruction to super or macro.
Python/generated_cases.c.h
Tools/cases_generator/generate_cases.py