This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: The first line (comment) of the parser.c is incorrect.
Type: Stage: resolved
Components: Demos and Tools Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: anonaka, lys.nikolaou
Priority: normal Keywords: patch

Created on 2021-06-08 04:53 by anonaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 26591 closed anonaka, 2021-06-08 05:29
PR 26602 closed anonaka, 2021-06-08 12:35
PR 26615 merged anonaka, 2021-06-08 23:53
Messages (3)
msg395306 - (view) Author: Akira Nonaka (anonaka) * Date: 2021-06-08 04:53
The First-line (comment) of the parser.c is incorrect.

"// @generated by pegen.py from ./Grammar/python.gram"

pegen.py no longer exists. It is now "pegen" package.
msg395327 - (view) Author: Akira Nonaka (anonaka) * Date: 2021-06-08 13:09
I have just signed the contributor agreement.
msg395424 - (view) Author: Lysandros Nikolaou (lys.nikolaou) * (Python committer) Date: 2021-06-09 14:39
New changeset aef1b58dc8889e1bebaddf1e30f67b63a1b20f90 by Akira Nonaka in branch 'main':
bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)
https://github.com/python/cpython/commit/aef1b58dc8889e1bebaddf1e30f67b63a1b20f90
History
Date User Action Args
2022-04-11 14:59:46adminsetgithub: 88511
2021-06-09 14:39:50lys.nikolaousetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-06-09 14:39:01lys.nikolaousetnosy: + lys.nikolaou
messages: + msg395424
2021-06-08 23:53:29anonakasetpull_requests: + pull_request25199
2021-06-08 13:09:06anonakasetmessages: + msg395327
2021-06-08 12:35:07anonakasetpull_requests: + pull_request25184
2021-06-08 05:29:28anonakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request25175
2021-06-08 04:54:38anonakasettitle: The First-line (comment) of the parser.c is incorrect. -> The first line (comment) of the parser.c is incorrect.
2021-06-08 04:53:30anonakacreate