merged in latest cython-devel
authorStefan Behnel <scoder@users.berlios.de>
Mon, 31 May 2010 21:20:37 +0000 (23:20 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 31 May 2010 21:20:37 +0000 (23:20 +0200)
1  2 
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/Options.py
Cython/Compiler/Parsing.py
runtests.py

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc runtests.py
index 81bbdca04b352b74fdc7518835d62432014c3ec8,3e1ea1ca2eb4f7967d8f91bb30d776bd3bb330a7..d06cd260286559e1739e19ed2bc158e04426f008
@@@ -51,12 -51,10 +51,13 @@@ EXT_DEP_INCLUDES = 
  VER_DEP_MODULES = {
      # tests are excluded if 'CurrentPythonVersion OP VersionTuple', i.e.
      # (2,4) : (operator.le, ...) excludes ... when PyVer <= 2.4.x
 +    (2,5) : (operator.lt, lambda x: x in ['run.any',
 +                                          'run.all',
 +                                          ]),
      (2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258'
                                            ]),
-     (2,6) : (operator.lt, lambda x: x in ['run.print_function'
+     (2,6) : (operator.lt, lambda x: x in ['run.print_function',
+                                           'run.cython3',
                                            ]),
      (3,): (operator.ge, lambda x: x in ['run.non_future_division',
                                          'compile.extsetslice',