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 thomaslee
Recipients thomaslee
Date 2008-12-02.07:45:12
SpamBayes Score 4.2010665e-06
Marked as misclassified No
Message-id <1228203921.66.0.664648558803.issue4347@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new patch that I believe should fix this issue.

It modifies Makefile.pre.in to include a few additional dependency
declarations for source files that depend on Include/graminit.h and
Include/Python-ast.h, as well as moving encoding_decl to the top of
Grammar/Grammar.

This should ensure that changes to the syntax and/or AST nodes will not
cause cryptic errors.

Longer term, it would be great to remove the parser's dependency on
graminit.h to ensure this sort of problem is never an issue.
History
Date User Action Args
2008-12-02 07:45:21thomasleesetrecipients: + thomaslee
2008-12-02 07:45:21thomasleesetmessageid: <1228203921.66.0.664648558803.issue4347@psf.upfronthosting.co.za>
2008-12-02 07:45:20thomasleelinkissue4347 messages
2008-12-02 07:45:20thomasleecreate