[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset 3ce35bfbbe29664942f9a8c50c177a4575a31934 by Lysandros Nikolaou in branch '3.9': [3.9] bpo-44385: Remove unused grammar rules (GH-26655) (GH-26659) https://github.com/python/cpython/commit/3ce35bfbbe29664942f9a8c50c177a4575a31934 -- __

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset 3e137426de3e6a37622b2ca61207b1323fdea11f by Miss Islington (bot) in branch '3.10': bpo-44385: Remove unused grammar rules (GH-26655) https://github.com/python/cpython/commit/3e137426de3e6a37622b2ca61207b1323fdea11f --

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- pull_requests: +25245 pull_request: https://github.com/python/cpython/pull/26659 ___ Python tracker ___ __

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread miss-islington
miss-islington added the comment: New changeset e7b4644607789848f9752a3bd20ff216e25b4156 by Lysandros Nikolaou in branch 'main': bpo-44385: Remove unused grammar rules (GH-26655) https://github.com/python/cpython/commit/e7b4644607789848f9752a3bd20ff216e25b4156 -- nosy: +miss-islingt

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +25243 pull_request: https://github.com/python/cpython/pull/26657 ___ Python tracker ___ __

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- keywords: +patch pull_requests: +25241 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26655 ___ Python tracker _

[issue44385] Some target-related rules are unreachable in the grammar

2021-06-10 Thread Lysandros Nikolaou
New submission from Lysandros Nikolaou : Three rules (targets, target and t_atom) in the grammar are unreachable. We were using them at some point in the past, but we never removed them when we replaced them with other rules. -- assignee: lys.nikolaou components: Parser messages: 3955