[gdl] Another python change needed

Orion Poplawski orion at fedoraproject.org
Tue Jul 17 03:21:33 UTC 2012


commit f58a69b9e30665a21d0cfbf7c0b6937336123614
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Jul 16 21:21:16 2012 -0600

    Another python change needed

 gdl-0.9.2-env.patch |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/gdl-0.9.2-env.patch b/gdl-0.9.2-env.patch
index 2a9f545..9f68961 100644
--- a/gdl-0.9.2-env.patch
+++ b/gdl-0.9.2-env.patch
@@ -1,6 +1,16 @@
+diff -up gdl-0.9.2/src/pythongdl.cpp.env gdl-0.9.2/src/pythongdl.cpp
 --- gdl-0.9.2/src/pythongdl.cpp.env	2011-09-20 05:33:52.000000000 -0600
-+++ gdl-0.9.2/src/pythongdl.cpp	2012-05-10 15:31:45.181617604 -0600
-@@ -383,7 +383,7 @@
++++ gdl-0.9.2/src/pythongdl.cpp	2012-07-16 21:19:57.386741436 -0600
+@@ -224,7 +224,7 @@ bool CopyArgFromPython( vector<BaseGDL*>
+ 	}
+     }
+   
+-  e.Extra(); // expand _EXTRA
++  e.ResolveExtra(); // expand _EXTRA
+ 
+   return true;
+ }
+@@ -383,7 +383,7 @@ PyObject *GDLSub( PyObject *self, PyObje
  
      // make the call
      StackSizeGuard<EnvStackT> guard( GDLInterpreter::CallStack());


More information about the scm-commits mailing list