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 yselkowitz
Recipients LambertDW, kirkshorts, loewis, yselkowitz
Date 2008-11-26.08:23:35
SpamBayes Score 0.038773134
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Attempting to export and use Py_meta_grammar() gives me a broken module,
based on the results of test/test_parser.py.

This patch, which exports _PyParser_Grammar, is very simple and the test
passes.

I will gladly take guidance on this patch.
History
Date User Action Args
2008-11-26 08:23:38yselkowitzsetrecipients: + yselkowitz, loewis, LambertDW, kirkshorts
2008-11-26 08:23:37yselkowitzsetmessageid: <[email protected]>
2008-11-26 08:23:36yselkowitzlinkissue4279 messages
2008-11-26 08:23:36yselkowitzcreate