From: Martin v. Löwis Date: Wed, 4 Aug 2010 15:47:24 +0000 (+0000) Subject: Issue #8241: Avoid compiling py2_test_grammar. X-Git-Tag: v2.6.6rc2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8f5e31a7d934bac8d41631d1de8368f141fa10c;p=thirdparty%2FPython%2Fcpython.git Issue #8241: Avoid compiling py2_test_grammar. --- diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index bf9ef87453e9..c5e630bbe072 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -398,7 +398,7 @@ def add_ui(db): ("VerdanaRed9", "Verdana", 9, 255, 0), ]) - compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py3_" "[TARGETDIR]Lib"' + compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py3_|py2_test_grammar" "[TARGETDIR]Lib"' lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"' # See "CustomAction Table" add_data(db, "CustomAction", [