summaryrefslogtreecommitdiff
path: root/debian/patches/lib2to3-no-pickled-grammar.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
commit77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch)
tree0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/patches/lib2to3-no-pickled-grammar.diff
parentc089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff)
downloadpython3.8-debian.tar.gz
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/patches/lib2to3-no-pickled-grammar.diff')
-rw-r--r--debian/patches/lib2to3-no-pickled-grammar.diff6
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/patches/lib2to3-no-pickled-grammar.diff b/debian/patches/lib2to3-no-pickled-grammar.diff
index a7cc1ec..a1dd900 100644
--- a/debian/patches/lib2to3-no-pickled-grammar.diff
+++ b/debian/patches/lib2to3-no-pickled-grammar.diff
@@ -1,8 +1,6 @@
-Index: b/Lib/lib2to3/pgen2/driver.py
-===================================================================
--- a/Lib/lib2to3/pgen2/driver.py
+++ b/Lib/lib2to3/pgen2/driver.py
-@@ -120,7 +120,10 @@ def load_grammar(gt="Grammar.txt", gp=No
+@@ -119,7 +119,10 @@ def load_grammar(gt="Grammar.txt", gp=No
if force or not _newer(gp, gt):
logger.info("Generating grammar tables from %s", gt)
g = pgen.generate_grammar(gt)
@@ -14,8 +12,6 @@ Index: b/Lib/lib2to3/pgen2/driver.py
logger.info("Writing grammar tables to %s", gp)
try:
g.dump(gp)
-Index: b/Lib/lib2to3/tests/test_parser.py
-===================================================================
--- a/Lib/lib2to3/tests/test_parser.py
+++ b/Lib/lib2to3/tests/test_parser.py
@@ -38,83 +38,6 @@ class TestDriver(support.TestCase):