]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove support for legacy bytecode instructions (#105705)
authorGuido van Rossum <guido@python.org>
Mon, 12 Jun 2023 18:19:04 +0000 (11:19 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 18:19:04 +0000 (18:19 +0000)
commit9544948e7e2f288513137a62308e875dac086a18
treef68cb024268720031914fbd3c4cd98f61bc2f66d
parentb9e7dc797d71ce582fdb05be5a0e32d351f24bcb
Remove support for legacy bytecode instructions (#105705)

(A legacy instruction is of the form `instr(FOOBAR)`,
i.e. missing the `(... -- ...)` stack/cache effect annotation.)
Tools/cases_generator/generate_cases.py
Tools/cases_generator/parser.py
Tools/cases_generator/test_generator.py