Update to Python 3.9.0a6
Sed a SyntaxError out not to bother with a patch that would most likely go away in a7. No other patch changes.
This commit is contained in:
parent
1b0f2ac365
commit
341bcbc115
8 changed files with 30 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
From 5cca0c5e66319d1e7f431b31b2059593d0d581fd Mon Sep 17 00:00:00 2001
|
||||
From e50f6e3a63d4b96c24c58f7e2ed87aa401068e93 Mon Sep 17 00:00:00 2001
|
||||
From: David Malcolm <dmalcolm@redhat.com>
|
||||
Date: Wed, 13 Jan 2010 21:25:18 +0000
|
||||
Subject: [PATCH] 00001: Fixup distutils/unixccompiler.py to remove standard
|
||||
|
|
@ -9,7 +9,7 @@ Subject: [PATCH] 00001: Fixup distutils/unixccompiler.py to remove standard
|
|||
1 file changed, 9 insertions(+)
|
||||
|
||||
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
|
||||
index d10a78da31..4df4b67810 100644
|
||||
index 4d7a6de740..353086a648 100644
|
||||
--- a/Lib/distutils/unixccompiler.py
|
||||
+++ b/Lib/distutils/unixccompiler.py
|
||||
@@ -82,6 +82,15 @@ class UnixCCompiler(CCompiler):
|
||||
|
|
@ -29,5 +29,5 @@ index d10a78da31..4df4b67810 100644
|
|||
include_dirs=None, extra_preargs=None, extra_postargs=None):
|
||||
fixed_args = self._fix_compile_args(None, macros, include_dirs)
|
||||
--
|
||||
2.26.0.rc2
|
||||
2.26.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue