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 vstinner
Recipients belopolsky, vstinner
Date 2010-12-28.23:16:39
SpamBayes Score 0.0013114553
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
When testing my patch, I found and fixed two bugs in pgen:
 - r87557: PGEN was not defined to compile pgenmain.c and printgrammar.c
 - r87558: pgen error was ignored on "make Parser/pgen.stamp" (when executing pgen to compile the grammar)
History
Date User Action Args
2010-12-28 23:16:40vstinnersetrecipients: + vstinner, belopolsky
2010-12-28 23:16:40vstinnersetmessageid: <[email protected]>
2010-12-28 23:16:39vstinnerlinkissue10785 messages
2010-12-28 23:16:39vstinnercreate