[issue19230] Reimplement the keyword module in C

STINNER Victor report at bugs.python.org
Sat Oct 12 14:28:43 CEST 2013


STINNER Victor added the comment:

> 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?).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19230>
_______________________________________


More information about the Python-bugs-list mailing list