]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105229: Remove syntactic support for super-instructions (#105703)
authorGuido van Rossum <guido@python.org>
Mon, 12 Jun 2023 17:47:08 +0000 (10:47 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 17:47:08 +0000 (17:47 +0000)
commitb9e7dc797d71ce582fdb05be5a0e32d351f24bcb
treef282b1587ea4be0aec58f7d87f0786c591b84559
parent4f7d3b602d47d61137e82145f601dccfe6f6cd3c
gh-105229: Remove syntactic support for super-instructions (#105703)

It will not be used again.
Tools/cases_generator/generate_cases.py
Tools/cases_generator/parser.py