diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-05-30 07:27:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 07:27:32 (GMT) |
commit | 48f21b3631eb20871fe234e9714b19aa76cf3a49 (patch) | |
tree | bcd17f5b614f11fa18fa92dd2ce1865fdf96af34 /Python/instruction_sequence.c | |
parent | a5fef800d31648d19cecc240a2fa0dc71371753e (diff) | |
download | cpython-48f21b3631eb20871fe234e9714b19aa76cf3a49.zip cpython-48f21b3631eb20871fe234e9714b19aa76cf3a49.tar.gz cpython-48f21b3631eb20871fe234e9714b19aa76cf3a49.tar.bz2 |
gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure they stay there (GH-119731)
The Full Grammar specification in the docs omits rule actions, so grammar rules that raise a syntax error looked like valid syntax.
This was solved in ef940de by hiding those rules in the custom syntax highlighter.
This moves all syntax-error alternatives to invalid rules, adds a validator that ensures that actions containing RAISE_SYNTAX_ERROR are in invalid rules, and reverts the syntax highlighter hack.
Diffstat (limited to 'Python/instruction_sequence.c')
0 files changed, 0 insertions, 0 deletions