]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98831: Modernize FORMAT_VALUE (#101628)
authorGuido van Rossum <guido@python.org>
Wed, 8 Feb 2023 01:35:55 +0000 (17:35 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 01:35:55 +0000 (17:35 -0800)
commitb2b85b5db9cfdb24f966b61757536a898abc3830
treeb5f09e352132a15f5e782e75ce6205b3da0552b1
parentaacbdb0c650492756738b044e6ddf8b72f89a1a2
gh-98831: Modernize FORMAT_VALUE (#101628)

Generator update: support balanced parentheses and brackets in conditions and size expressions.
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Tools/cases_generator/parser.py
Tools/cases_generator/test_generator.py