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 loewis
Recipients LambertDW, kirkshorts, loewis
Date 2008-11-09.22:10:02
SpamBayes Score 9.717158e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
That patch is too complicated. We already have meta_grammar and
Py_meta_grammar, and now you also add a third function
(get_PyParserGrammar) that does the same thing again. I don't see why
you can't call one of the existing functions, and I fail to see the need
to change pythonrun.c at all.
History
Date User Action Args
2008-11-09 22:10:04loewissetrecipients: + loewis, LambertDW, kirkshorts
2008-11-09 22:10:04loewissetmessageid: <[email protected]>
2008-11-09 22:10:03loewislinkissue4279 messages
2008-11-09 22:10:03loewiscreate