]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Support cache effects in super- and macro instructions (#99601)
authorGuido van Rossum <guido@python.org>
Sat, 3 Dec 2022 03:57:30 +0000 (19:57 -0800)
committerGitHub <noreply@github.com>
Sat, 3 Dec 2022 03:57:30 +0000 (19:57 -0800)
commitacf9184e6b68714cf7a756edefd02372dccd988b
tree6a1a9fb830b36838b6c8bff284618ee3c8d7adab
parent0547a981ae413248b21a6bb0cb62dda7d236fe45
GH-98831: Support cache effects in super- and macro instructions (#99601)
Python/generated_cases.c.h
Tools/cases_generator/generate_cases.py
Tools/cases_generator/lexer.py
Tools/cases_generator/parser.py