From: Stefan Behnel Date: Mon, 31 May 2010 21:20:37 +0000 (+0200) Subject: merged in latest cython-devel X-Git-Tag: 0.13.beta0~2^2~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d179a356e165dbd01527305f0272108b01664334;p=cython.git merged in latest cython-devel --- d179a356e165dbd01527305f0272108b01664334 diff --cc runtests.py index 81bbdca0,3e1ea1ca..d06cd260 --- a/runtests.py +++ b/runtests.py @@@ -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',