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 christian.heimes, georg.brandl, pitrou, vstinner
Date 2013-10-12.12:28:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381580923.41.0.845526686039.issue19230@psf.upfronthosting.co.za>
In-reply-to
Content
> If it needs to be automated it can be added to the Makefile...

I tested keyword_grammar.patch on a fresh Python source code (make distclean; ./configure --with-pydebug; make): I can compile Python. I don't understand what should be automated? This patch doesn't need to build a dependency.

keyword_grammar.patch needs probably something for Visual Studio (PC/config.c and PCbuild/pythoncore.vcxproj?).
History
Date User Action Args
2013-10-12 12:28:43vstinnersetrecipients: + vstinner, georg.brandl, pitrou, christian.heimes
2013-10-12 12:28:43vstinnersetmessageid: <1381580923.41.0.845526686039.issue19230@psf.upfronthosting.co.za>
2013-10-12 12:28:43vstinnerlinkissue19230 messages
2013-10-12 12:28:43vstinnercreate