]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105540: Fix code generator tests (#105707)
authorGuido van Rossum <guido@python.org>
Mon, 12 Jun 2023 21:55:15 +0000 (14:55 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 21:55:15 +0000 (21:55 +0000)
commit8da9d1b16319f4a6bd78435016ef1f4bef6e2b41
treee36734e42c932e5399b2eb75c8468ba934028f95
parentca3cc4b95d66f7527ebe0ba4cdb1907082d9bfc8
gh-105540: Fix code generator tests (#105707)

This involves expanding PEEK, POKE and JUMPBY macros,
and removing super and register tests (those features no longer exist).
Tools/cases_generator/test_generator.py