]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138257: Fix internal `RuleCollectorVisitor` attribute name (#138208)
authorchemelnucfin <3982092+chemelnucfin@users.noreply.github.com>
Sat, 30 Aug 2025 09:28:44 +0000 (02:28 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Aug 2025 09:28:44 +0000 (11:28 +0200)
commit11217a883da324b85a290f5d78f090d8f4880f16
tree861682eebf65e35d1b30a5d702ecc66d3b211e0a
parent5c6937ad204d009085e016c3dc9e9ba75eef34c5
gh-138257: Fix internal `RuleCollectorVisitor` attribute name (#138208)

The internal `RuleCollectorVisitor` class had an attribute named "rulses"
instead of "rules" that other `GrammarVisitor` subclasses define.
Tools/peg_generator/pegen/parser_generator.py