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.

Author pablogsal
Recipients brett.cannon, martin.panter, pablogsal, thomaslee
Date 2020-01-12.20:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578861097.75.0.41484628705.issue4347@roundup.psfhosted.org>
In-reply-to
Content
I think there is nothing missing now that the C version of pgen is gone. And parsetok is already rebuilt when gramminit.h changes:

Python/compile.o Python/symtable.o Python/ast_unparse.o Python/ast.o Python/future.o Parser/parsetok.o: $(srcdir)/Include/graminit.h           ↪ $(srcdir)/Include/Python-ast.h

Feel free to re-open if we are missing something :)
History
Date User Action Args
2020-01-12 20:31:37pablogsalsetrecipients: + pablogsal, brett.cannon, thomaslee, martin.panter
2020-01-12 20:31:37pablogsalsetmessageid: <1578861097.75.0.41484628705.issue4347@roundup.psfhosted.org>
2020-01-12 20:31:37pablogsallinkissue4347 messages
2020-01-12 20:31:37pablogsalcreate