summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>2008-07-29 14:59:06 +0200
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>2008-07-29 14:59:06 +0200
commit68ecd7c59c404f7914ef9f33ed31e0d10ab8607d (patch)
treed097fb91a112ac0b3ad81a83acf68a66cc0ec186
parent437fcb17307c807484db074160fed895f3a76496 (diff)
downloadcython-68ecd7c59c404f7914ef9f33ed31e0d10ab8607d.tar.gz
Cleared file executable bit that was set earlier by a mistake
-rw-r--r--[-rwxr-xr-x].hgignore0
-rw-r--r--[-rwxr-xr-x].hgtags0
-rw-r--r--[-rwxr-xr-x]CHANGES_pyrex.txt0
-rw-r--r--[-rwxr-xr-x]COPYING.txt0
-rw-r--r--[-rwxr-xr-x]Cython/CodeWriter.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Annotate.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Buffer.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Builtin.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/CmdLine.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Code.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/CodeGeneration.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/ControlFlow.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/DebugFlags.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Errors.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/ExprNodes.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Future.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Lexicon.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Main.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/ModuleNode.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Naming.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Nodes.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Optimize.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Options.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/ParseTreeTransforms.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Parsing.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/PyrexTypes.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Scanning.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Symtab.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Tests/TestBuffer.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Tests/TestDecorators.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Tests/TestParseTreeTransforms.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Tests/TestTreeFragment.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Tests/__init__.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/TreeFragment.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/TypeSlots.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Version.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/Visitor.py0
-rw-r--r--[-rwxr-xr-x]Cython/Compiler/__init__.py0
-rw-r--r--[-rwxr-xr-x]Cython/Debugging.py0
-rw-r--r--[-rwxr-xr-x]Cython/Distutils/__init__.py0
-rw-r--r--[-rwxr-xr-x]Cython/Distutils/build_ext.py0
-rw-r--r--[-rwxr-xr-x]Cython/Distutils/extension.py0
-rw-r--r--[-rwxr-xr-x]Cython/Mac/DarwinSystem.py0
-rw-r--r--[-rwxr-xr-x]Cython/Mac/MacSystem.py0
-rw-r--r--[-rwxr-xr-x]Cython/Mac/MacUtils.py0
-rw-r--r--[-rwxr-xr-x]Cython/Mac/Makefile0
-rw-r--r--[-rwxr-xr-x]Cython/Mac/TS_Misc_Suite.py0
-rw-r--r--[-rwxr-xr-x]Cython/Mac/_Filemodule_patched.c0
-rw-r--r--[-rwxr-xr-x]Cython/Mac/__init__.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Actions.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/DFA.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Errors.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Lexicons.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Machines.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Regexps.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Scanners.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Timing.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Traditional.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/Transitions.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/__init__.py0
-rw-r--r--[-rwxr-xr-x]Cython/Plex/test_tm.py0
-rw-r--r--[-rwxr-xr-x]Cython/TestUtils.py0
-rw-r--r--[-rwxr-xr-x]Cython/Tests/TestCodeWriter.py0
-rw-r--r--[-rwxr-xr-x]Cython/Tests/__init__.py0
-rw-r--r--[-rwxr-xr-x]Cython/Unix/LinuxSystem.py0
-rw-r--r--[-rwxr-xr-x]Cython/Unix/__init__.py0
-rw-r--r--[-rwxr-xr-x]Cython/Utils.py0
-rw-r--r--[-rwxr-xr-x]Cython/__init__.py0
-rw-r--r--[-rwxr-xr-x]Demos/Makefile0
-rw-r--r--[-rwxr-xr-x]Demos/Makefile.nodistutils0
-rw-r--r--[-rwxr-xr-x]Demos/Setup.py0
-rw-r--r--[-rwxr-xr-x]Demos/callback/Makefile0
-rw-r--r--[-rwxr-xr-x]Demos/callback/Makefile.nodistutils0
-rw-r--r--[-rwxr-xr-x]Demos/callback/README.txt0
-rw-r--r--[-rwxr-xr-x]Demos/callback/Setup.py0
-rw-r--r--[-rwxr-xr-x]Demos/callback/cheese.pyx0
-rw-r--r--[-rwxr-xr-x]Demos/callback/cheesefinder.c0
-rw-r--r--[-rwxr-xr-x]Demos/callback/cheesefinder.h0
-rw-r--r--[-rwxr-xr-x]Demos/callback/run_cheese.py0
-rw-r--r--[-rwxr-xr-x]Demos/embed/Makefile0
-rw-r--r--[-rwxr-xr-x]Demos/embed/Makefile.msc0
-rw-r--r--[-rwxr-xr-x]Demos/embed/Makefile.msc.static0
-rw-r--r--[-rwxr-xr-x]Demos/embed/Makefile.unix0
-rw-r--r--[-rwxr-xr-x]Demos/embed/README0
-rw-r--r--[-rwxr-xr-x]Demos/embed/embedded.pyx0
-rw-r--r--[-rwxr-xr-x]Demos/embed/main.c0
-rw-r--r--[-rwxr-xr-x]Demos/numeric_demo.pyx0
-rw-r--r--[-rwxr-xr-x]Demos/primes.pyx0
-rw-r--r--[-rwxr-xr-x]Demos/pyprimes.py0
-rw-r--r--[-rwxr-xr-x]Demos/run_numeric_demo.py0
-rw-r--r--[-rwxr-xr-x]Demos/run_primes.py0
-rw-r--r--[-rwxr-xr-x]Demos/run_spam.py0
-rw-r--r--[-rwxr-xr-x]Demos/spam.pyx0
-rw-r--r--[-rwxr-xr-x]Doc/About.html0
-rw-r--r--[-rwxr-xr-x]Doc/FAQ.html0
-rw-r--r--[-rwxr-xr-x]Doc/extension_types.html0
-rw-r--r--[-rwxr-xr-x]Doc/index.html0
-rw-r--r--[-rwxr-xr-x]Doc/overview.html0
-rw-r--r--[-rwxr-xr-x]Doc/primes.c0
-rw-r--r--[-rwxr-xr-x]Doc/s5/Makefile0
-rw-r--r--[-rwxr-xr-x]Doc/s5/cython-ep2008.txt0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ep2008/stupidlowercase.py0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ep2008/worker.py0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/blank.gifbin49 -> 49 bytes
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/bodybg.gifbin10119 -> 10119 bytes
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/cython-logo64.pngbin3774 -> 3774 bytes
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/framing.css0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/iepngfix.htc0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/opera.css0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/outline.css0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/pretty.css0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/print.css0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/s5-core.css0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/slides.css0
-rw-r--r--[-rwxr-xr-x]Doc/s5/ui/default/slides.js0
-rw-r--r--[-rwxr-xr-x]Doc/sharing.html0
-rw-r--r--[-rwxr-xr-x]Doc/special_methods.html0
-rw-r--r--[-rwxr-xr-x]INSTALL.txt0
-rw-r--r--[-rwxr-xr-x]LICENSE.txt0
-rw-r--r--[-rwxr-xr-x]MANIFEST.in0
-rw-r--r--[-rwxr-xr-x]Makefile0
-rw-r--r--[-rwxr-xr-x]README.txt0
-rw-r--r--[-rwxr-xr-x]ToDo.txt0
-rw-r--r--[-rwxr-xr-x]Tools/cython-mode.el0
-rw-r--r--[-rwxr-xr-x]Tools/cython.st0
-rw-r--r--[-rwxr-xr-x]USAGE.txt0
-rw-r--r--[-rwxr-xr-x]cython.py0
-rw-r--r--[-rwxr-xr-x]runtests.py0
-rw-r--r--[-rwxr-xr-x]tests/broken/assert2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/b_extimpinherit.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/big_t.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/builtinconst.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/builtindict.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/builtinlist.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/builtinslice.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/builtintype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cascadedass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cdefemptysue.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cdefexternblock.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cdefexternempty.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cexportfunc.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cimport.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cimportfrom.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cimportfrompkgdir.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/cimportfunc.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/ctypedefextern.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/e_exestmtinexttype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/e_nogil.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/externfunc.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/externsue.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/fwddeclcclass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/getattr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/getattr3ref.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/i_public.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/includepublic.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/inplace_lhs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/inplace_ops.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/intindex.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/invalid-module-name.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/l_capi.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/l_cfuncexport.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/naanou_1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/newstyleintforloop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/oldstyleintforloop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/onelinesuite.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/pkg.cimport.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/pkg.cimportfrom.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/plex2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_builtinlist.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_capi.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_cfuncimport.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_classdoc.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_classmodname.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_excval.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_extcmethod.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_extimpinherit.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_extinherit.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_extmember.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_extnumeric2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_extproperty.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_extweakref.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_getattr3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_import.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_inhcmethcall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_kwonlyargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_newstyleclass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_simpcall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_tbfilename.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_traceback.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/r_unpack.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/raise.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/ref2global.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/retconvert.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/specialfloatvals.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/test_include_options.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/tryexceptelse.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/tslots.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/typeofexttype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/broken/voidstarcast.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/a_capi.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/altet1.h0
-rw-r--r--[-rwxr-xr-x]tests/compile/altet1.pyx.BROKEN0
-rw-r--r--[-rwxr-xr-x]tests/compile/argdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/arrayptrcompat.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/arraytoptrarg.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ass2longlong.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/behnel4.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/belchenko1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/belchenko2.h0
-rw-r--r--[-rwxr-xr-x]tests/compile/belchenko2.pyx.BROKEN0
-rw-r--r--[-rwxr-xr-x]tests/compile/builtin.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/builtinfuncs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/burton1.pyx.BROKEN0
-rw-r--r--[-rwxr-xr-x]tests/compile/callingconvention.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cargdef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/carrdecl.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cascmp.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cassign.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/casttoexttype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cdefexternfromstar.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cenum.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cforfromloop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/classmethargdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cnamespec.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cnumop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/coercearraytoptr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/coercetovoidptr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/complexbasetype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/constexpr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/coventry1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cpdef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/crunchytype.h0
-rw-r--r--[-rwxr-xr-x]tests/compile/crunchytype.pxd0
-rw-r--r--[-rwxr-xr-x]tests/compile/cstructreturn.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ctypedef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ctypedefclass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ctypedefenum.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ctypedefstruct.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ctypedefunion.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cunsignedlong.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/cverylongtypes.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/declandimpl.pxd0
-rw-r--r--[-rwxr-xr-x]tests/compile/declandimpl.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/declarations.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/del.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/delslice.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/docstrings.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/doda1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/dotted_cimport.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/dotted_cimport_submodule/__init__.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/dotted_cimport_submodule/a.pxd0
-rw-r--r--[-rwxr-xr-x]tests/compile/drake1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/emptytry.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/enumintcompat.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/eqcmp.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing4.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing5.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing6.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing7.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing8.pxd0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing8.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing9.pxd0
-rw-r--r--[-rwxr-xr-x]tests/compile/ewing9.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/excvalcheck.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/excvaldecl.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/excvalreturn.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extargdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extcmethcall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extcoerce.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extdelattr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extdelitem.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extdelslice.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extdescrdel.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extdescrget.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extdescrset.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extern.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extexttype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extforward.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extgetattr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extgetitem.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/exthash.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extimported.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extimportedsubtype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extindex.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extinheritdel.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extinheritset.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extpropertyall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extpropertydel.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extpropertydoc.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extpropertyget.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extpropertyset.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extpymemberdef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extsetattr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extsetitem.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/extsetslice.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/food.h0
-rw-r--r--[-rwxr-xr-x]tests/compile/for.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/forfromelse.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/formfeed.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/fromimport.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/funcptr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/gencall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/getattr3ref.pyx.BROKEN0
-rw-r--r--[-rwxr-xr-x]tests/compile/globalonly.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/globalstmt.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/globvardef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/gustafsson2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/hinsen1.h0
-rw-r--r--[-rwxr-xr-x]tests/compile/hinsen1.pyx.BROKEN0
-rw-r--r--[-rwxr-xr-x]tests/compile/hinsen2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/huss2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ia_cdefblock.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/import.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/index.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/indices.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ishimoto1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/ishimoto4.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/jiba3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/jiba4.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/jiba5.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/jiba6.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/johnson1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/johnson2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/khavkine1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/kleckner1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/lepage_2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/longunsigned.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/magcmp.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/nogil.h0
-rw-r--r--[-rwxr-xr-x]tests/compile/nogil.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/nonctypedefclass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/none.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/notnonearg.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/nullptr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/omittedargnames.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/pinard4.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/pyclass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/r_pernici1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/signedtypes.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/slicex.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/specmethargdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/specmethdocstring.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/specmethextarg.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/traceback.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/tryexcept.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/tryfinally.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/typecast.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/watts2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/while.pyx0
-rw-r--r--[-rwxr-xr-x]tests/compile/withgil.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/cdefkwargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/cdefoptargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/cmethbasematch.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_addop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_argdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_ass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_assnone.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_badexcvaltype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_badfuncargtype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_badpyparam.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_badtypeuse.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_bitop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_cdef_missing_declarator.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_cdefassign.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_cdefemptysue.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_cenum.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_cmethbasematch.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_cmp.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_cstruct.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_ctypedefforward.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_ctypedefornot.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_declarations.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_del.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_excvalfunctype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_extmember.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_extweakref.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_index.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_modop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_multass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_nargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_nogilcmeth.pxd0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_nogilcmeth.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_nogilfunctype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_notnone.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_notnone2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_numop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_powop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_pyobinstruct.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_redeclmeth.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_return.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_sizeofincomplete.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_slice.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_subop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_tempcast.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_undefexttype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_unop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/e_while.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/empty.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/encoding.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/futurebraces.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/nogil.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/nogilcmeth.pxd0
-rw-r--r--[-rwxr-xr-x]tests/errors/nogilcmeth.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/nogilfunctype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/se_badindent.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/se_badindent2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/se_conddef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/se_mixtabspace.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/se_multass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/se_nestdef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/undefinedname.pyx0
-rw-r--r--[-rwxr-xr-x]tests/errors/void_as_arg.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/__getattribute__.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/__getattribute_subclasses__.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/addloop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/addop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/addressof.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/altet2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/anonymousenum.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/append.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ass2cglobal.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ass2global.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ass2local.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/assert.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/attr.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/baas3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/backquote.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/behnel1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/behnel2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/behnel3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/big_indices.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/bishop1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/bishop2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/boolop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/bufaccess.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/buffer.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/carrays.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cdefassign.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cdefoptargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cfuncdef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cintop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/classbody_exec.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/classkwonlyargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/classmethod.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/classpass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/compiledef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/concatcstrings.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cstringmeth.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cstringmul.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cstruct.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ct_DEF.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ct_IF.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cunion.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/cvardef.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/decorators.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/dict.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/dietachmayer1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/exarkun.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/exceptionpropagation.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extclassbody.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extclasspass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extcmethod.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extinherit.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extinstantiate.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extkwonlyargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extlen.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extpropertyref.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/extstarargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/exttype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/filenames.pxi0
-rw-r--r--[-rwxr-xr-x]tests/run/filenames.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/future_division.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/future_unicode_literals.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/getattr3call.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/if.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/include.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/inhcmethcall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/inop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/inplace.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ishimoto2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ishimoto3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/isnonebool.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/iteratorexception.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/jarausch1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/king1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/kostyrka.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/kostyrka2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/kwargproblems.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/kwonlyargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/kwonlyargscall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/lepage_1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/list.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/literals.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/menten1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/modbody.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/modop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/multass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/new_style_exceptions.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/nogil.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/nononetypecheck.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/notinop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pinard5.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pinard6.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pinard7.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pinard8.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/powop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/print.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pycmp.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pyextattrref.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pyintop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pylistsubtype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/pynumop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_addint.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_argdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_barbieri1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_bishop3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_bowden1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_delgado_1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_docstrings.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_extcomplex2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_extstarargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_forloop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_hordijk1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_huss3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_jeff_epler_1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_jiba1.pxd0
-rw-r--r--[-rwxr-xr-x]tests/run/r_jiba1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_lepage_3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_mang1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_mcintyre1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_mitch_chapman_2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_primes.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_print.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_pyclass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_pyclassdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_pythonapi.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_spamtype.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_starargcall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_starargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_starargsonly.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_toofewargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_uintindex.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/r_vree_1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/ref2local.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/return.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/returnparassign.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/rodriguez_1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/simpcall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/sizeof.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/slice2.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/slice3.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/specialfloat.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/starargs.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/staticmethod.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/strconstinclass.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/strfunction.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/strliterals.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/subop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/switch.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/tandemstats.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/testinclude.pxi0
-rw-r--r--[-rwxr-xr-x]tests/run/tuple.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/tuplereassign.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/unicodefunction.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/unicodeliterals.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/unicodeliteralsdefault.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/unicodeliteralslatin1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/unop.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/unpack.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/unpacklistcomp.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/varargcall.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/varargdecl.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/watts1.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/withnogil.pyx0
-rw-r--r--[-rwxr-xr-x]tests/run/wundram1.pyx0
578 files changed, 0 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 5fa26e2e7..5fa26e2e7 100755..100644
--- a/.hgignore
+++ b/.hgignore
diff --git a/.hgtags b/.hgtags
index 4e15d3c06..4e15d3c06 100755..100644
--- a/.hgtags
+++ b/.hgtags
diff --git a/CHANGES_pyrex.txt b/CHANGES_pyrex.txt
index 7cc0c5069..7cc0c5069 100755..100644
--- a/CHANGES_pyrex.txt
+++ b/CHANGES_pyrex.txt
diff --git a/COPYING.txt b/COPYING.txt
index 314694850..314694850 100755..100644
--- a/COPYING.txt
+++ b/COPYING.txt
diff --git a/Cython/CodeWriter.py b/Cython/CodeWriter.py
index dca1f6a79..dca1f6a79 100755..100644
--- a/Cython/CodeWriter.py
+++ b/Cython/CodeWriter.py
diff --git a/Cython/Compiler/Annotate.py b/Cython/Compiler/Annotate.py
index ca3f56799..ca3f56799 100755..100644
--- a/Cython/Compiler/Annotate.py
+++ b/Cython/Compiler/Annotate.py
diff --git a/Cython/Compiler/Buffer.py b/Cython/Compiler/Buffer.py
index f5af82c69..f5af82c69 100755..100644
--- a/Cython/Compiler/Buffer.py
+++ b/Cython/Compiler/Buffer.py
diff --git a/Cython/Compiler/Builtin.py b/Cython/Compiler/Builtin.py
index 941067601..941067601 100755..100644
--- a/Cython/Compiler/Builtin.py
+++ b/Cython/Compiler/Builtin.py
diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py
index 3275a224a..3275a224a 100755..100644
--- a/Cython/Compiler/CmdLine.py
+++ b/Cython/Compiler/CmdLine.py
diff --git a/Cython/Compiler/Code.py b/Cython/Compiler/Code.py
index 2d6e5777e..2d6e5777e 100755..100644
--- a/Cython/Compiler/Code.py
+++ b/Cython/Compiler/Code.py
diff --git a/Cython/Compiler/CodeGeneration.py b/Cython/Compiler/CodeGeneration.py
index 22ca04819..22ca04819 100755..100644
--- a/Cython/Compiler/CodeGeneration.py
+++ b/Cython/Compiler/CodeGeneration.py
diff --git a/Cython/Compiler/ControlFlow.py b/Cython/Compiler/ControlFlow.py
index e433f7d0c..e433f7d0c 100755..100644
--- a/Cython/Compiler/ControlFlow.py
+++ b/Cython/Compiler/ControlFlow.py
diff --git a/Cython/Compiler/DebugFlags.py b/Cython/Compiler/DebugFlags.py
index e36e0bd26..e36e0bd26 100755..100644
--- a/Cython/Compiler/DebugFlags.py
+++ b/Cython/Compiler/DebugFlags.py
diff --git a/Cython/Compiler/Errors.py b/Cython/Compiler/Errors.py
index 76a699aff..76a699aff 100755..100644
--- a/Cython/Compiler/Errors.py
+++ b/Cython/Compiler/Errors.py
diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py
index 7fc0de6e4..7fc0de6e4 100755..100644
--- a/Cython/Compiler/ExprNodes.py
+++ b/Cython/Compiler/ExprNodes.py
diff --git a/Cython/Compiler/Future.py b/Cython/Compiler/Future.py
index c42e595f0..c42e595f0 100755..100644
--- a/Cython/Compiler/Future.py
+++ b/Cython/Compiler/Future.py
diff --git a/Cython/Compiler/Lexicon.py b/Cython/Compiler/Lexicon.py
index e42bb0377..e42bb0377 100755..100644
--- a/Cython/Compiler/Lexicon.py
+++ b/Cython/Compiler/Lexicon.py
diff --git a/Cython/Compiler/Main.py b/Cython/Compiler/Main.py
index d4d01e3c0..d4d01e3c0 100755..100644
--- a/Cython/Compiler/Main.py
+++ b/Cython/Compiler/Main.py
diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py
index 63a40f864..63a40f864 100755..100644
--- a/Cython/Compiler/ModuleNode.py
+++ b/Cython/Compiler/ModuleNode.py
diff --git a/Cython/Compiler/Naming.py b/Cython/Compiler/Naming.py
index 90375bad9..90375bad9 100755..100644
--- a/Cython/Compiler/Naming.py
+++ b/Cython/Compiler/Naming.py
diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py
index aaee68566..aaee68566 100755..100644
--- a/Cython/Compiler/Nodes.py
+++ b/Cython/Compiler/Nodes.py
diff --git a/Cython/Compiler/Optimize.py b/Cython/Compiler/Optimize.py
index eb4195a1f..eb4195a1f 100755..100644
--- a/Cython/Compiler/Optimize.py
+++ b/Cython/Compiler/Optimize.py
diff --git a/Cython/Compiler/Options.py b/Cython/Compiler/Options.py
index 600864c17..600864c17 100755..100644
--- a/Cython/Compiler/Options.py
+++ b/Cython/Compiler/Options.py
diff --git a/Cython/Compiler/ParseTreeTransforms.py b/Cython/Compiler/ParseTreeTransforms.py
index d4264565c..d4264565c 100755..100644
--- a/Cython/Compiler/ParseTreeTransforms.py
+++ b/Cython/Compiler/ParseTreeTransforms.py
diff --git a/Cython/Compiler/Parsing.py b/Cython/Compiler/Parsing.py
index e2b370944..e2b370944 100755..100644
--- a/Cython/Compiler/Parsing.py
+++ b/Cython/Compiler/Parsing.py
diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py
index 37d28fa98..37d28fa98 100755..100644
--- a/Cython/Compiler/PyrexTypes.py
+++ b/Cython/Compiler/PyrexTypes.py
diff --git a/Cython/Compiler/Scanning.py b/Cython/Compiler/Scanning.py
index 32c833a3f..32c833a3f 100755..100644
--- a/Cython/Compiler/Scanning.py
+++ b/Cython/Compiler/Scanning.py
diff --git a/Cython/Compiler/Symtab.py b/Cython/Compiler/Symtab.py
index f0ab6a878..f0ab6a878 100755..100644
--- a/Cython/Compiler/Symtab.py
+++ b/Cython/Compiler/Symtab.py
diff --git a/Cython/Compiler/Tests/TestBuffer.py b/Cython/Compiler/Tests/TestBuffer.py
index 236140f47..236140f47 100755..100644
--- a/Cython/Compiler/Tests/TestBuffer.py
+++ b/Cython/Compiler/Tests/TestBuffer.py
diff --git a/Cython/Compiler/Tests/TestDecorators.py b/Cython/Compiler/Tests/TestDecorators.py
index aabf67499..aabf67499 100755..100644
--- a/Cython/Compiler/Tests/TestDecorators.py
+++ b/Cython/Compiler/Tests/TestDecorators.py
diff --git a/Cython/Compiler/Tests/TestParseTreeTransforms.py b/Cython/Compiler/Tests/TestParseTreeTransforms.py
index 28accbbf2..28accbbf2 100755..100644
--- a/Cython/Compiler/Tests/TestParseTreeTransforms.py
+++ b/Cython/Compiler/Tests/TestParseTreeTransforms.py
diff --git a/Cython/Compiler/Tests/TestTreeFragment.py b/Cython/Compiler/Tests/TestTreeFragment.py
index 2214cd14b..2214cd14b 100755..100644
--- a/Cython/Compiler/Tests/TestTreeFragment.py
+++ b/Cython/Compiler/Tests/TestTreeFragment.py
diff --git a/Cython/Compiler/Tests/__init__.py b/Cython/Compiler/Tests/__init__.py
index ea30561d8..ea30561d8 100755..100644
--- a/Cython/Compiler/Tests/__init__.py
+++ b/Cython/Compiler/Tests/__init__.py
diff --git a/Cython/Compiler/TreeFragment.py b/Cython/Compiler/TreeFragment.py
index 3e5da2c50..3e5da2c50 100755..100644
--- a/Cython/Compiler/TreeFragment.py
+++ b/Cython/Compiler/TreeFragment.py
diff --git a/Cython/Compiler/TypeSlots.py b/Cython/Compiler/TypeSlots.py
index c1890730a..c1890730a 100755..100644
--- a/Cython/Compiler/TypeSlots.py
+++ b/Cython/Compiler/TypeSlots.py
diff --git a/Cython/Compiler/Version.py b/Cython/Compiler/Version.py
index a92662a3f..a92662a3f 100755..100644
--- a/Cython/Compiler/Version.py
+++ b/Cython/Compiler/Version.py
diff --git a/Cython/Compiler/Visitor.py b/Cython/Compiler/Visitor.py
index 3da3403b4..3da3403b4 100755..100644
--- a/Cython/Compiler/Visitor.py
+++ b/Cython/Compiler/Visitor.py
diff --git a/Cython/Compiler/__init__.py b/Cython/Compiler/__init__.py
index e69de29bb..e69de29bb 100755..100644
--- a/Cython/Compiler/__init__.py
+++ b/Cython/Compiler/__init__.py
diff --git a/Cython/Debugging.py b/Cython/Debugging.py
index edb3f4e8c..edb3f4e8c 100755..100644
--- a/Cython/Debugging.py
+++ b/Cython/Debugging.py
diff --git a/Cython/Distutils/__init__.py b/Cython/Distutils/__init__.py
index 095403bf1..095403bf1 100755..100644
--- a/Cython/Distutils/__init__.py
+++ b/Cython/Distutils/__init__.py
diff --git a/Cython/Distutils/build_ext.py b/Cython/Distutils/build_ext.py
index 8064956f6..8064956f6 100755..100644
--- a/Cython/Distutils/build_ext.py
+++ b/Cython/Distutils/build_ext.py
diff --git a/Cython/Distutils/extension.py b/Cython/Distutils/extension.py
index 5c35557a8..5c35557a8 100755..100644
--- a/Cython/Distutils/extension.py
+++ b/Cython/Distutils/extension.py
diff --git a/Cython/Mac/DarwinSystem.py b/Cython/Mac/DarwinSystem.py
index 1edeab394..1edeab394 100755..100644
--- a/Cython/Mac/DarwinSystem.py
+++ b/Cython/Mac/DarwinSystem.py
diff --git a/Cython/Mac/MacSystem.py b/Cython/Mac/MacSystem.py
index 1f02b970c..1f02b970c 100755..100644
--- a/Cython/Mac/MacSystem.py
+++ b/Cython/Mac/MacSystem.py
diff --git a/Cython/Mac/MacUtils.py b/Cython/Mac/MacUtils.py
index 91201f451..91201f451 100755..100644
--- a/Cython/Mac/MacUtils.py
+++ b/Cython/Mac/MacUtils.py
diff --git a/Cython/Mac/Makefile b/Cython/Mac/Makefile
index a7ca34b30..a7ca34b30 100755..100644
--- a/Cython/Mac/Makefile
+++ b/Cython/Mac/Makefile
diff --git a/Cython/Mac/TS_Misc_Suite.py b/Cython/Mac/TS_Misc_Suite.py
index f1daa7d44..f1daa7d44 100755..100644
--- a/Cython/Mac/TS_Misc_Suite.py
+++ b/Cython/Mac/TS_Misc_Suite.py
diff --git a/Cython/Mac/_Filemodule_patched.c b/Cython/Mac/_Filemodule_patched.c
index d5aaf2b40..d5aaf2b40 100755..100644
--- a/Cython/Mac/_Filemodule_patched.c
+++ b/Cython/Mac/_Filemodule_patched.c
diff --git a/Cython/Mac/__init__.py b/Cython/Mac/__init__.py
index e69de29bb..e69de29bb 100755..100644
--- a/Cython/Mac/__init__.py
+++ b/Cython/Mac/__init__.py
diff --git a/Cython/Plex/Actions.py b/Cython/Plex/Actions.py
index 23253a905..23253a905 100755..100644
--- a/Cython/Plex/Actions.py
+++ b/Cython/Plex/Actions.py
diff --git a/Cython/Plex/DFA.py b/Cython/Plex/DFA.py
index 2c0004b09..2c0004b09 100755..100644
--- a/Cython/Plex/DFA.py
+++ b/Cython/Plex/DFA.py
diff --git a/Cython/Plex/Errors.py b/Cython/Plex/Errors.py
index ae033672b..ae033672b 100755..100644
--- a/Cython/Plex/Errors.py
+++ b/Cython/Plex/Errors.py
diff --git a/Cython/Plex/Lexicons.py b/Cython/Plex/Lexicons.py
index 2dbfaf063..2dbfaf063 100755..100644
--- a/Cython/Plex/Lexicons.py
+++ b/Cython/Plex/Lexicons.py
diff --git a/Cython/Plex/Machines.py b/Cython/Plex/Machines.py
index a37191a83..a37191a83 100755..100644
--- a/Cython/Plex/Machines.py
+++ b/Cython/Plex/Machines.py
diff --git a/Cython/Plex/Regexps.py b/Cython/Plex/Regexps.py
index 9adc9b034..9adc9b034 100755..100644
--- a/Cython/Plex/Regexps.py
+++ b/Cython/Plex/Regexps.py
diff --git a/Cython/Plex/Scanners.py b/Cython/Plex/Scanners.py
index acf4b83bc..acf4b83bc 100755..100644
--- a/Cython/Plex/Scanners.py
+++ b/Cython/Plex/Scanners.py
diff --git a/Cython/Plex/Timing.py b/Cython/Plex/Timing.py
index f47c5c89d..f47c5c89d 100755..100644
--- a/Cython/Plex/Timing.py
+++ b/Cython/Plex/Timing.py
diff --git a/Cython/Plex/Traditional.py b/Cython/Plex/Traditional.py
index 1f6d67267..1f6d67267 100755..100644
--- a/Cython/Plex/Traditional.py
+++ b/Cython/Plex/Traditional.py
diff --git a/Cython/Plex/Transitions.py b/Cython/Plex/Transitions.py
index c34dce882..c34dce882 100755..100644
--- a/Cython/Plex/Transitions.py
+++ b/Cython/Plex/Transitions.py
diff --git a/Cython/Plex/__init__.py b/Cython/Plex/__init__.py
index 22b9bba3b..22b9bba3b 100755..100644
--- a/Cython/Plex/__init__.py
+++ b/Cython/Plex/__init__.py
diff --git a/Cython/Plex/test_tm.py b/Cython/Plex/test_tm.py
index e08c9e68f..e08c9e68f 100755..100644
--- a/Cython/Plex/test_tm.py
+++ b/Cython/Plex/test_tm.py
diff --git a/Cython/TestUtils.py b/Cython/TestUtils.py
index f3ceda0d2..f3ceda0d2 100755..100644
--- a/Cython/TestUtils.py
+++ b/Cython/TestUtils.py
diff --git a/Cython/Tests/TestCodeWriter.py b/Cython/Tests/TestCodeWriter.py
index 030730728..030730728 100755..100644
--- a/Cython/Tests/TestCodeWriter.py
+++ b/Cython/Tests/TestCodeWriter.py
diff --git a/Cython/Tests/__init__.py b/Cython/Tests/__init__.py
index ea30561d8..ea30561d8 100755..100644
--- a/Cython/Tests/__init__.py
+++ b/Cython/Tests/__init__.py
diff --git a/Cython/Unix/LinuxSystem.py b/Cython/Unix/LinuxSystem.py
index 17b2d3338..17b2d3338 100755..100644
--- a/Cython/Unix/LinuxSystem.py
+++ b/Cython/Unix/LinuxSystem.py
diff --git a/Cython/Unix/__init__.py b/Cython/Unix/__init__.py
index e69de29bb..e69de29bb 100755..100644
--- a/Cython/Unix/__init__.py
+++ b/Cython/Unix/__init__.py
diff --git a/Cython/Utils.py b/Cython/Utils.py
index 88550b587..88550b587 100755..100644
--- a/Cython/Utils.py
+++ b/Cython/Utils.py
diff --git a/Cython/__init__.py b/Cython/__init__.py
index e69de29bb..e69de29bb 100755..100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
diff --git a/Demos/Makefile b/Demos/Makefile
index e70687f4e..e70687f4e 100755..100644
--- a/Demos/Makefile
+++ b/Demos/Makefile
diff --git a/Demos/Makefile.nodistutils b/Demos/Makefile.nodistutils
index 8b0c9c4b6..8b0c9c4b6 100755..100644
--- a/Demos/Makefile.nodistutils
+++ b/Demos/Makefile.nodistutils
diff --git a/Demos/Setup.py b/Demos/Setup.py
index 8980cf067..8980cf067 100755..100644
--- a/Demos/Setup.py
+++ b/Demos/Setup.py
diff --git a/Demos/callback/Makefile b/Demos/callback/Makefile
index 890bc8083..890bc8083 100755..100644
--- a/Demos/callback/Makefile
+++ b/Demos/callback/Makefile
diff --git a/Demos/callback/Makefile.nodistutils b/Demos/callback/Makefile.nodistutils
index 5df2f1879..5df2f1879 100755..100644
--- a/Demos/callback/Makefile.nodistutils
+++ b/Demos/callback/Makefile.nodistutils
diff --git a/Demos/callback/README.txt b/Demos/callback/README.txt
index fa3b871ce..fa3b871ce 100755..100644
--- a/Demos/callback/README.txt
+++ b/Demos/callback/README.txt
diff --git a/Demos/callback/Setup.py b/Demos/callback/Setup.py
index 3f4bf6fc8..3f4bf6fc8 100755..100644
--- a/Demos/callback/Setup.py
+++ b/Demos/callback/Setup.py
diff --git a/Demos/callback/cheese.pyx b/Demos/callback/cheese.pyx
index db0fc0820..db0fc0820 100755..100644
--- a/Demos/callback/cheese.pyx
+++ b/Demos/callback/cheese.pyx
diff --git a/Demos/callback/cheesefinder.c b/Demos/callback/cheesefinder.c
index ab41853be..ab41853be 100755..100644
--- a/Demos/callback/cheesefinder.c
+++ b/Demos/callback/cheesefinder.c
diff --git a/Demos/callback/cheesefinder.h b/Demos/callback/cheesefinder.h
index 3c31bdc08..3c31bdc08 100755..100644
--- a/Demos/callback/cheesefinder.h
+++ b/Demos/callback/cheesefinder.h
diff --git a/Demos/callback/run_cheese.py b/Demos/callback/run_cheese.py
index 2e5d6cbc4..2e5d6cbc4 100755..100644
--- a/Demos/callback/run_cheese.py
+++ b/Demos/callback/run_cheese.py
diff --git a/Demos/embed/Makefile b/Demos/embed/Makefile
index cd20f0049..cd20f0049 100755..100644
--- a/Demos/embed/Makefile
+++ b/Demos/embed/Makefile
diff --git a/Demos/embed/Makefile.msc b/Demos/embed/Makefile.msc
index 8143c68ec..8143c68ec 100755..100644
--- a/Demos/embed/Makefile.msc
+++ b/Demos/embed/Makefile.msc
diff --git a/Demos/embed/Makefile.msc.static b/Demos/embed/Makefile.msc.static
index 14e1080c6..14e1080c6 100755..100644
--- a/Demos/embed/Makefile.msc.static
+++ b/Demos/embed/Makefile.msc.static
diff --git a/Demos/embed/Makefile.unix b/Demos/embed/Makefile.unix
index cd20f0049..cd20f0049 100755..100644
--- a/Demos/embed/Makefile.unix
+++ b/Demos/embed/Makefile.unix
diff --git a/Demos/embed/README b/Demos/embed/README
index 55283ac3b..55283ac3b 100755..100644
--- a/Demos/embed/README
+++ b/Demos/embed/README
diff --git a/Demos/embed/embedded.pyx b/Demos/embed/embedded.pyx
index 90d62f67e..90d62f67e 100755..100644
--- a/Demos/embed/embedded.pyx
+++ b/Demos/embed/embedded.pyx
diff --git a/Demos/embed/main.c b/Demos/embed/main.c
index 3e089abc7..3e089abc7 100755..100644
--- a/Demos/embed/main.c
+++ b/Demos/embed/main.c
diff --git a/Demos/numeric_demo.pyx b/Demos/numeric_demo.pyx
index 3a20fd900..3a20fd900 100755..100644
--- a/Demos/numeric_demo.pyx
+++ b/Demos/numeric_demo.pyx
diff --git a/Demos/primes.pyx b/Demos/primes.pyx
index 923964e36..923964e36 100755..100644
--- a/Demos/primes.pyx
+++ b/Demos/primes.pyx
diff --git a/Demos/pyprimes.py b/Demos/pyprimes.py
index 7c5242244..7c5242244 100755..100644
--- a/Demos/pyprimes.py
+++ b/Demos/pyprimes.py
diff --git a/Demos/run_numeric_demo.py b/Demos/run_numeric_demo.py
index 803442d52..803442d52 100755..100644
--- a/Demos/run_numeric_demo.py
+++ b/Demos/run_numeric_demo.py
diff --git a/Demos/run_primes.py b/Demos/run_primes.py
index 487767d42..487767d42 100755..100644
--- a/Demos/run_primes.py
+++ b/Demos/run_primes.py
diff --git a/Demos/run_spam.py b/Demos/run_spam.py
index e1c1e1554..e1c1e1554 100755..100644
--- a/Demos/run_spam.py
+++ b/Demos/run_spam.py
diff --git a/Demos/spam.pyx b/Demos/spam.pyx
index f954f078a..f954f078a 100755..100644
--- a/Demos/spam.pyx
+++ b/Demos/spam.pyx
diff --git a/Doc/About.html b/Doc/About.html
index 37cfb2ecb..37cfb2ecb 100755..100644
--- a/Doc/About.html
+++ b/Doc/About.html
diff --git a/Doc/FAQ.html b/Doc/FAQ.html
index 445b4dfe4..445b4dfe4 100755..100644
--- a/Doc/FAQ.html
+++ b/Doc/FAQ.html
diff --git a/Doc/extension_types.html b/Doc/extension_types.html
index ae7a6bb1a..ae7a6bb1a 100755..100644
--- a/Doc/extension_types.html
+++ b/Doc/extension_types.html
diff --git a/Doc/index.html b/Doc/index.html
index 635085d6c..635085d6c 100755..100644
--- a/Doc/index.html
+++ b/Doc/index.html
diff --git a/Doc/overview.html b/Doc/overview.html
index 36ca8173c..36ca8173c 100755..100644
--- a/Doc/overview.html
+++ b/Doc/overview.html
diff --git a/Doc/primes.c b/Doc/primes.c
index 9a88b84cb..9a88b84cb 100755..100644
--- a/Doc/primes.c
+++ b/Doc/primes.c
diff --git a/Doc/s5/Makefile b/Doc/s5/Makefile
index 6623db6f6..6623db6f6 100755..100644
--- a/Doc/s5/Makefile
+++ b/Doc/s5/Makefile
diff --git a/Doc/s5/cython-ep2008.txt b/Doc/s5/cython-ep2008.txt
index a29ca35d6..a29ca35d6 100755..100644
--- a/Doc/s5/cython-ep2008.txt
+++ b/Doc/s5/cython-ep2008.txt
diff --git a/Doc/s5/ep2008/stupidlowercase.py b/Doc/s5/ep2008/stupidlowercase.py
index 8f2812da9..8f2812da9 100755..100644
--- a/Doc/s5/ep2008/stupidlowercase.py
+++ b/Doc/s5/ep2008/stupidlowercase.py
diff --git a/Doc/s5/ep2008/worker.py b/Doc/s5/ep2008/worker.py
index 2b2602812..2b2602812 100755..100644
--- a/Doc/s5/ep2008/worker.py
+++ b/Doc/s5/ep2008/worker.py
diff --git a/Doc/s5/ui/default/blank.gif b/Doc/s5/ui/default/blank.gif
index 75b945d25..75b945d25 100755..100644
--- a/Doc/s5/ui/default/blank.gif
+++ b/Doc/s5/ui/default/blank.gif
Binary files differ
diff --git a/Doc/s5/ui/default/bodybg.gif b/Doc/s5/ui/default/bodybg.gif
index 5f448a16f..5f448a16f 100755..100644
--- a/Doc/s5/ui/default/bodybg.gif
+++ b/Doc/s5/ui/default/bodybg.gif
Binary files differ
diff --git a/Doc/s5/ui/default/cython-logo64.png b/Doc/s5/ui/default/cython-logo64.png
index 7ff4f6e92..7ff4f6e92 100755..100644
--- a/Doc/s5/ui/default/cython-logo64.png
+++ b/Doc/s5/ui/default/cython-logo64.png
Binary files differ
diff --git a/Doc/s5/ui/default/framing.css b/Doc/s5/ui/default/framing.css
index 14d8509e9..14d8509e9 100755..100644
--- a/Doc/s5/ui/default/framing.css
+++ b/Doc/s5/ui/default/framing.css
diff --git a/Doc/s5/ui/default/iepngfix.htc b/Doc/s5/ui/default/iepngfix.htc
index 4d90c87a9..4d90c87a9 100755..100644
--- a/Doc/s5/ui/default/iepngfix.htc
+++ b/Doc/s5/ui/default/iepngfix.htc
diff --git a/Doc/s5/ui/default/opera.css b/Doc/s5/ui/default/opera.css
index 9e9d2a3c5..9e9d2a3c5 100755..100644
--- a/Doc/s5/ui/default/opera.css
+++ b/Doc/s5/ui/default/opera.css
diff --git a/Doc/s5/ui/default/outline.css b/Doc/s5/ui/default/outline.css
index 62db519ed..62db519ed 100755..100644
--- a/Doc/s5/ui/default/outline.css
+++ b/Doc/s5/ui/default/outline.css
diff --git a/Doc/s5/ui/default/pretty.css b/Doc/s5/ui/default/pretty.css
index 40dd44d98..40dd44d98 100755..100644
--- a/Doc/s5/ui/default/pretty.css
+++ b/Doc/s5/ui/default/pretty.css
diff --git a/Doc/s5/ui/default/print.css b/Doc/s5/ui/default/print.css
index e52c441ba..e52c441ba 100755..100644
--- a/Doc/s5/ui/default/print.css
+++ b/Doc/s5/ui/default/print.css
diff --git a/Doc/s5/ui/default/s5-core.css b/Doc/s5/ui/default/s5-core.css
index 86444e041..86444e041 100755..100644
--- a/Doc/s5/ui/default/s5-core.css
+++ b/Doc/s5/ui/default/s5-core.css
diff --git a/Doc/s5/ui/default/slides.css b/Doc/s5/ui/default/slides.css
index 0786d7dbd..0786d7dbd 100755..100644
--- a/Doc/s5/ui/default/slides.css
+++ b/Doc/s5/ui/default/slides.css
diff --git a/Doc/s5/ui/default/slides.js b/Doc/s5/ui/default/slides.js
index 07f40ff8f..07f40ff8f 100755..100644
--- a/Doc/s5/ui/default/slides.js
+++ b/Doc/s5/ui/default/slides.js
diff --git a/Doc/sharing.html b/Doc/sharing.html
index 29237bf24..29237bf24 100755..100644
--- a/Doc/sharing.html
+++ b/Doc/sharing.html
diff --git a/Doc/special_methods.html b/Doc/special_methods.html
index ecde87eed..ecde87eed 100755..100644
--- a/Doc/special_methods.html
+++ b/Doc/special_methods.html
diff --git a/INSTALL.txt b/INSTALL.txt
index 3dccaa673..3dccaa673 100755..100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
diff --git a/LICENSE.txt b/LICENSE.txt
index 5615d2fbb..5615d2fbb 100755..100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
diff --git a/MANIFEST.in b/MANIFEST.in
index 30f415376..30f415376 100755..100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
diff --git a/Makefile b/Makefile
index 37380a2a2..37380a2a2 100755..100644
--- a/Makefile
+++ b/Makefile
diff --git a/README.txt b/README.txt
index a1f52b906..a1f52b906 100755..100644
--- a/README.txt
+++ b/README.txt
diff --git a/ToDo.txt b/ToDo.txt
index 33926819e..33926819e 100755..100644
--- a/ToDo.txt
+++ b/ToDo.txt
diff --git a/Tools/cython-mode.el b/Tools/cython-mode.el
index ae1af7f3b..ae1af7f3b 100755..100644
--- a/Tools/cython-mode.el
+++ b/Tools/cython-mode.el
diff --git a/Tools/cython.st b/Tools/cython.st
index d4fe4ecff..d4fe4ecff 100755..100644
--- a/Tools/cython.st
+++ b/Tools/cython.st
diff --git a/USAGE.txt b/USAGE.txt
index 50d06a19c..50d06a19c 100755..100644
--- a/USAGE.txt
+++ b/USAGE.txt
diff --git a/cython.py b/cython.py
index f96c57790..f96c57790 100755..100644
--- a/cython.py
+++ b/cython.py
diff --git a/runtests.py b/runtests.py
index cf3444559..cf3444559 100755..100644
--- a/runtests.py
+++ b/runtests.py
diff --git a/tests/broken/assert2.pyx b/tests/broken/assert2.pyx
index f34c0964c..f34c0964c 100755..100644
--- a/tests/broken/assert2.pyx
+++ b/tests/broken/assert2.pyx
diff --git a/tests/broken/b_extimpinherit.pyx b/tests/broken/b_extimpinherit.pyx
index b775fdbfe..b775fdbfe 100755..100644
--- a/tests/broken/b_extimpinherit.pyx
+++ b/tests/broken/b_extimpinherit.pyx
diff --git a/tests/broken/big_t.pyx b/tests/broken/big_t.pyx
index 5c4a6d972..5c4a6d972 100755..100644
--- a/tests/broken/big_t.pyx
+++ b/tests/broken/big_t.pyx
diff --git a/tests/broken/builtinconst.pyx b/tests/broken/builtinconst.pyx
index 614fa2f0e..614fa2f0e 100755..100644
--- a/tests/broken/builtinconst.pyx
+++ b/tests/broken/builtinconst.pyx
diff --git a/tests/broken/builtindict.pyx b/tests/broken/builtindict.pyx
index 96649f818..96649f818 100755..100644
--- a/tests/broken/builtindict.pyx
+++ b/tests/broken/builtindict.pyx
diff --git a/tests/broken/builtinlist.pyx b/tests/broken/builtinlist.pyx
index 3ad59425b..3ad59425b 100755..100644
--- a/tests/broken/builtinlist.pyx
+++ b/tests/broken/builtinlist.pyx
diff --git a/tests/broken/builtinslice.pyx b/tests/broken/builtinslice.pyx
index 5b9d63421..5b9d63421 100755..100644
--- a/tests/broken/builtinslice.pyx
+++ b/tests/broken/builtinslice.pyx
diff --git a/tests/broken/builtintype.pyx b/tests/broken/builtintype.pyx
index 523bf22cb..523bf22cb 100755..100644
--- a/tests/broken/builtintype.pyx
+++ b/tests/broken/builtintype.pyx
diff --git a/tests/broken/cascadedass.pyx b/tests/broken/cascadedass.pyx
index 1f9a7eadb..1f9a7eadb 100755..100644
--- a/tests/broken/cascadedass.pyx
+++ b/tests/broken/cascadedass.pyx
diff --git a/tests/broken/cdefemptysue.pyx b/tests/broken/cdefemptysue.pyx
index 326637b6b..326637b6b 100755..100644
--- a/tests/broken/cdefemptysue.pyx
+++ b/tests/broken/cdefemptysue.pyx
diff --git a/tests/broken/cdefexternblock.pyx b/tests/broken/cdefexternblock.pyx
index 4d613cd39..4d613cd39 100755..100644
--- a/tests/broken/cdefexternblock.pyx
+++ b/tests/broken/cdefexternblock.pyx
diff --git a/tests/broken/cdefexternempty.pyx b/tests/broken/cdefexternempty.pyx
index be4d65caa..be4d65caa 100755..100644
--- a/tests/broken/cdefexternempty.pyx
+++ b/tests/broken/cdefexternempty.pyx
diff --git a/tests/broken/cexportfunc.pyx b/tests/broken/cexportfunc.pyx
index b71338f6f..b71338f6f 100755..100644
--- a/tests/broken/cexportfunc.pyx
+++ b/tests/broken/cexportfunc.pyx
diff --git a/tests/broken/cimport.pyx b/tests/broken/cimport.pyx
index f01872574..f01872574 100755..100644
--- a/tests/broken/cimport.pyx
+++ b/tests/broken/cimport.pyx
diff --git a/tests/broken/cimportfrom.pyx b/tests/broken/cimportfrom.pyx
index 16991b642..16991b642 100755..100644
--- a/tests/broken/cimportfrom.pyx
+++ b/tests/broken/cimportfrom.pyx
diff --git a/tests/broken/cimportfrompkgdir.pyx b/tests/broken/cimportfrompkgdir.pyx
index 0ad32953f..0ad32953f 100755..100644
--- a/tests/broken/cimportfrompkgdir.pyx
+++ b/tests/broken/cimportfrompkgdir.pyx
diff --git a/tests/broken/cimportfunc.pyx b/tests/broken/cimportfunc.pyx
index 4cc40ecd9..4cc40ecd9 100755..100644
--- a/tests/broken/cimportfunc.pyx
+++ b/tests/broken/cimportfunc.pyx
diff --git a/tests/broken/ctypedefextern.pyx b/tests/broken/ctypedefextern.pyx
index b323cbc28..b323cbc28 100755..100644
--- a/tests/broken/ctypedefextern.pyx
+++ b/tests/broken/ctypedefextern.pyx
diff --git a/tests/broken/e_exestmtinexttype.pyx b/tests/broken/e_exestmtinexttype.pyx
index f152e0676..f152e0676 100755..100644
--- a/tests/broken/e_exestmtinexttype.pyx
+++ b/tests/broken/e_exestmtinexttype.pyx
diff --git a/tests/broken/e_nogil.pyx b/tests/broken/e_nogil.pyx
index b79165f23..b79165f23 100755..100644
--- a/tests/broken/e_nogil.pyx
+++ b/tests/broken/e_nogil.pyx
diff --git a/tests/broken/externfunc.pyx b/tests/broken/externfunc.pyx
index 49263f673..49263f673 100755..100644
--- a/tests/broken/externfunc.pyx
+++ b/tests/broken/externfunc.pyx
diff --git a/tests/broken/externsue.pyx b/tests/broken/externsue.pyx
index 1ebc3602f..1ebc3602f 100755..100644
--- a/tests/broken/externsue.pyx
+++ b/tests/broken/externsue.pyx
diff --git a/tests/broken/fwddeclcclass.pyx b/tests/broken/fwddeclcclass.pyx
index f41f7b5a2..f41f7b5a2 100755..100644
--- a/tests/broken/fwddeclcclass.pyx
+++ b/tests/broken/fwddeclcclass.pyx
diff --git a/tests/broken/getattr.pyx b/tests/broken/getattr.pyx
index 5877a7aff..5877a7aff 100755..100644
--- a/tests/broken/getattr.pyx
+++ b/tests/broken/getattr.pyx
diff --git a/tests/broken/getattr3ref.pyx b/tests/broken/getattr3ref.pyx
index 5fb4fdb98..5fb4fdb98 100755..100644
--- a/tests/broken/getattr3ref.pyx
+++ b/tests/broken/getattr3ref.pyx
diff --git a/tests/broken/i_public.pyx b/tests/broken/i_public.pyx
index 126a242f2..126a242f2 100755..100644
--- a/tests/broken/i_public.pyx
+++ b/tests/broken/i_public.pyx
diff --git a/tests/broken/includepublic.pyx b/tests/broken/includepublic.pyx
index 2232b9aad..2232b9aad 100755..100644
--- a/tests/broken/includepublic.pyx
+++ b/tests/broken/includepublic.pyx
diff --git a/tests/broken/inplace_lhs.pyx b/tests/broken/inplace_lhs.pyx
index 21bddccc3..21bddccc3 100755..100644
--- a/tests/broken/inplace_lhs.pyx
+++ b/tests/broken/inplace_lhs.pyx
diff --git a/tests/broken/inplace_ops.pyx b/tests/broken/inplace_ops.pyx
index 4a34c63f0..4a34c63f0 100755..100644
--- a/tests/broken/inplace_ops.pyx
+++ b/tests/broken/inplace_ops.pyx
diff --git a/tests/broken/intindex.pyx b/tests/broken/intindex.pyx
index 120133d75..120133d75 100755..100644
--- a/tests/broken/intindex.pyx
+++ b/tests/broken/intindex.pyx
diff --git a/tests/broken/invalid-module-name.pyx b/tests/broken/invalid-module-name.pyx
index e69de29bb..e69de29bb 100755..100644
--- a/tests/broken/invalid-module-name.pyx
+++ b/tests/broken/invalid-module-name.pyx
diff --git a/tests/broken/l_capi.pyx b/tests/broken/l_capi.pyx
index 9c1390317..9c1390317 100755..100644
--- a/tests/broken/l_capi.pyx
+++ b/tests/broken/l_capi.pyx
diff --git a/tests/broken/l_cfuncexport.pyx b/tests/broken/l_cfuncexport.pyx
index a901f48f2..a901f48f2 100755..100644
--- a/tests/broken/l_cfuncexport.pyx
+++ b/tests/broken/l_cfuncexport.pyx
diff --git a/tests/broken/naanou_1.pyx b/tests/broken/naanou_1.pyx
index d79ad6520..d79ad6520 100755..100644
--- a/tests/broken/naanou_1.pyx
+++ b/tests/broken/naanou_1.pyx
diff --git a/tests/broken/newstyleintforloop.pyx b/tests/broken/newstyleintforloop.pyx
index d1bfad3a0..d1bfad3a0 100755..100644
--- a/tests/broken/newstyleintforloop.pyx
+++ b/tests/broken/newstyleintforloop.pyx
diff --git a/tests/broken/oldstyleintforloop.pyx b/tests/broken/oldstyleintforloop.pyx
index 9081411b2..9081411b2 100755..100644
--- a/tests/broken/oldstyleintforloop.pyx
+++ b/tests/broken/oldstyleintforloop.pyx
diff --git a/tests/broken/onelinesuite.pyx b/tests/broken/onelinesuite.pyx
index ea4fa37b9..ea4fa37b9 100755..100644
--- a/tests/broken/onelinesuite.pyx
+++ b/tests/broken/onelinesuite.pyx
diff --git a/tests/broken/pkg.cimport.pyx b/tests/broken/pkg.cimport.pyx
index 7864e1938..7864e1938 100755..100644
--- a/tests/broken/pkg.cimport.pyx
+++ b/tests/broken/pkg.cimport.pyx
diff --git a/tests/broken/pkg.cimportfrom.pyx b/tests/broken/pkg.cimportfrom.pyx
index fce7be1a2..fce7be1a2 100755..100644
--- a/tests/broken/pkg.cimportfrom.pyx
+++ b/tests/broken/pkg.cimportfrom.pyx
diff --git a/tests/broken/plex2.pyx b/tests/broken/plex2.pyx
index 996d59d17..996d59d17 100755..100644
--- a/tests/broken/plex2.pyx
+++ b/tests/broken/plex2.pyx
diff --git a/tests/broken/r_builtinlist.pyx b/tests/broken/r_builtinlist.pyx
index 3fa2a210b..3fa2a210b 100755..100644
--- a/tests/broken/r_builtinlist.pyx
+++ b/tests/broken/r_builtinlist.pyx
diff --git a/tests/broken/r_capi.pyx b/tests/broken/r_capi.pyx
index 706283485..706283485 100755..100644
--- a/tests/broken/r_capi.pyx
+++ b/tests/broken/r_capi.pyx
diff --git a/tests/broken/r_cfuncimport.pyx b/tests/broken/r_cfuncimport.pyx
index 5ee1a82c5..5ee1a82c5 100755..100644
--- a/tests/broken/r_cfuncimport.pyx
+++ b/tests/broken/r_cfuncimport.pyx
diff --git a/tests/broken/r_classdoc.pyx b/tests/broken/r_classdoc.pyx
index e4b48cf51..e4b48cf51 100755..100644
--- a/tests/broken/r_classdoc.pyx
+++ b/tests/broken/r_classdoc.pyx
diff --git a/tests/broken/r_classmodname.pyx b/tests/broken/r_classmodname.pyx
index 7e75c6fd8..7e75c6fd8 100755..100644
--- a/tests/broken/r_classmodname.pyx
+++ b/tests/broken/r_classmodname.pyx
diff --git a/tests/broken/r_excval.pyx b/tests/broken/r_excval.pyx
index bb1982f03..bb1982f03 100755..100644
--- a/tests/broken/r_excval.pyx
+++ b/tests/broken/r_excval.pyx
diff --git a/tests/broken/r_extcmethod.pyx b/tests/broken/r_extcmethod.pyx
index cf2fe8fcf..cf2fe8fcf 100755..100644
--- a/tests/broken/r_extcmethod.pyx
+++ b/tests/broken/r_extcmethod.pyx
diff --git a/tests/broken/r_extimpinherit.pyx b/tests/broken/r_extimpinherit.pyx
index b454d99cf..b454d99cf 100755..100644
--- a/tests/broken/r_extimpinherit.pyx
+++ b/tests/broken/r_extimpinherit.pyx
diff --git a/tests/broken/r_extinherit.pyx b/tests/broken/r_extinherit.pyx
index 804e2414c..804e2414c 100755..100644
--- a/tests/broken/r_extinherit.pyx
+++ b/tests/broken/r_extinherit.pyx
diff --git a/tests/broken/r_extmember.pyx b/tests/broken/r_extmember.pyx
index 71088fd9a..71088fd9a 100755..100644
--- a/tests/broken/r_extmember.pyx
+++ b/tests/broken/r_extmember.pyx
diff --git a/tests/broken/r_extnumeric2.pyx b/tests/broken/r_extnumeric2.pyx
index 3dd6d4218..3dd6d4218 100755..100644
--- a/tests/broken/r_extnumeric2.pyx
+++ b/tests/broken/r_extnumeric2.pyx
diff --git a/tests/broken/r_extproperty.pyx b/tests/broken/r_extproperty.pyx
index d575fe985..d575fe985 100755..100644
--- a/tests/broken/r_extproperty.pyx
+++ b/tests/broken/r_extproperty.pyx
diff --git a/tests/broken/r_extweakref.pyx b/tests/broken/r_extweakref.pyx
index 6b6c736d2..6b6c736d2 100755..100644
--- a/tests/broken/r_extweakref.pyx
+++ b/tests/broken/r_extweakref.pyx
diff --git a/tests/broken/r_getattr3.pyx b/tests/broken/r_getattr3.pyx
index 91544e241..91544e241 100755..100644
--- a/tests/broken/r_getattr3.pyx
+++ b/tests/broken/r_getattr3.pyx
diff --git a/tests/broken/r_import.pyx b/tests/broken/r_import.pyx
index 3840912fa..3840912fa 100755..100644
--- a/tests/broken/r_import.pyx
+++ b/tests/broken/r_import.pyx
diff --git a/tests/broken/r_inhcmethcall.pyx b/tests/broken/r_inhcmethcall.pyx
index 181e72a31..181e72a31 100755..100644
--- a/tests/broken/r_inhcmethcall.pyx
+++ b/tests/broken/r_inhcmethcall.pyx
diff --git a/tests/broken/r_kwonlyargs.pyx b/tests/broken/r_kwonlyargs.pyx
index f13bed3d3..f13bed3d3 100755..100644
--- a/tests/broken/r_kwonlyargs.pyx
+++ b/tests/broken/r_kwonlyargs.pyx
diff --git a/tests/broken/r_newstyleclass.pyx b/tests/broken/r_newstyleclass.pyx
index e1a155f4a..e1a155f4a 100755..100644
--- a/tests/broken/r_newstyleclass.pyx
+++ b/tests/broken/r_newstyleclass.pyx
diff --git a/tests/broken/r_simpcall.pyx b/tests/broken/r_simpcall.pyx
index 5793be26e..5793be26e 100755..100644
--- a/tests/broken/r_simpcall.pyx
+++ b/tests/broken/r_simpcall.pyx
diff --git a/tests/broken/r_tbfilename.pyx b/tests/broken/r_tbfilename.pyx
index 28d04648d..28d04648d 100755..100644
--- a/tests/broken/r_tbfilename.pyx
+++ b/tests/broken/r_tbfilename.pyx
diff --git a/tests/broken/r_traceback.pyx b/tests/broken/r_traceback.pyx
index fb85e8a1c..fb85e8a1c 100755..100644
--- a/tests/broken/r_traceback.pyx
+++ b/tests/broken/r_traceback.pyx
diff --git a/tests/broken/r_unpack.pyx b/tests/broken/r_unpack.pyx
index a51ea6d4c..a51ea6d4c 100755..100644
--- a/tests/broken/r_unpack.pyx
+++ b/tests/broken/r_unpack.pyx
diff --git a/tests/broken/raise.pyx b/tests/broken/raise.pyx
index 1e29b17cf..1e29b17cf 100755..100644
--- a/tests/broken/raise.pyx
+++ b/tests/broken/raise.pyx
diff --git a/tests/broken/ref2global.pyx b/tests/broken/ref2global.pyx
index 5dfed278e..5dfed278e 100755..100644
--- a/tests/broken/ref2global.pyx
+++ b/tests/broken/ref2global.pyx
diff --git a/tests/broken/retconvert.pyx b/tests/broken/retconvert.pyx
index c47895f29..c47895f29 100755..100644
--- a/tests/broken/retconvert.pyx
+++ b/tests/broken/retconvert.pyx
diff --git a/tests/broken/specialfloatvals.pyx b/tests/broken/specialfloatvals.pyx
index 4ad4ddf03..4ad4ddf03 100755..100644
--- a/tests/broken/specialfloatvals.pyx
+++ b/tests/broken/specialfloatvals.pyx
diff --git a/tests/broken/test_include_options.pyx b/tests/broken/test_include_options.pyx
index a83ea75bf..a83ea75bf 100755..100644
--- a/tests/broken/test_include_options.pyx
+++ b/tests/broken/test_include_options.pyx
diff --git a/tests/broken/tryexceptelse.pyx b/tests/broken/tryexceptelse.pyx
index 373fedcc0..373fedcc0 100755..100644
--- a/tests/broken/tryexceptelse.pyx
+++ b/tests/broken/tryexceptelse.pyx
diff --git a/tests/broken/tslots.pyx b/tests/broken/tslots.pyx
index 0ad1301b2..0ad1301b2 100755..100644
--- a/tests/broken/tslots.pyx
+++ b/tests/broken/tslots.pyx
diff --git a/tests/broken/typeofexttype.pyx b/tests/broken/typeofexttype.pyx
index bd13a7b67..bd13a7b67 100755..100644
--- a/tests/broken/typeofexttype.pyx
+++ b/tests/broken/typeofexttype.pyx
diff --git a/tests/broken/voidstarcast.pyx b/tests/broken/voidstarcast.pyx
index ea66be00d..ea66be00d 100755..100644
--- a/tests/broken/voidstarcast.pyx
+++ b/tests/broken/voidstarcast.pyx
diff --git a/tests/compile/a_capi.pyx b/tests/compile/a_capi.pyx
index f88ee92e7..f88ee92e7 100755..100644
--- a/tests/compile/a_capi.pyx
+++ b/tests/compile/a_capi.pyx
diff --git a/tests/compile/altet1.h b/tests/compile/altet1.h
index 1d11294fc..1d11294fc 100755..100644
--- a/tests/compile/altet1.h
+++ b/tests/compile/altet1.h
diff --git a/tests/compile/altet1.pyx.BROKEN b/tests/compile/altet1.pyx.BROKEN
index 74a67d14a..74a67d14a 100755..100644
--- a/tests/compile/altet1.pyx.BROKEN
+++ b/tests/compile/altet1.pyx.BROKEN
diff --git a/tests/compile/argdefault.pyx b/tests/compile/argdefault.pyx
index e008feded..e008feded 100755..100644
--- a/tests/compile/argdefault.pyx
+++ b/tests/compile/argdefault.pyx
diff --git a/tests/compile/arrayptrcompat.pyx b/tests/compile/arrayptrcompat.pyx
index 4ba8258bb..4ba8258bb 100755..100644
--- a/tests/compile/arrayptrcompat.pyx
+++ b/tests/compile/arrayptrcompat.pyx
diff --git a/tests/compile/arraytoptrarg.pyx b/tests/compile/arraytoptrarg.pyx
index 243a8d6c3..243a8d6c3 100755..100644
--- a/tests/compile/arraytoptrarg.pyx
+++ b/tests/compile/arraytoptrarg.pyx
diff --git a/tests/compile/ass2longlong.pyx b/tests/compile/ass2longlong.pyx
index 062853016..062853016 100755..100644
--- a/tests/compile/ass2longlong.pyx
+++ b/tests/compile/ass2longlong.pyx
diff --git a/tests/compile/behnel4.pyx b/tests/compile/behnel4.pyx
index 37352e3a7..37352e3a7 100755..100644
--- a/tests/compile/behnel4.pyx
+++ b/tests/compile/behnel4.pyx
diff --git a/tests/compile/belchenko1.pyx b/tests/compile/belchenko1.pyx
index d6905f864..d6905f864 100755..100644
--- a/tests/compile/belchenko1.pyx
+++ b/tests/compile/belchenko1.pyx
diff --git a/tests/compile/belchenko2.h b/tests/compile/belchenko2.h
index 6f72e1535..6f72e1535 100755..100644
--- a/tests/compile/belchenko2.h
+++ b/tests/compile/belchenko2.h
diff --git a/tests/compile/belchenko2.pyx.BROKEN b/tests/compile/belchenko2.pyx.BROKEN
index 59765f8dd..59765f8dd 100755..100644
--- a/tests/compile/belchenko2.pyx.BROKEN
+++ b/tests/compile/belchenko2.pyx.BROKEN
diff --git a/tests/compile/builtin.pyx b/tests/compile/builtin.pyx
index 542e53272..542e53272 100755..100644
--- a/tests/compile/builtin.pyx
+++ b/tests/compile/builtin.pyx
diff --git a/tests/compile/builtinfuncs.pyx b/tests/compile/builtinfuncs.pyx
index 48a92faa0..48a92faa0 100755..100644
--- a/tests/compile/builtinfuncs.pyx
+++ b/tests/compile/builtinfuncs.pyx
diff --git a/tests/compile/burton1.pyx.BROKEN b/tests/compile/burton1.pyx.BROKEN
index 5bb64e760..5bb64e760 100755..100644
--- a/tests/compile/burton1.pyx.BROKEN
+++ b/tests/compile/burton1.pyx.BROKEN
diff --git a/tests/compile/callingconvention.pyx b/tests/compile/callingconvention.pyx
index 6befb3664..6befb3664 100755..100644
--- a/tests/compile/callingconvention.pyx
+++ b/tests/compile/callingconvention.pyx
diff --git a/tests/compile/cargdef.pyx b/tests/compile/cargdef.pyx
index c8064d0bc..c8064d0bc 100755..100644
--- a/tests/compile/cargdef.pyx
+++ b/tests/compile/cargdef.pyx
diff --git a/tests/compile/carrdecl.pyx b/tests/compile/carrdecl.pyx
index 44cba4425..44cba4425 100755..100644
--- a/tests/compile/carrdecl.pyx
+++ b/tests/compile/carrdecl.pyx
diff --git a/tests/compile/cascmp.pyx b/tests/compile/cascmp.pyx
index 9fe84ccfa..9fe84ccfa 100755..100644
--- a/tests/compile/cascmp.pyx
+++ b/tests/compile/cascmp.pyx
diff --git a/tests/compile/cassign.pyx b/tests/compile/cassign.pyx
index 0b35298ad..0b35298ad 100755..100644
--- a/tests/compile/cassign.pyx
+++ b/tests/compile/cassign.pyx
diff --git a/tests/compile/casttoexttype.pyx b/tests/compile/casttoexttype.pyx
index caab60028..caab60028 100755..100644
--- a/tests/compile/casttoexttype.pyx
+++ b/tests/compile/casttoexttype.pyx
diff --git a/tests/compile/cdefexternfromstar.pyx b/tests/compile/cdefexternfromstar.pyx
index 11ecbdf28..11ecbdf28 100755..100644
--- a/tests/compile/cdefexternfromstar.pyx
+++ b/tests/compile/cdefexternfromstar.pyx
diff --git a/tests/compile/cenum.pyx b/tests/compile/cenum.pyx
index 00a7e312d..00a7e312d 100755..100644
--- a/tests/compile/cenum.pyx
+++ b/tests/compile/cenum.pyx
diff --git a/tests/compile/cforfromloop.pyx b/tests/compile/cforfromloop.pyx
index 2466f8252..2466f8252 100755..100644
--- a/tests/compile/cforfromloop.pyx
+++ b/tests/compile/cforfromloop.pyx
diff --git a/tests/compile/classmethargdefault.pyx b/tests/compile/classmethargdefault.pyx
index 3d246eff2..3d246eff2 100755..100644
--- a/tests/compile/classmethargdefault.pyx
+++ b/tests/compile/classmethargdefault.pyx
diff --git a/tests/compile/cnamespec.pyx b/tests/compile/cnamespec.pyx
index fec88d39b..fec88d39b 100755..100644
--- a/tests/compile/cnamespec.pyx
+++ b/tests/compile/cnamespec.pyx
diff --git a/tests/compile/cnumop.pyx b/tests/compile/cnumop.pyx
index 309e1225c..309e1225c 100755..100644
--- a/tests/compile/cnumop.pyx
+++ b/tests/compile/cnumop.pyx
diff --git a/tests/compile/coercearraytoptr.pyx b/tests/compile/coercearraytoptr.pyx
index 281de3d9f..281de3d9f 100755..100644
--- a/tests/compile/coercearraytoptr.pyx
+++ b/tests/compile/coercearraytoptr.pyx
diff --git a/tests/compile/coercetovoidptr.pyx b/tests/compile/coercetovoidptr.pyx
index c15331682..c15331682 100755..100644
--- a/tests/compile/coercetovoidptr.pyx
+++ b/tests/compile/coercetovoidptr.pyx
diff --git a/tests/compile/complexbasetype.pyx b/tests/compile/complexbasetype.pyx
index 8531b0a2a..8531b0a2a 100755..100644
--- a/tests/compile/complexbasetype.pyx
+++ b/tests/compile/complexbasetype.pyx
diff --git a/tests/compile/constexpr.pyx b/tests/compile/constexpr.pyx
index c76b5a3e7..c76b5a3e7 100755..100644
--- a/tests/compile/constexpr.pyx
+++ b/tests/compile/constexpr.pyx
diff --git a/tests/compile/coventry1.pyx b/tests/compile/coventry1.pyx
index 828c1fc9d..828c1fc9d 100755..100644
--- a/tests/compile/coventry1.pyx
+++ b/tests/compile/coventry1.pyx
diff --git a/tests/compile/cpdef.pyx b/tests/compile/cpdef.pyx
index 1c3ed5284..1c3ed5284 100755..100644
--- a/tests/compile/cpdef.pyx
+++ b/tests/compile/cpdef.pyx
diff --git a/tests/compile/crunchytype.h b/tests/compile/crunchytype.h
index 6ea0e37c0..6ea0e37c0 100755..100644
--- a/tests/compile/crunchytype.h
+++ b/tests/compile/crunchytype.h
diff --git a/tests/compile/crunchytype.pxd b/tests/compile/crunchytype.pxd
index c03e38dad..c03e38dad 100755..100644
--- a/tests/compile/crunchytype.pxd
+++ b/tests/compile/crunchytype.pxd
diff --git a/tests/compile/cstructreturn.pyx b/tests/compile/cstructreturn.pyx
index 6066a7b9e..6066a7b9e 100755..100644
--- a/tests/compile/cstructreturn.pyx
+++ b/tests/compile/cstructreturn.pyx
diff --git a/tests/compile/ctypedef.pyx b/tests/compile/ctypedef.pyx
index 6b557842d..6b557842d 100755..100644
--- a/tests/compile/ctypedef.pyx
+++ b/tests/compile/ctypedef.pyx
diff --git a/tests/compile/ctypedefclass.pyx b/tests/compile/ctypedefclass.pyx
index cebd75c3f..cebd75c3f 100755..100644
--- a/tests/compile/ctypedefclass.pyx
+++ b/tests/compile/ctypedefclass.pyx
diff --git a/tests/compile/ctypedefenum.pyx b/tests/compile/ctypedefenum.pyx
index 3810f4843..3810f4843 100755..100644
--- a/tests/compile/ctypedefenum.pyx
+++ b/tests/compile/ctypedefenum.pyx
diff --git a/tests/compile/ctypedefstruct.pyx b/tests/compile/ctypedefstruct.pyx
index b52c215ad..b52c215ad 100755..100644
--- a/tests/compile/ctypedefstruct.pyx
+++ b/tests/compile/ctypedefstruct.pyx
diff --git a/tests/compile/ctypedefunion.pyx b/tests/compile/ctypedefunion.pyx
index aea471990..aea471990 100755..100644
--- a/tests/compile/ctypedefunion.pyx
+++ b/tests/compile/ctypedefunion.pyx
diff --git a/tests/compile/cunsignedlong.pyx b/tests/compile/cunsignedlong.pyx
index 7e7d819c9..7e7d819c9 100755..100644
--- a/tests/compile/cunsignedlong.pyx
+++ b/tests/compile/cunsignedlong.pyx
diff --git a/tests/compile/cverylongtypes.pyx b/tests/compile/cverylongtypes.pyx
index 47d3a73b6..47d3a73b6 100755..100644
--- a/tests/compile/cverylongtypes.pyx
+++ b/tests/compile/cverylongtypes.pyx
diff --git a/tests/compile/declandimpl.pxd b/tests/compile/declandimpl.pxd
index 5d09d8974..5d09d8974 100755..100644
--- a/tests/compile/declandimpl.pxd
+++ b/tests/compile/declandimpl.pxd
diff --git a/tests/compile/declandimpl.pyx b/tests/compile/declandimpl.pyx
index 760ba7a9a..760ba7a9a 100755..100644
--- a/tests/compile/declandimpl.pyx
+++ b/tests/compile/declandimpl.pyx
diff --git a/tests/compile/declarations.pyx b/tests/compile/declarations.pyx
index 9f5259d98..9f5259d98 100755..100644
--- a/tests/compile/declarations.pyx
+++ b/tests/compile/declarations.pyx
diff --git a/tests/compile/del.pyx b/tests/compile/del.pyx
index a89761b81..a89761b81 100755..100644
--- a/tests/compile/del.pyx
+++ b/tests/compile/del.pyx
diff --git a/tests/compile/delslice.pyx b/tests/compile/delslice.pyx
index b1e0d4691..b1e0d4691 100755..100644
--- a/tests/compile/delslice.pyx
+++ b/tests/compile/delslice.pyx
diff --git a/tests/compile/docstrings.pyx b/tests/compile/docstrings.pyx
index a710203e1..a710203e1 100755..100644
--- a/tests/compile/docstrings.pyx
+++ b/tests/compile/docstrings.pyx
diff --git a/tests/compile/doda1.pyx b/tests/compile/doda1.pyx
index fce43571f..fce43571f 100755..100644
--- a/tests/compile/doda1.pyx
+++ b/tests/compile/doda1.pyx
diff --git a/tests/compile/dotted_cimport.pyx b/tests/compile/dotted_cimport.pyx
index c9362671c..c9362671c 100755..100644
--- a/tests/compile/dotted_cimport.pyx
+++ b/tests/compile/dotted_cimport.pyx
diff --git a/tests/compile/dotted_cimport_submodule/__init__.pyx b/tests/compile/dotted_cimport_submodule/__init__.pyx
index e69de29bb..e69de29bb 100755..100644
--- a/tests/compile/dotted_cimport_submodule/__init__.pyx
+++ b/tests/compile/dotted_cimport_submodule/__init__.pyx
diff --git a/tests/compile/dotted_cimport_submodule/a.pxd b/tests/compile/dotted_cimport_submodule/a.pxd
index e69de29bb..e69de29bb 100755..100644
--- a/tests/compile/dotted_cimport_submodule/a.pxd
+++ b/tests/compile/dotted_cimport_submodule/a.pxd
diff --git a/tests/compile/drake1.pyx b/tests/compile/drake1.pyx
index afb09f0fd..afb09f0fd 100755..100644
--- a/tests/compile/drake1.pyx
+++ b/tests/compile/drake1.pyx
diff --git a/tests/compile/emptytry.pyx b/tests/compile/emptytry.pyx
index 35e76b823..35e76b823 100755..100644
--- a/tests/compile/emptytry.pyx
+++ b/tests/compile/emptytry.pyx
diff --git a/tests/compile/enumintcompat.pyx b/tests/compile/enumintcompat.pyx
index 70c9b40df..70c9b40df 100755..100644
--- a/tests/compile/enumintcompat.pyx
+++ b/tests/compile/enumintcompat.pyx
diff --git a/tests/compile/eqcmp.pyx b/tests/compile/eqcmp.pyx
index c799c86d3..c799c86d3 100755..100644
--- a/tests/compile/eqcmp.pyx
+++ b/tests/compile/eqcmp.pyx
diff --git a/tests/compile/ewing1.pyx b/tests/compile/ewing1.pyx
index 1b2e30639..1b2e30639 100755..100644
--- a/tests/compile/ewing1.pyx
+++ b/tests/compile/ewing1.pyx
diff --git a/tests/compile/ewing3.pyx b/tests/compile/ewing3.pyx
index 1f02b7ce5..1f02b7ce5 100755..100644
--- a/tests/compile/ewing3.pyx
+++ b/tests/compile/ewing3.pyx
diff --git a/tests/compile/ewing4.pyx b/tests/compile/ewing4.pyx
index 266ad47a6..266ad47a6 100755..100644
--- a/tests/compile/ewing4.pyx
+++ b/tests/compile/ewing4.pyx
diff --git a/tests/compile/ewing5.pyx b/tests/compile/ewing5.pyx
index 33ced9620..33ced9620 100755..100644
--- a/tests/compile/ewing5.pyx
+++ b/tests/compile/ewing5.pyx
diff --git a/tests/compile/ewing6.pyx b/tests/compile/ewing6.pyx
index 390a6b901..390a6b901 100755..100644
--- a/tests/compile/ewing6.pyx
+++ b/tests/compile/ewing6.pyx
diff --git a/tests/compile/ewing7.pyx b/tests/compile/ewing7.pyx
index e3028c768..e3028c768 100755..100644
--- a/tests/compile/ewing7.pyx
+++ b/tests/compile/ewing7.pyx
diff --git a/tests/compile/ewing8.pxd b/tests/compile/ewing8.pxd
index b8c312264..b8c312264 100755..100644
--- a/tests/compile/ewing8.pxd
+++ b/tests/compile/ewing8.pxd
diff --git a/tests/compile/ewing8.pyx b/tests/compile/ewing8.pyx
index d6717bf13..d6717bf13 100755..100644
--- a/tests/compile/ewing8.pyx
+++ b/tests/compile/ewing8.pyx
diff --git a/tests/compile/ewing9.pxd b/tests/compile/ewing9.pxd
index 8678427e7..8678427e7 100755..100644
--- a/tests/compile/ewing9.pxd
+++ b/tests/compile/ewing9.pxd
diff --git a/tests/compile/ewing9.pyx b/tests/compile/ewing9.pyx
index e4b0365db..e4b0365db 100755..100644
--- a/tests/compile/ewing9.pyx
+++ b/tests/compile/ewing9.pyx
diff --git a/tests/compile/excvalcheck.pyx b/tests/compile/excvalcheck.pyx
index 3b7f45cde..3b7f45cde 100755..100644
--- a/tests/compile/excvalcheck.pyx
+++ b/tests/compile/excvalcheck.pyx
diff --git a/tests/compile/excvaldecl.pyx b/tests/compile/excvaldecl.pyx
index 6b99e3911..6b99e3911 100755..100644
--- a/tests/compile/excvaldecl.pyx
+++ b/tests/compile/excvaldecl.pyx
diff --git a/tests/compile/excvalreturn.pyx b/tests/compile/excvalreturn.pyx
index 3ed6266ee..3ed6266ee 100755..100644
--- a/tests/compile/excvalreturn.pyx
+++ b/tests/compile/excvalreturn.pyx
diff --git a/tests/compile/extargdefault.pyx b/tests/compile/extargdefault.pyx
index f6e070f2c..f6e070f2c 100755..100644
--- a/tests/compile/extargdefault.pyx
+++ b/tests/compile/extargdefault.pyx
diff --git a/tests/compile/extcmethcall.pyx b/tests/compile/extcmethcall.pyx
index 2a25845fd..2a25845fd 100755..100644
--- a/tests/compile/extcmethcall.pyx
+++ b/tests/compile/extcmethcall.pyx
diff --git a/tests/compile/extcoerce.pyx b/tests/compile/extcoerce.pyx
index 374238e08..374238e08 100755..100644
--- a/tests/compile/extcoerce.pyx
+++ b/tests/compile/extcoerce.pyx
diff --git a/tests/compile/extdelattr.pyx b/tests/compile/extdelattr.pyx
index 7236bcc11..7236bcc11 100755..100644
--- a/tests/compile/extdelattr.pyx
+++ b/tests/compile/extdelattr.pyx
diff --git a/tests/compile/extdelitem.pyx b/tests/compile/extdelitem.pyx
index e7f4a7f96..e7f4a7f96 100755..100644
--- a/tests/compile/extdelitem.pyx
+++ b/tests/compile/extdelitem.pyx
diff --git a/tests/compile/extdelslice.pyx b/tests/compile/extdelslice.pyx
index 17e92ff7e..17e92ff7e 100755..100644
--- a/tests/compile/extdelslice.pyx
+++ b/tests/compile/extdelslice.pyx
diff --git a/tests/compile/extdescrdel.pyx b/tests/compile/extdescrdel.pyx
index b49516a76..b49516a76 100755..100644
--- a/tests/compile/extdescrdel.pyx
+++ b/tests/compile/extdescrdel.pyx
diff --git a/tests/compile/extdescrget.pyx b/tests/compile/extdescrget.pyx
index b988a46f2..b988a46f2 100755..100644
--- a/tests/compile/extdescrget.pyx
+++ b/tests/compile/extdescrget.pyx
diff --git a/tests/compile/extdescrset.pyx b/tests/compile/extdescrset.pyx
index 50161aac7..50161aac7 100755..100644
--- a/tests/compile/extdescrset.pyx
+++ b/tests/compile/extdescrset.pyx
diff --git a/tests/compile/extern.pyx b/tests/compile/extern.pyx
index 8ad35e974..8ad35e974 100755..100644
--- a/tests/compile/extern.pyx
+++ b/tests/compile/extern.pyx
diff --git a/tests/compile/extexttype.pyx b/tests/compile/extexttype.pyx
index 8d63dce75..8d63dce75 100755..100644
--- a/tests/compile/extexttype.pyx
+++ b/tests/compile/extexttype.pyx
diff --git a/tests/compile/extforward.pyx b/tests/compile/extforward.pyx
index fd571a14e..fd571a14e 100755..100644
--- a/tests/compile/extforward.pyx
+++ b/tests/compile/extforward.pyx
diff --git a/tests/compile/extgetattr.pyx b/tests/compile/extgetattr.pyx
index 9ae9ac2bd..9ae9ac2bd 100755..100644
--- a/tests/compile/extgetattr.pyx
+++ b/tests/compile/extgetattr.pyx
diff --git a/tests/compile/extgetitem.pyx b/tests/compile/extgetitem.pyx
index 2f5cc7ede..2f5cc7ede 100755..100644
--- a/tests/compile/extgetitem.pyx
+++ b/tests/compile/extgetitem.pyx
diff --git a/tests/compile/exthash.pyx b/tests/compile/exthash.pyx
index 865edb702..865edb702 100755..100644
--- a/tests/compile/exthash.pyx
+++ b/tests/compile/exthash.pyx
diff --git a/tests/compile/extimported.pyx b/tests/compile/extimported.pyx
index 2de7ceee5..2de7ceee5 100755..100644
--- a/tests/compile/extimported.pyx
+++ b/tests/compile/extimported.pyx
diff --git a/tests/compile/extimportedsubtype.pyx b/tests/compile/extimportedsubtype.pyx
index dd081e0c7..dd081e0c7 100755..100644
--- a/tests/compile/extimportedsubtype.pyx
+++ b/tests/compile/extimportedsubtype.pyx
diff --git a/tests/compile/extindex.pyx b/tests/compile/extindex.pyx
index cc158543d..cc158543d 100755..100644
--- a/tests/compile/extindex.pyx
+++ b/tests/compile/extindex.pyx
diff --git a/tests/compile/extinheritdel.pyx b/tests/compile/extinheritdel.pyx
index 359fdc423..359fdc423 100755..100644
--- a/tests/compile/extinheritdel.pyx
+++ b/tests/compile/extinheritdel.pyx
diff --git a/tests/compile/extinheritset.pyx b/tests/compile/extinheritset.pyx
index 81fcf3adb..81fcf3adb 100755..100644
--- a/tests/compile/extinheritset.pyx
+++ b/tests/compile/extinheritset.pyx
diff --git a/tests/compile/extpropertyall.pyx b/tests/compile/extpropertyall.pyx
index ee0ca8f1b..ee0ca8f1b 100755..100644
--- a/tests/compile/extpropertyall.pyx
+++ b/tests/compile/extpropertyall.pyx
diff --git a/tests/compile/extpropertydel.pyx b/tests/compile/extpropertydel.pyx
index 27f943ca5..27f943ca5 100755..100644
--- a/tests/compile/extpropertydel.pyx
+++ b/tests/compile/extpropertydel.pyx
diff --git a/tests/compile/extpropertydoc.pyx b/tests/compile/extpropertydoc.pyx
index dd043e84f..dd043e84f 100755..100644
--- a/tests/compile/extpropertydoc.pyx
+++ b/tests/compile/extpropertydoc.pyx
diff --git a/tests/compile/extpropertyget.pyx b/tests/compile/extpropertyget.pyx
index c1a938858..c1a938858 100755..100644
--- a/tests/compile/extpropertyget.pyx
+++ b/tests/compile/extpropertyget.pyx
diff --git a/tests/compile/extpropertyset.pyx b/tests/compile/extpropertyset.pyx
index 8c6e85108..8c6e85108 100755..100644
--- a/tests/compile/extpropertyset.pyx
+++ b/tests/compile/extpropertyset.pyx
diff --git a/tests/compile/extpymemberdef.pyx b/tests/compile/extpymemberdef.pyx
index 58a62a387..58a62a387 100755..100644
--- a/tests/compile/extpymemberdef.pyx
+++ b/tests/compile/extpymemberdef.pyx
diff --git a/tests/compile/extsetattr.pyx b/tests/compile/extsetattr.pyx
index 4ab993a63..4ab993a63 100755..100644
--- a/tests/compile/extsetattr.pyx
+++ b/tests/compile/extsetattr.pyx
diff --git a/tests/compile/extsetitem.pyx b/tests/compile/extsetitem.pyx
index 20d0f9972..20d0f9972 100755..100644
--- a/tests/compile/extsetitem.pyx
+++ b/tests/compile/extsetitem.pyx
diff --git a/tests/compile/extsetslice.pyx b/tests/compile/extsetslice.pyx
index a64e9e0f7..a64e9e0f7 100755..100644
--- a/tests/compile/extsetslice.pyx
+++ b/tests/compile/extsetslice.pyx
diff --git a/tests/compile/food.h b/tests/compile/food.h
index 9103c10bc..9103c10bc 100755..100644
--- a/tests/compile/food.h
+++ b/tests/compile/food.h
diff --git a/tests/compile/for.pyx b/tests/compile/for.pyx
index c5198d267..c5198d267 100755..100644
--- a/tests/compile/for.pyx
+++ b/tests/compile/for.pyx
diff --git a/tests/compile/forfromelse.pyx b/tests/compile/forfromelse.pyx
index 11cad88b3..11cad88b3 100755..100644
--- a/tests/compile/forfromelse.pyx
+++ b/tests/compile/forfromelse.pyx
diff --git a/tests/compile/formfeed.pyx b/tests/compile/formfeed.pyx
index a5a41b29d..a5a41b29d 100755..100644
--- a/tests/compile/formfeed.pyx
+++ b/tests/compile/formfeed.pyx
diff --git a/tests/compile/fromimport.pyx b/tests/compile/fromimport.pyx
index 22936aa2b..22936aa2b 100755..100644
--- a/tests/compile/fromimport.pyx
+++ b/tests/compile/fromimport.pyx
diff --git a/tests/compile/funcptr.pyx b/tests/compile/funcptr.pyx
index c6ca8c4a1..c6ca8c4a1 100755..100644
--- a/tests/compile/funcptr.pyx
+++ b/tests/compile/funcptr.pyx
diff --git a/tests/compile/gencall.pyx b/tests/compile/gencall.pyx
index 54bfa2c4d..54bfa2c4d 100755..100644
--- a/tests/compile/gencall.pyx
+++ b/tests/compile/gencall.pyx
diff --git a/tests/compile/getattr3ref.pyx.BROKEN b/tests/compile/getattr3ref.pyx.BROKEN
index 492fb28eb..492fb28eb 100755..100644
--- a/tests/compile/getattr3ref.pyx.BROKEN
+++ b/tests/compile/getattr3ref.pyx.BROKEN
diff --git a/tests/compile/globalonly.pyx b/tests/compile/globalonly.pyx
index 09444b081..09444b081 100755..100644
--- a/tests/compile/globalonly.pyx
+++ b/tests/compile/globalonly.pyx
diff --git a/tests/compile/globalstmt.pyx b/tests/compile/globalstmt.pyx
index b0e84ee80..b0e84ee80 100755..100644
--- a/tests/compile/globalstmt.pyx
+++ b/tests/compile/globalstmt.pyx
diff --git a/tests/compile/globvardef.pyx b/tests/compile/globvardef.pyx
index 1e3debb69..1e3debb69 100755..100644
--- a/tests/compile/globvardef.pyx
+++ b/tests/compile/globvardef.pyx
diff --git a/tests/compile/gustafsson2.pyx b/tests/compile/gustafsson2.pyx
index de3c99210..de3c99210 100755..100644
--- a/tests/compile/gustafsson2.pyx
+++ b/tests/compile/gustafsson2.pyx
diff --git a/tests/compile/hinsen1.h b/tests/compile/hinsen1.h
index 40526fb59..40526fb59 100755..100644
--- a/tests/compile/hinsen1.h
+++ b/tests/compile/hinsen1.h
diff --git a/tests/compile/hinsen1.pyx.BROKEN b/tests/compile/hinsen1.pyx.BROKEN
index aa7e1f21b..aa7e1f21b 100755..100644
--- a/tests/compile/hinsen1.pyx.BROKEN
+++ b/tests/compile/hinsen1.pyx.BROKEN
diff --git a/tests/compile/hinsen2.pyx b/tests/compile/hinsen2.pyx
index 63540ace2..63540ace2 100755..100644
--- a/tests/compile/hinsen2.pyx
+++ b/tests/compile/hinsen2.pyx
diff --git a/tests/compile/huss2.pyx b/tests/compile/huss2.pyx
index c5d1b22c7..c5d1b22c7 100755..100644
--- a/tests/compile/huss2.pyx
+++ b/tests/compile/huss2.pyx
diff --git a/tests/compile/ia_cdefblock.pyx b/tests/compile/ia_cdefblock.pyx
index 97394c6fa..97394c6fa 100755..100644
--- a/tests/compile/ia_cdefblock.pyx
+++ b/tests/compile/ia_cdefblock.pyx
diff --git a/tests/compile/import.pyx b/tests/compile/import.pyx
index 291f88716..291f88716 100755..100644
--- a/tests/compile/import.pyx
+++ b/tests/compile/import.pyx
diff --git a/tests/compile/index.pyx b/tests/compile/index.pyx
index 0dc3bebe4..0dc3bebe4 100755..100644
--- a/tests/compile/index.pyx
+++ b/tests/compile/index.pyx
diff --git a/tests/compile/indices.pyx b/tests/compile/indices.pyx
index 527ad1593..527ad1593 100755..100644
--- a/tests/compile/indices.pyx
+++ b/tests/compile/indices.pyx
diff --git a/tests/compile/ishimoto1.pyx b/tests/compile/ishimoto1.pyx
index 4cf478c9f..4cf478c9f 100755..100644
--- a/tests/compile/ishimoto1.pyx
+++ b/tests/compile/ishimoto1.pyx
diff --git a/tests/compile/ishimoto4.pyx b/tests/compile/ishimoto4.pyx
index cace041b9..cace041b9 100755..100644
--- a/tests/compile/ishimoto4.pyx
+++ b/tests/compile/ishimoto4.pyx
diff --git a/tests/compile/jiba3.pyx b/tests/compile/jiba3.pyx
index 4f41ca47c..4f41ca47c 100755..100644
--- a/tests/compile/jiba3.pyx
+++ b/tests/compile/jiba3.pyx
diff --git a/tests/compile/jiba4.pyx b/tests/compile/jiba4.pyx
index 46fcf7768..46fcf7768 100755..100644
--- a/tests/compile/jiba4.pyx
+++ b/tests/compile/jiba4.pyx
diff --git a/tests/compile/jiba5.pyx b/tests/compile/jiba5.pyx
index 7c6071b9e..7c6071b9e 100755..100644
--- a/tests/compile/jiba5.pyx
+++ b/tests/compile/jiba5.pyx
diff --git a/tests/compile/jiba6.pyx b/tests/compile/jiba6.pyx
index 60bba58a5..60bba58a5 100755..100644
--- a/tests/compile/jiba6.pyx
+++ b/tests/compile/jiba6.pyx
diff --git a/tests/compile/johnson1.pyx b/tests/compile/johnson1.pyx
index d6013efed..d6013efed 100755..100644
--- a/tests/compile/johnson1.pyx
+++ b/tests/compile/johnson1.pyx
diff --git a/tests/compile/johnson2.pyx b/tests/compile/johnson2.pyx
index a767afbb5..a767afbb5 100755..100644
--- a/tests/compile/johnson2.pyx
+++ b/tests/compile/johnson2.pyx
diff --git a/tests/compile/khavkine1.pyx b/tests/compile/khavkine1.pyx
index ccafb45c2..ccafb45c2 100755..100644
--- a/tests/compile/khavkine1.pyx
+++ b/tests/compile/khavkine1.pyx
diff --git a/tests/compile/kleckner1.pyx b/tests/compile/kleckner1.pyx
index 57cff9d84..57cff9d84 100755..100644
--- a/tests/compile/kleckner1.pyx
+++ b/tests/compile/kleckner1.pyx
diff --git a/tests/compile/lepage_2.pyx b/tests/compile/lepage_2.pyx
index 79fda8149..79fda8149 100755..100644
--- a/tests/compile/lepage_2.pyx
+++ b/tests/compile/lepage_2.pyx
diff --git a/tests/compile/longunsigned.pyx b/tests/compile/longunsigned.pyx
index 17e9ee242..17e9ee242 100755..100644
--- a/tests/compile/longunsigned.pyx
+++ b/tests/compile/longunsigned.pyx
diff --git a/tests/compile/magcmp.pyx b/tests/compile/magcmp.pyx
index c2a133bdb..c2a133bdb 100755..100644
--- a/tests/compile/magcmp.pyx
+++ b/tests/compile/magcmp.pyx
diff --git a/tests/compile/nogil.h b/tests/compile/nogil.h
index fb2e4d4e2..fb2e4d4e2 100755..100644
--- a/tests/compile/nogil.h
+++ b/tests/compile/nogil.h
diff --git a/tests/compile/nogil.pyx b/tests/compile/nogil.pyx
index ba6f856a6..ba6f856a6 100755..100644
--- a/tests/compile/nogil.pyx
+++ b/tests/compile/nogil.pyx
diff --git a/tests/compile/nonctypedefclass.pyx b/tests/compile/nonctypedefclass.pyx
index abbbe4d26..abbbe4d26 100755..100644
--- a/tests/compile/nonctypedefclass.pyx
+++ b/tests/compile/nonctypedefclass.pyx
diff --git a/tests/compile/none.pyx b/tests/compile/none.pyx
index afe118829..afe118829 100755..100644
--- a/tests/compile/none.pyx
+++ b/tests/compile/none.pyx
diff --git a/tests/compile/notnonearg.pyx b/tests/compile/notnonearg.pyx
index 711cf9e05..711cf9e05 100755..100644
--- a/tests/compile/notnonearg.pyx
+++ b/tests/compile/notnonearg.pyx
diff --git a/tests/compile/nullptr.pyx b/tests/compile/nullptr.pyx
index fe4b96b26..fe4b96b26 100755..100644
--- a/tests/compile/nullptr.pyx
+++ b/tests/compile/nullptr.pyx
diff --git a/tests/compile/omittedargnames.pyx b/tests/compile/omittedargnames.pyx
index 85fe92a1a..85fe92a1a 100755..100644
--- a/tests/compile/omittedargnames.pyx
+++ b/tests/compile/omittedargnames.pyx
diff --git a/tests/compile/pinard4.pyx b/tests/compile/pinard4.pyx
index dfdd3179f..dfdd3179f 100755..100644
--- a/tests/compile/pinard4.pyx
+++ b/tests/compile/pinard4.pyx
diff --git a/tests/compile/pyclass.pyx b/tests/compile/pyclass.pyx
index c7974d2ae..c7974d2ae 100755..100644
--- a/tests/compile/pyclass.pyx
+++ b/tests/compile/pyclass.pyx
diff --git a/tests/compile/r_pernici1.pyx b/tests/compile/r_pernici1.pyx
index 6425c3c7a..6425c3c7a 100755..100644
--- a/tests/compile/r_pernici1.pyx
+++ b/tests/compile/r_pernici1.pyx
diff --git a/tests/compile/signedtypes.pyx b/tests/compile/signedtypes.pyx
index 6ca99969d..6ca99969d 100755..100644
--- a/tests/compile/signedtypes.pyx
+++ b/tests/compile/signedtypes.pyx
diff --git a/tests/compile/slicex.pyx b/tests/compile/slicex.pyx
index b18620b2f..b18620b2f 100755..100644
--- a/tests/compile/slicex.pyx
+++ b/tests/compile/slicex.pyx
diff --git a/tests/compile/specmethargdefault.pyx b/tests/compile/specmethargdefault.pyx
index fa0c5cf51..fa0c5cf51 100755..100644
--- a/tests/compile/specmethargdefault.pyx
+++ b/tests/compile/specmethargdefault.pyx
diff --git a/tests/compile/specmethdocstring.pyx b/tests/compile/specmethdocstring.pyx
index 7de1a5d6e..7de1a5d6e 100755..100644
--- a/tests/compile/specmethdocstring.pyx
+++ b/tests/compile/specmethdocstring.pyx
diff --git a/tests/compile/specmethextarg.pyx b/tests/compile/specmethextarg.pyx
index ab1f7e914..ab1f7e914 100755..100644
--- a/tests/compile/specmethextarg.pyx
+++ b/tests/compile/specmethextarg.pyx
diff --git a/tests/compile/traceback.pyx b/tests/compile/traceback.pyx
index 9edfc72d6..9edfc72d6 100755..100644
--- a/tests/compile/traceback.pyx
+++ b/tests/compile/traceback.pyx
diff --git a/tests/compile/tryexcept.pyx b/tests/compile/tryexcept.pyx
index 6847d2ba9..6847d2ba9 100755..100644
--- a/tests/compile/tryexcept.pyx
+++ b/tests/compile/tryexcept.pyx
diff --git a/tests/compile/tryfinally.pyx b/tests/compile/tryfinally.pyx
index dcbd0b88f..dcbd0b88f 100755..100644
--- a/tests/compile/tryfinally.pyx
+++ b/tests/compile/tryfinally.pyx
diff --git a/tests/compile/typecast.pyx b/tests/compile/typecast.pyx
index f3945af3d..f3945af3d 100755..100644
--- a/tests/compile/typecast.pyx
+++ b/tests/compile/typecast.pyx
diff --git a/tests/compile/watts2.pyx b/tests/compile/watts2.pyx
index f1f14d88e..f1f14d88e 100755..100644
--- a/tests/compile/watts2.pyx
+++ b/tests/compile/watts2.pyx
diff --git a/tests/compile/while.pyx b/tests/compile/while.pyx
index 8d6990d3a..8d6990d3a 100755..100644
--- a/tests/compile/while.pyx
+++ b/tests/compile/while.pyx
diff --git a/tests/compile/withgil.pyx b/tests/compile/withgil.pyx
index fa77d6ed1..fa77d6ed1 100755..100644
--- a/tests/compile/withgil.pyx
+++ b/tests/compile/withgil.pyx
diff --git a/tests/errors/cdefkwargs.pyx b/tests/errors/cdefkwargs.pyx
index d0d3385c7..d0d3385c7 100755..100644
--- a/tests/errors/cdefkwargs.pyx
+++ b/tests/errors/cdefkwargs.pyx
diff --git a/tests/errors/cdefoptargs.pyx b/tests/errors/cdefoptargs.pyx
index c7ac4804d..c7ac4804d 100755..100644
--- a/tests/errors/cdefoptargs.pyx
+++ b/tests/errors/cdefoptargs.pyx
diff --git a/tests/errors/cmethbasematch.pyx b/tests/errors/cmethbasematch.pyx
index b0b1222e3..b0b1222e3 100755..100644
--- a/tests/errors/cmethbasematch.pyx
+++ b/tests/errors/cmethbasematch.pyx
diff --git a/tests/errors/e_addop.pyx b/tests/errors/e_addop.pyx
index 2edae5928..2edae5928 100755..100644
--- a/tests/errors/e_addop.pyx
+++ b/tests/errors/e_addop.pyx
diff --git a/tests/errors/e_argdefault.pyx b/tests/errors/e_argdefault.pyx
index 331c11533..331c11533 100755..100644
--- a/tests/errors/e_argdefault.pyx
+++ b/tests/errors/e_argdefault.pyx
diff --git a/tests/errors/e_ass.pyx b/tests/errors/e_ass.pyx
index 72287f7dd..72287f7dd 100755..100644
--- a/tests/errors/e_ass.pyx
+++ b/tests/errors/e_ass.pyx
diff --git a/tests/errors/e_assnone.pyx b/tests/errors/e_assnone.pyx
index de660b32e..de660b32e 100755..100644
--- a/tests/errors/e_assnone.pyx
+++ b/tests/errors/e_assnone.pyx
diff --git a/tests/errors/e_badexcvaltype.pyx b/tests/errors/e_badexcvaltype.pyx
index fef2aca19..fef2aca19 100755..100644
--- a/tests/errors/e_badexcvaltype.pyx
+++ b/tests/errors/e_badexcvaltype.pyx
diff --git a/tests/errors/e_badfuncargtype.pyx b/tests/errors/e_badfuncargtype.pyx
index 5e23d3030..5e23d3030 100755..100644
--- a/tests/errors/e_badfuncargtype.pyx
+++ b/tests/errors/e_badfuncargtype.pyx
diff --git a/tests/errors/e_badpyparam.pyx b/tests/errors/e_badpyparam.pyx
index 8e9d04fd9..8e9d04fd9 100755..100644
--- a/tests/errors/e_badpyparam.pyx
+++ b/tests/errors/e_badpyparam.pyx
diff --git a/tests/errors/e_badtypeuse.pyx b/tests/errors/e_badtypeuse.pyx
index 3814a1aca..3814a1aca 100755..100644
--- a/tests/errors/e_badtypeuse.pyx
+++ b/tests/errors/e_badtypeuse.pyx
diff --git a/tests/errors/e_bitop.pyx b/tests/errors/e_bitop.pyx
index 40d67f2ec..40d67f2ec 100755..100644
--- a/tests/errors/e_bitop.pyx
+++ b/tests/errors/e_bitop.pyx
diff --git a/tests/errors/e_cdef_missing_declarator.pyx b/tests/errors/e_cdef_missing_declarator.pyx
index 92772a6c0..92772a6c0 100755..100644
--- a/tests/errors/e_cdef_missing_declarator.pyx
+++ b/tests/errors/e_cdef_missing_declarator.pyx
diff --git a/tests/errors/e_cdefassign.pyx b/tests/errors/e_cdefassign.pyx
index fe66df1af..fe66df1af 100755..100644
--- a/tests/errors/e_cdefassign.pyx
+++ b/tests/errors/e_cdefassign.pyx
diff --git a/tests/errors/e_cdefemptysue.pyx b/tests/errors/e_cdefemptysue.pyx
index efdf46ab9..efdf46ab9 100755..100644
--- a/tests/errors/e_cdefemptysue.pyx
+++ b/tests/errors/e_cdefemptysue.pyx
diff --git a/tests/errors/e_cenum.pyx b/tests/errors/e_cenum.pyx
index ea5298d28..ea5298d28 100755..100644
--- a/tests/errors/e_cenum.pyx
+++ b/tests/errors/e_cenum.pyx
diff --git a/tests/errors/e_cmethbasematch.pyx b/tests/errors/e_cmethbasematch.pyx
index c3c62152c..c3c62152c 100755..100644
--- a/tests/errors/e_cmethbasematch.pyx
+++ b/tests/errors/e_cmethbasematch.pyx
diff --git a/tests/errors/e_cmp.pyx b/tests/errors/e_cmp.pyx
index 68d238ee9..68d238ee9 100755..100644
--- a/tests/errors/e_cmp.pyx
+++ b/tests/errors/e_cmp.pyx
diff --git a/tests/errors/e_cstruct.pyx b/tests/errors/e_cstruct.pyx
index 238dd216d..238dd216d 100755..100644
--- a/tests/errors/e_cstruct.pyx
+++ b/tests/errors/e_cstruct.pyx
diff --git a/tests/errors/e_ctypedefforward.pyx b/tests/errors/e_ctypedefforward.pyx
index 6fdeb2d3a..6fdeb2d3a 100755..100644
--- a/tests/errors/e_ctypedefforward.pyx
+++ b/tests/errors/e_ctypedefforward.pyx
diff --git a/tests/errors/e_ctypedefornot.pyx b/tests/errors/e_ctypedefornot.pyx
index 14b424279..14b424279 100755..100644
--- a/tests/errors/e_ctypedefornot.pyx
+++ b/tests/errors/e_ctypedefornot.pyx
diff --git a/tests/errors/e_declarations.pyx b/tests/errors/e_declarations.pyx
index cd19eb329..cd19eb329 100755..100644
--- a/tests/errors/e_declarations.pyx
+++ b/tests/errors/e_declarations.pyx
diff --git a/tests/errors/e_del.pyx b/tests/errors/e_del.pyx
index b657ecdd7..b657ecdd7 100755..100644
--- a/tests/errors/e_del.pyx
+++ b/tests/errors/e_del.pyx
diff --git a/tests/errors/e_excvalfunctype.pyx b/tests/errors/e_excvalfunctype.pyx
index 4147bb72e..4147bb72e 100755..100644
--- a/tests/errors/e_excvalfunctype.pyx
+++ b/tests/errors/e_excvalfunctype.pyx
diff --git a/tests/errors/e_extmember.pyx b/tests/errors/e_extmember.pyx
index 73b1fdd84..73b1fdd84 100755..100644
--- a/tests/errors/e_extmember.pyx
+++ b/tests/errors/e_extmember.pyx
diff --git a/tests/errors/e_extweakref.pyx b/tests/errors/e_extweakref.pyx
index 1708644fa..1708644fa 100755..100644
--- a/tests/errors/e_extweakref.pyx
+++ b/tests/errors/e_extweakref.pyx
diff --git a/tests/errors/e_index.pyx b/tests/errors/e_index.pyx
index e8ac7ee5d..e8ac7ee5d 100755..100644
--- a/tests/errors/e_index.pyx
+++ b/tests/errors/e_index.pyx
diff --git a/tests/errors/e_modop.pyx b/tests/errors/e_modop.pyx
index 926c3fb9f..926c3fb9f 100755..100644
--- a/tests/errors/e_modop.pyx
+++ b/tests/errors/e_modop.pyx
diff --git a/tests/errors/e_multass.pyx b/tests/errors/e_multass.pyx
index b27d243a6..b27d243a6 100755..100644
--- a/tests/errors/e_multass.pyx
+++ b/tests/errors/e_multass.pyx
diff --git a/tests/errors/e_nargs.pyx b/tests/errors/e_nargs.pyx
index 7fe4d7fcc..7fe4d7fcc 100755..100644
--- a/tests/errors/e_nargs.pyx
+++ b/tests/errors/e_nargs.pyx
diff --git a/tests/errors/e_nogilcmeth.pxd b/tests/errors/e_nogilcmeth.pxd
index 08b821c95..08b821c95 100755..100644
--- a/tests/errors/e_nogilcmeth.pxd
+++ b/tests/errors/e_nogilcmeth.pxd
diff --git a/tests/errors/e_nogilcmeth.pyx b/tests/errors/e_nogilcmeth.pyx
index 6cd962175..6cd962175 100755..100644
--- a/tests/errors/e_nogilcmeth.pyx
+++ b/tests/errors/e_nogilcmeth.pyx
diff --git a/tests/errors/e_nogilfunctype.pyx b/tests/errors/e_nogilfunctype.pyx
index 57c8de3fa..57c8de3fa 100755..100644
--- a/tests/errors/e_nogilfunctype.pyx
+++ b/tests/errors/e_nogilfunctype.pyx
diff --git a/tests/errors/e_notnone.pyx b/tests/errors/e_notnone.pyx
index dac456868..dac456868 100755..100644
--- a/tests/errors/e_notnone.pyx
+++ b/tests/errors/e_notnone.pyx
diff --git a/tests/errors/e_notnone2.pyx b/tests/errors/e_notnone2.pyx
index d5dead7ee..d5dead7ee 100755..100644
--- a/tests/errors/e_notnone2.pyx
+++ b/tests/errors/e_notnone2.pyx
diff --git a/tests/errors/e_numop.pyx b/tests/errors/e_numop.pyx
index 3fbb82f67..3fbb82f67 100755..100644
--- a/tests/errors/e_numop.pyx
+++ b/tests/errors/e_numop.pyx
diff --git a/tests/errors/e_powop.pyx b/tests/errors/e_powop.pyx
index 1c10c6561..1c10c6561 100755..100644
--- a/tests/errors/e_powop.pyx
+++ b/tests/errors/e_powop.pyx
diff --git a/tests/errors/e_pyobinstruct.pyx b/tests/errors/e_pyobinstruct.pyx
index f52b79782..f52b79782 100755..100644
--- a/tests/errors/e_pyobinstruct.pyx
+++ b/tests/errors/e_pyobinstruct.pyx
diff --git a/tests/errors/e_redeclmeth.pyx b/tests/errors/e_redeclmeth.pyx
index 062f4c83f..062f4c83f 100755..100644
--- a/tests/errors/e_redeclmeth.pyx
+++ b/tests/errors/e_redeclmeth.pyx
diff --git a/tests/errors/e_return.pyx b/tests/errors/e_return.pyx
index 350ffc7d0..350ffc7d0 100755..100644
--- a/tests/errors/e_return.pyx
+++ b/tests/errors/e_return.pyx
diff --git a/tests/errors/e_sizeofincomplete.pyx b/tests/errors/e_sizeofincomplete.pyx
index 9e1e77e14..9e1e77e14 100755..100644
--- a/tests/errors/e_sizeofincomplete.pyx
+++ b/tests/errors/e_sizeofincomplete.pyx
diff --git a/tests/errors/e_slice.pyx b/tests/errors/e_slice.pyx
index db7e46218..db7e46218 100755..100644
--- a/tests/errors/e_slice.pyx
+++ b/tests/errors/e_slice.pyx
diff --git a/tests/errors/e_subop.pyx b/tests/errors/e_subop.pyx
index 9ba4c5f19..9ba4c5f19 100755..100644
--- a/tests/errors/e_subop.pyx
+++ b/tests/errors/e_subop.pyx
diff --git a/tests/errors/e_tempcast.pyx b/tests/errors/e_tempcast.pyx
index 0a0f8b3ab..0a0f8b3ab 100755..100644
--- a/tests/errors/e_tempcast.pyx
+++ b/tests/errors/e_tempcast.pyx
diff --git a/tests/errors/e_undefexttype.pyx b/tests/errors/e_undefexttype.pyx
index 89300a2e5..89300a2e5 100755..100644
--- a/tests/errors/e_undefexttype.pyx
+++ b/tests/errors/e_undefexttype.pyx
diff --git a/tests/errors/e_unop.pyx b/tests/errors/e_unop.pyx
index 9100d716c..9100d716c 100755..100644
--- a/tests/errors/e_unop.pyx
+++ b/tests/errors/e_unop.pyx
diff --git a/tests/errors/e_while.pyx b/tests/errors/e_while.pyx
index 6b4bfa4c1..6b4bfa4c1 100755..100644
--- a/tests/errors/e_while.pyx
+++ b/tests/errors/e_while.pyx
diff --git a/tests/errors/empty.pyx b/tests/errors/empty.pyx
index e69de29bb..e69de29bb 100755..100644
--- a/tests/errors/empty.pyx
+++ b/tests/errors/empty.pyx
diff --git a/tests/errors/encoding.pyx b/tests/errors/encoding.pyx
index d0c7fbe5f..d0c7fbe5f 100755..100644
--- a/tests/errors/encoding.pyx
+++ b/tests/errors/encoding.pyx
diff --git a/tests/errors/futurebraces.pyx b/tests/errors/futurebraces.pyx
index f4c8a36ba..f4c8a36ba 100755..100644
--- a/tests/errors/futurebraces.pyx
+++ b/tests/errors/futurebraces.pyx
diff --git a/tests/errors/nogil.pyx b/tests/errors/nogil.pyx
index 17e2e4343..17e2e4343 100755..100644
--- a/tests/errors/nogil.pyx
+++ b/tests/errors/nogil.pyx
diff --git a/tests/errors/nogilcmeth.pxd b/tests/errors/nogilcmeth.pxd
index 5d34090ca..5d34090ca 100755..100644
--- a/tests/errors/nogilcmeth.pxd
+++ b/tests/errors/nogilcmeth.pxd
diff --git a/tests/errors/nogilcmeth.pyx b/tests/errors/nogilcmeth.pyx
index f480da073..f480da073 100755..100644
--- a/tests/errors/nogilcmeth.pyx
+++ b/tests/errors/nogilcmeth.pyx
diff --git a/tests/errors/nogilfunctype.pyx b/tests/errors/nogilfunctype.pyx
index 9b5580f09..9b5580f09 100755..100644
--- a/tests/errors/nogilfunctype.pyx
+++ b/tests/errors/nogilfunctype.pyx
diff --git a/tests/errors/se_badindent.pyx b/tests/errors/se_badindent.pyx
index 4376666da..4376666da 100755..100644
--- a/tests/errors/se_badindent.pyx
+++ b/tests/errors/se_badindent.pyx
diff --git a/tests/errors/se_badindent2.pyx b/tests/errors/se_badindent2.pyx
index 750cb9f71..750cb9f71 100755..100644
--- a/tests/errors/se_badindent2.pyx
+++ b/tests/errors/se_badindent2.pyx
diff --git a/tests/errors/se_conddef.pyx b/tests/errors/se_conddef.pyx
index 4a703ed8b..4a703ed8b 100755..100644
--- a/tests/errors/se_conddef.pyx
+++ b/tests/errors/se_conddef.pyx
diff --git a/tests/errors/se_mixtabspace.pyx b/tests/errors/se_mixtabspace.pyx
index 05fe4469d..05fe4469d 100755..100644
--- a/tests/errors/se_mixtabspace.pyx
+++ b/tests/errors/se_mixtabspace.pyx
diff --git a/tests/errors/se_multass.pyx b/tests/errors/se_multass.pyx
index 5e1920400..5e1920400 100755..100644
--- a/tests/errors/se_multass.pyx
+++ b/tests/errors/se_multass.pyx
diff --git a/tests/errors/se_nestdef.pyx b/tests/errors/se_nestdef.pyx
index c23c3caf9..c23c3caf9 100755..100644
--- a/tests/errors/se_nestdef.pyx
+++ b/tests/errors/se_nestdef.pyx
diff --git a/tests/errors/undefinedname.pyx b/tests/errors/undefinedname.pyx
index 4258f4b50..4258f4b50 100755..100644
--- a/tests/errors/undefinedname.pyx
+++ b/tests/errors/undefinedname.pyx
diff --git a/tests/errors/void_as_arg.pyx b/tests/errors/void_as_arg.pyx
index 23717f1c4..23717f1c4 100755..100644
--- a/tests/errors/void_as_arg.pyx
+++ b/tests/errors/void_as_arg.pyx
diff --git a/tests/run/__getattribute__.pyx b/tests/run/__getattribute__.pyx
index da4c17720..da4c17720 100755..100644
--- a/tests/run/__getattribute__.pyx
+++ b/tests/run/__getattribute__.pyx
diff --git a/tests/run/__getattribute_subclasses__.pyx b/tests/run/__getattribute_subclasses__.pyx
index 68906710f..68906710f 100755..100644
--- a/tests/run/__getattribute_subclasses__.pyx
+++ b/tests/run/__getattribute_subclasses__.pyx
diff --git a/tests/run/addloop.pyx b/tests/run/addloop.pyx
index ca31cb16b..ca31cb16b 100755..100644
--- a/tests/run/addloop.pyx
+++ b/tests/run/addloop.pyx
diff --git a/tests/run/addop.pyx b/tests/run/addop.pyx
index 513042f15..513042f15 100755..100644
--- a/tests/run/addop.pyx
+++ b/tests/run/addop.pyx
diff --git a/tests/run/addressof.pyx b/tests/run/addressof.pyx
index 59e9de2c7..59e9de2c7 100755..100644
--- a/tests/run/addressof.pyx
+++ b/tests/run/addressof.pyx
diff --git a/tests/run/altet2.pyx b/tests/run/altet2.pyx
index fd7fb9851..fd7fb9851 100755..100644
--- a/tests/run/altet2.pyx
+++ b/tests/run/altet2.pyx
diff --git a/tests/run/anonymousenum.pyx b/tests/run/anonymousenum.pyx
index 238a636e1..238a636e1 100755..100644
--- a/tests/run/anonymousenum.pyx
+++ b/tests/run/anonymousenum.pyx
diff --git a/tests/run/append.pyx b/tests/run/append.pyx
index a58622949..a58622949 100755..100644
--- a/tests/run/append.pyx
+++ b/tests/run/append.pyx
diff --git a/tests/run/ass2cglobal.pyx b/tests/run/ass2cglobal.pyx
index d698d6c63..d698d6c63 100755..100644
--- a/tests/run/ass2cglobal.pyx
+++ b/tests/run/ass2cglobal.pyx
diff --git a/tests/run/ass2global.pyx b/tests/run/ass2global.pyx
index f559b10b5..f559b10b5 100755..100644
--- a/tests/run/ass2global.pyx
+++ b/tests/run/ass2global.pyx
diff --git a/tests/run/ass2local.pyx b/tests/run/ass2local.pyx
index ea904378d..ea904378d 100755..100644
--- a/tests/run/ass2local.pyx
+++ b/tests/run/ass2local.pyx
diff --git a/tests/run/assert.pyx b/tests/run/assert.pyx
index 83130fa83..83130fa83 100755..100644
--- a/tests/run/assert.pyx
+++ b/tests/run/assert.pyx
diff --git a/tests/run/attr.pyx b/tests/run/attr.pyx
index 922503b16..922503b16 100755..100644
--- a/tests/run/attr.pyx
+++ b/tests/run/attr.pyx
diff --git a/tests/run/baas3.pyx b/tests/run/baas3.pyx
index 47737dc91..47737dc91 100755..100644
--- a/tests/run/baas3.pyx
+++ b/tests/run/baas3.pyx
diff --git a/tests/run/backquote.pyx b/tests/run/backquote.pyx
index 0062d9f05..0062d9f05 100755..100644
--- a/tests/run/backquote.pyx
+++ b/tests/run/backquote.pyx
diff --git a/tests/run/behnel1.pyx b/tests/run/behnel1.pyx
index 35c738983..35c738983 100755..100644
--- a/tests/run/behnel1.pyx
+++ b/tests/run/behnel1.pyx
diff --git a/tests/run/behnel2.pyx b/tests/run/behnel2.pyx
index fff23d3c8..fff23d3c8 100755..100644
--- a/tests/run/behnel2.pyx
+++ b/tests/run/behnel2.pyx
diff --git a/tests/run/behnel3.pyx b/tests/run/behnel3.pyx
index f16a59d96..f16a59d96 100755..100644
--- a/tests/run/behnel3.pyx
+++ b/tests/run/behnel3.pyx
diff --git a/tests/run/big_indices.pyx b/tests/run/big_indices.pyx
index db70fe997..db70fe997 100755..100644
--- a/tests/run/big_indices.pyx
+++ b/tests/run/big_indices.pyx
diff --git a/tests/run/bishop1.pyx b/tests/run/bishop1.pyx
index e9671a2d0..e9671a2d0 100755..100644
--- a/tests/run/bishop1.pyx
+++ b/tests/run/bishop1.pyx
diff --git a/tests/run/bishop2.pyx b/tests/run/bishop2.pyx
index 7a2a980b9..7a2a980b9 100755..100644
--- a/tests/run/bishop2.pyx
+++ b/tests/run/bishop2.pyx
diff --git a/tests/run/boolop.pyx b/tests/run/boolop.pyx
index 59e2a0f04..59e2a0f04 100755..100644
--- a/tests/run/boolop.pyx
+++ b/tests/run/boolop.pyx
diff --git a/tests/run/bufaccess.pyx b/tests/run/bufaccess.pyx
index 3c005133a..3c005133a 100755..100644
--- a/tests/run/bufaccess.pyx
+++ b/tests/run/bufaccess.pyx
diff --git a/tests/run/buffer.pyx b/tests/run/buffer.pyx
index be93bfad2..be93bfad2 100755..100644
--- a/tests/run/buffer.pyx
+++ b/tests/run/buffer.pyx
diff --git a/tests/run/carrays.pyx b/tests/run/carrays.pyx
index 3a7e45379..3a7e45379 100755..100644
--- a/tests/run/carrays.pyx
+++ b/tests/run/carrays.pyx
diff --git a/tests/run/cdefassign.pyx b/tests/run/cdefassign.pyx
index eba76a966..eba76a966 100755..100644
--- a/tests/run/cdefassign.pyx
+++ b/tests/run/cdefassign.pyx
diff --git a/tests/run/cdefoptargs.pyx b/tests/run/cdefoptargs.pyx
index 366a18d38..366a18d38 100755..100644
--- a/tests/run/cdefoptargs.pyx
+++ b/tests/run/cdefoptargs.pyx
diff --git a/tests/run/cfuncdef.pyx b/tests/run/cfuncdef.pyx
index 17c90c621..17c90c621 100755..100644
--- a/tests/run/cfuncdef.pyx
+++ b/tests/run/cfuncdef.pyx
diff --git a/tests/run/cintop.pyx b/tests/run/cintop.pyx
index 57da2ecfd..57da2ecfd 100755..100644
--- a/tests/run/cintop.pyx
+++ b/tests/run/cintop.pyx
diff --git a/tests/run/classbody_exec.pyx b/tests/run/classbody_exec.pyx
index c89c7f9de..c89c7f9de 100755..100644
--- a/tests/run/classbody_exec.pyx
+++ b/tests/run/classbody_exec.pyx
diff --git a/tests/run/classkwonlyargs.pyx b/tests/run/classkwonlyargs.pyx
index 961c78ec3..961c78ec3 100755..100644
--- a/tests/run/classkwonlyargs.pyx
+++ b/tests/run/classkwonlyargs.pyx
diff --git a/tests/run/classmethod.pyx b/tests/run/classmethod.pyx
index 863d18b8f..863d18b8f 100755..100644
--- a/tests/run/classmethod.pyx
+++ b/tests/run/classmethod.pyx
diff --git a/tests/run/classpass.pyx b/tests/run/classpass.pyx
index 2648fc008..2648fc008 100755..100644
--- a/tests/run/classpass.pyx
+++ b/tests/run/classpass.pyx
diff --git a/tests/run/compiledef.pyx b/tests/run/compiledef.pyx
index 74d980e70..74d980e70 100755..100644
--- a/tests/run/compiledef.pyx
+++ b/tests/run/compiledef.pyx
diff --git a/tests/run/concatcstrings.pyx b/tests/run/concatcstrings.pyx
index ca5abe693..ca5abe693 100755..100644
--- a/tests/run/concatcstrings.pyx
+++ b/tests/run/concatcstrings.pyx
diff --git a/tests/run/cstringmeth.pyx b/tests/run/cstringmeth.pyx
index 467820043..467820043 100755..100644
--- a/tests/run/cstringmeth.pyx
+++ b/tests/run/cstringmeth.pyx
diff --git a/tests/run/cstringmul.pyx b/tests/run/cstringmul.pyx
index cf40b0398..cf40b0398 100755..100644
--- a/tests/run/cstringmul.pyx
+++ b/tests/run/cstringmul.pyx
diff --git a/tests/run/cstruct.pyx b/tests/run/cstruct.pyx
index 1a0604bb6..1a0604bb6 100755..100644
--- a/tests/run/cstruct.pyx
+++ b/tests/run/cstruct.pyx
diff --git a/tests/run/ct_DEF.pyx b/tests/run/ct_DEF.pyx
index 97c800467..97c800467 100755..100644
--- a/tests/run/ct_DEF.pyx
+++ b/tests/run/ct_DEF.pyx
diff --git a/tests/run/ct_IF.pyx b/tests/run/ct_IF.pyx
index 08791879e..08791879e 100755..100644
--- a/tests/run/ct_IF.pyx
+++ b/tests/run/ct_IF.pyx
diff --git a/tests/run/cunion.pyx b/tests/run/cunion.pyx
index 610561975..610561975 100755..100644
--- a/tests/run/cunion.pyx
+++ b/tests/run/cunion.pyx
diff --git a/tests/run/cvardef.pyx b/tests/run/cvardef.pyx
index 08fbb493f..08fbb493f 100755..100644
--- a/tests/run/cvardef.pyx
+++ b/tests/run/cvardef.pyx
diff --git a/tests/run/decorators.pyx b/tests/run/decorators.pyx
index 6a5eebe50..6a5eebe50 100755..100644
--- a/tests/run/decorators.pyx
+++ b/tests/run/decorators.pyx
diff --git a/tests/run/dict.pyx b/tests/run/dict.pyx
index 360d77cc5..360d77cc5 100755..100644
--- a/tests/run/dict.pyx
+++ b/tests/run/dict.pyx
diff --git a/tests/run/dietachmayer1.pyx b/tests/run/dietachmayer1.pyx
index 4cbea1608..4cbea1608 100755..100644
--- a/tests/run/dietachmayer1.pyx
+++ b/tests/run/dietachmayer1.pyx
diff --git a/tests/run/exarkun.pyx b/tests/run/exarkun.pyx
index d313b69d3..d313b69d3 100755..100644
--- a/tests/run/exarkun.pyx
+++ b/tests/run/exarkun.pyx
diff --git a/tests/run/exceptionpropagation.pyx b/tests/run/exceptionpropagation.pyx
index e324a70a4..e324a70a4 100755..100644
--- a/tests/run/exceptionpropagation.pyx
+++ b/tests/run/exceptionpropagation.pyx
diff --git a/tests/run/extclassbody.pyx b/tests/run/extclassbody.pyx
index 0673782f9..0673782f9 100755..100644
--- a/tests/run/extclassbody.pyx
+++ b/tests/run/extclassbody.pyx
diff --git a/tests/run/extclasspass.pyx b/tests/run/extclasspass.pyx
index 6f6082bd0..6f6082bd0 100755..100644
--- a/tests/run/extclasspass.pyx
+++ b/tests/run/extclasspass.pyx
diff --git a/tests/run/extcmethod.pyx b/tests/run/extcmethod.pyx
index d628760e5..d628760e5 100755..100644
--- a/tests/run/extcmethod.pyx
+++ b/tests/run/extcmethod.pyx
diff --git a/tests/run/extinherit.pyx b/tests/run/extinherit.pyx
index 9452a5f02..9452a5f02 100755..100644
--- a/tests/run/extinherit.pyx
+++ b/tests/run/extinherit.pyx
diff --git a/tests/run/extinstantiate.pyx b/tests/run/extinstantiate.pyx
index 8f9f21dbc..8f9f21dbc 100755..100644
--- a/tests/run/extinstantiate.pyx
+++ b/tests/run/extinstantiate.pyx
diff --git a/tests/run/extkwonlyargs.pyx b/tests/run/extkwonlyargs.pyx
index 5dc8306c3..5dc8306c3 100755..100644
--- a/tests/run/extkwonlyargs.pyx
+++ b/tests/run/extkwonlyargs.pyx
diff --git a/tests/run/extlen.pyx b/tests/run/extlen.pyx
index 6ca4987d2..6ca4987d2 100755..100644
--- a/tests/run/extlen.pyx
+++ b/tests/run/extlen.pyx
diff --git a/tests/run/extpropertyref.pyx b/tests/run/extpropertyref.pyx
index 872d028b2..872d028b2 100755..100644
--- a/tests/run/extpropertyref.pyx
+++ b/tests/run/extpropertyref.pyx
diff --git a/tests/run/extstarargs.pyx b/tests/run/extstarargs.pyx
index 454e6bde2..454e6bde2 100755..100644
--- a/tests/run/extstarargs.pyx
+++ b/tests/run/extstarargs.pyx
diff --git a/tests/run/exttype.pyx b/tests/run/exttype.pyx
index 393c59486..393c59486 100755..100644
--- a/tests/run/exttype.pyx
+++ b/tests/run/exttype.pyx
diff --git a/tests/run/filenames.pxi b/tests/run/filenames.pxi
index 88bf454a0..88bf454a0 100755..100644
--- a/tests/run/filenames.pxi
+++ b/tests/run/filenames.pxi
diff --git a/tests/run/filenames.pyx b/tests/run/filenames.pyx
index 8f7587faa..8f7587faa 100755..100644
--- a/tests/run/filenames.pyx
+++ b/tests/run/filenames.pyx
diff --git a/tests/run/future_division.pyx b/tests/run/future_division.pyx
index 5f78dafcf..5f78dafcf 100755..100644
--- a/tests/run/future_division.pyx
+++ b/tests/run/future_division.pyx
diff --git a/tests/run/future_unicode_literals.pyx b/tests/run/future_unicode_literals.pyx
index 4e932cbff..4e932cbff 100755..100644
--- a/tests/run/future_unicode_literals.pyx
+++ b/tests/run/future_unicode_literals.pyx
diff --git a/tests/run/getattr3call.pyx b/tests/run/getattr3call.pyx
index 6f629f12b..6f629f12b 100755..100644
--- a/tests/run/getattr3call.pyx
+++ b/tests/run/getattr3call.pyx
diff --git a/tests/run/if.pyx b/tests/run/if.pyx
index f7c120a65..f7c120a65 100755..100644
--- a/tests/run/if.pyx
+++ b/tests/run/if.pyx
diff --git a/tests/run/include.pyx b/tests/run/include.pyx
index 9f793965f..9f793965f 100755..100644
--- a/tests/run/include.pyx
+++ b/tests/run/include.pyx
diff --git a/tests/run/inhcmethcall.pyx b/tests/run/inhcmethcall.pyx
index 7ea255841..7ea255841 100755..100644
--- a/tests/run/inhcmethcall.pyx
+++ b/tests/run/inhcmethcall.pyx
diff --git a/tests/run/inop.pyx b/tests/run/inop.pyx
index 4f51ca5ff..4f51ca5ff 100755..100644
--- a/tests/run/inop.pyx
+++ b/tests/run/inop.pyx
diff --git a/tests/run/inplace.pyx b/tests/run/inplace.pyx
index 7c9ba9cec..7c9ba9cec 100755..100644
--- a/tests/run/inplace.pyx
+++ b/tests/run/inplace.pyx
diff --git a/tests/run/ishimoto2.pyx b/tests/run/ishimoto2.pyx
index 1e8c12b69..1e8c12b69 100755..100644
--- a/tests/run/ishimoto2.pyx
+++ b/tests/run/ishimoto2.pyx
diff --git a/tests/run/ishimoto3.pyx b/tests/run/ishimoto3.pyx
index c4d3d3fe8..c4d3d3fe8 100755..100644
--- a/tests/run/ishimoto3.pyx
+++ b/tests/run/ishimoto3.pyx
diff --git a/tests/run/isnonebool.pyx b/tests/run/isnonebool.pyx
index 531630fd0..531630fd0 100755..100644
--- a/tests/run/isnonebool.pyx
+++ b/tests/run/isnonebool.pyx
diff --git a/tests/run/iteratorexception.pyx b/tests/run/iteratorexception.pyx
index 98f9806fd..98f9806fd 100755..100644
--- a/tests/run/iteratorexception.pyx
+++ b/tests/run/iteratorexception.pyx
diff --git a/tests/run/jarausch1.pyx b/tests/run/jarausch1.pyx
index 0c8e3cc9a..0c8e3cc9a 100755..100644
--- a/tests/run/jarausch1.pyx
+++ b/tests/run/jarausch1.pyx
diff --git a/tests/run/king1.pyx b/tests/run/king1.pyx
index 91bbfc27f..91bbfc27f 100755..100644
--- a/tests/run/king1.pyx
+++ b/tests/run/king1.pyx
diff --git a/tests/run/kostyrka.pyx b/tests/run/kostyrka.pyx
index 89edf4a5f..89edf4a5f 100755..100644
--- a/tests/run/kostyrka.pyx
+++ b/tests/run/kostyrka.pyx
diff --git a/tests/run/kostyrka2.pyx b/tests/run/kostyrka2.pyx
index bd6b076c3..bd6b076c3 100755..100644
--- a/tests/run/kostyrka2.pyx
+++ b/tests/run/kostyrka2.pyx
diff --git a/tests/run/kwargproblems.pyx b/tests/run/kwargproblems.pyx
index 346baaab3..346baaab3 100755..100644
--- a/tests/run/kwargproblems.pyx
+++ b/tests/run/kwargproblems.pyx
diff --git a/tests/run/kwonlyargs.pyx b/tests/run/kwonlyargs.pyx
index 3bfd6e0f6..3bfd6e0f6 100755..100644
--- a/tests/run/kwonlyargs.pyx
+++ b/tests/run/kwonlyargs.pyx
diff --git a/tests/run/kwonlyargscall.pyx b/tests/run/kwonlyargscall.pyx
index b7da79305..b7da79305 100755..100644
--- a/tests/run/kwonlyargscall.pyx
+++ b/tests/run/kwonlyargscall.pyx
diff --git a/tests/run/lepage_1.pyx b/tests/run/lepage_1.pyx
index 9fc841280..9fc841280 100755..100644
--- a/tests/run/lepage_1.pyx
+++ b/tests/run/lepage_1.pyx
diff --git a/tests/run/list.pyx b/tests/run/list.pyx
index e5ac6aa97..e5ac6aa97 100755..100644
--- a/tests/run/list.pyx
+++ b/tests/run/list.pyx
diff --git a/tests/run/literals.pyx b/tests/run/literals.pyx
index e310860ad..e310860ad 100755..100644
--- a/tests/run/literals.pyx
+++ b/tests/run/literals.pyx
diff --git a/tests/run/menten1.pyx b/tests/run/menten1.pyx
index 17de85e85..17de85e85 100755..100644
--- a/tests/run/menten1.pyx
+++ b/tests/run/menten1.pyx
diff --git a/tests/run/modbody.pyx b/tests/run/modbody.pyx
index 76d2869f3..76d2869f3 100755..100644
--- a/tests/run/modbody.pyx
+++ b/tests/run/modbody.pyx
diff --git a/tests/run/modop.pyx b/tests/run/modop.pyx
index 48f0c21f7..48f0c21f7 100755..100644
--- a/tests/run/modop.pyx
+++ b/tests/run/modop.pyx
diff --git a/tests/run/multass.pyx b/tests/run/multass.pyx
index fb23494d6..fb23494d6 100755..100644
--- a/tests/run/multass.pyx
+++ b/tests/run/multass.pyx
diff --git a/tests/run/new_style_exceptions.pyx b/tests/run/new_style_exceptions.pyx
index 9daada222..9daada222 100755..100644
--- a/tests/run/new_style_exceptions.pyx
+++ b/tests/run/new_style_exceptions.pyx
diff --git a/tests/run/nogil.pyx b/tests/run/nogil.pyx
index 0798b53cf..0798b53cf 100755..100644
--- a/tests/run/nogil.pyx
+++ b/tests/run/nogil.pyx
diff --git a/tests/run/nononetypecheck.pyx b/tests/run/nononetypecheck.pyx
index 7a03f4aba..7a03f4aba 100755..100644
--- a/tests/run/nononetypecheck.pyx
+++ b/tests/run/nononetypecheck.pyx
diff --git a/tests/run/notinop.pyx b/tests/run/notinop.pyx
index 99a241815..99a241815 100755..100644
--- a/tests/run/notinop.pyx
+++ b/tests/run/notinop.pyx
diff --git a/tests/run/pass.pyx b/tests/run/pass.pyx
index 57faa7688..57faa7688 100755..100644
--- a/tests/run/pass.pyx
+++ b/tests/run/pass.pyx
diff --git a/tests/run/pinard5.pyx b/tests/run/pinard5.pyx
index 6cef08c8d..6cef08c8d 100755..100644
--- a/tests/run/pinard5.pyx
+++ b/tests/run/pinard5.pyx
diff --git a/tests/run/pinard6.pyx b/tests/run/pinard6.pyx
index b8bc141ae..b8bc141ae 100755..100644
--- a/tests/run/pinard6.pyx
+++ b/tests/run/pinard6.pyx
diff --git a/tests/run/pinard7.pyx b/tests/run/pinard7.pyx
index 0c61c6dc8..0c61c6dc8 100755..100644
--- a/tests/run/pinard7.pyx
+++ b/tests/run/pinard7.pyx
diff --git a/tests/run/pinard8.pyx b/tests/run/pinard8.pyx
index b34311482..b34311482 100755..100644
--- a/tests/run/pinard8.pyx
+++ b/tests/run/pinard8.pyx
diff --git a/tests/run/powop.pyx b/tests/run/powop.pyx
index d3765a952..d3765a952 100755..100644
--- a/tests/run/powop.pyx
+++ b/tests/run/powop.pyx
diff --git a/tests/run/print.pyx b/tests/run/print.pyx
index 9937dc3e2..9937dc3e2 100755..100644
--- a/tests/run/print.pyx
+++ b/tests/run/print.pyx
diff --git a/tests/run/pycmp.pyx b/tests/run/pycmp.pyx
index ec4334b57..ec4334b57 100755..100644
--- a/tests/run/pycmp.pyx
+++ b/tests/run/pycmp.pyx
diff --git a/tests/run/pyextattrref.pyx b/tests/run/pyextattrref.pyx
index 7b9b9e564..7b9b9e564 100755..100644
--- a/tests/run/pyextattrref.pyx
+++ b/tests/run/pyextattrref.pyx
diff --git a/tests/run/pyintop.pyx b/tests/run/pyintop.pyx
index cb07fcca7..cb07fcca7 100755..100644
--- a/tests/run/pyintop.pyx
+++ b/tests/run/pyintop.pyx
diff --git a/tests/run/pylistsubtype.pyx b/tests/run/pylistsubtype.pyx
index 350f9d402..350f9d402 100755..100644
--- a/tests/run/pylistsubtype.pyx
+++ b/tests/run/pylistsubtype.pyx
diff --git a/tests/run/pynumop.pyx b/tests/run/pynumop.pyx
index 5f7f00288..5f7f00288 100755..100644
--- a/tests/run/pynumop.pyx
+++ b/tests/run/pynumop.pyx
diff --git a/tests/run/r_addint.pyx b/tests/run/r_addint.pyx
index 098ef5b28..098ef5b28 100755..100644
--- a/tests/run/r_addint.pyx
+++ b/tests/run/r_addint.pyx
diff --git a/tests/run/r_argdefault.pyx b/tests/run/r_argdefault.pyx
index 4d887703b..4d887703b 100755..100644
--- a/tests/run/r_argdefault.pyx
+++ b/tests/run/r_argdefault.pyx
diff --git a/tests/run/r_barbieri1.pyx b/tests/run/r_barbieri1.pyx
index c072e61de..c072e61de 100755..100644
--- a/tests/run/r_barbieri1.pyx
+++ b/tests/run/r_barbieri1.pyx
diff --git a/tests/run/r_bishop3.pyx b/tests/run/r_bishop3.pyx
index 8d2133e6e..8d2133e6e 100755..100644
--- a/tests/run/r_bishop3.pyx
+++ b/tests/run/r_bishop3.pyx
diff --git a/tests/run/r_bowden1.pyx b/tests/run/r_bowden1.pyx
index 14851684f..14851684f 100755..100644
--- a/tests/run/r_bowden1.pyx
+++ b/tests/run/r_bowden1.pyx
diff --git a/tests/run/r_delgado_1.pyx b/tests/run/r_delgado_1.pyx
index e42fa6721..e42fa6721 100755..100644
--- a/tests/run/r_delgado_1.pyx
+++ b/tests/run/r_delgado_1.pyx
diff --git a/tests/run/r_docstrings.pyx b/tests/run/r_docstrings.pyx
index 60508fbed..60508fbed 100755..100644
--- a/tests/run/r_docstrings.pyx
+++ b/tests/run/r_docstrings.pyx
diff --git a/tests/run/r_extcomplex2.pyx b/tests/run/r_extcomplex2.pyx
index fa1ef2323..fa1ef2323 100755..100644
--- a/tests/run/r_extcomplex2.pyx
+++ b/tests/run/r_extcomplex2.pyx
diff --git a/tests/run/r_extstarargs.pyx b/tests/run/r_extstarargs.pyx
index a2a8aa442..a2a8aa442 100755..100644
--- a/tests/run/r_extstarargs.pyx
+++ b/tests/run/r_extstarargs.pyx
diff --git a/tests/run/r_forloop.pyx b/tests/run/r_forloop.pyx
index 81bfab73a..81bfab73a 100755..100644
--- a/tests/run/r_forloop.pyx
+++ b/tests/run/r_forloop.pyx
diff --git a/tests/run/r_hordijk1.pyx b/tests/run/r_hordijk1.pyx
index 5f4ab1500..5f4ab1500 100755..100644
--- a/tests/run/r_hordijk1.pyx
+++ b/tests/run/r_hordijk1.pyx
diff --git a/tests/run/r_huss3.pyx b/tests/run/r_huss3.pyx
index 7fc830103..7fc830103 100755..100644
--- a/tests/run/r_huss3.pyx
+++ b/tests/run/r_huss3.pyx
diff --git a/tests/run/r_jeff_epler_1.pyx b/tests/run/r_jeff_epler_1.pyx
index 2c08f6215..2c08f6215 100755..100644
--- a/tests/run/r_jeff_epler_1.pyx
+++ b/tests/run/r_jeff_epler_1.pyx
diff --git a/tests/run/r_jiba1.pxd b/tests/run/r_jiba1.pxd
index 7e667a413..7e667a413 100755..100644
--- a/tests/run/r_jiba1.pxd
+++ b/tests/run/r_jiba1.pxd
diff --git a/tests/run/r_jiba1.pyx b/tests/run/r_jiba1.pyx
index 35596d1d4..35596d1d4 100755..100644
--- a/tests/run/r_jiba1.pyx
+++ b/tests/run/r_jiba1.pyx
diff --git a/tests/run/r_lepage_3.pyx b/tests/run/r_lepage_3.pyx
index 93d6c9fbd..93d6c9fbd 100755..100644
--- a/tests/run/r_lepage_3.pyx
+++ b/tests/run/r_lepage_3.pyx
diff --git a/tests/run/r_mang1.pyx b/tests/run/r_mang1.pyx
index 86840f4d0..86840f4d0 100755..100644
--- a/tests/run/r_mang1.pyx
+++ b/tests/run/r_mang1.pyx
diff --git a/tests/run/r_mcintyre1.pyx b/tests/run/r_mcintyre1.pyx
index dd4e0561b..dd4e0561b 100755..100644
--- a/tests/run/r_mcintyre1.pyx
+++ b/tests/run/r_mcintyre1.pyx
diff --git a/tests/run/r_mitch_chapman_2.pyx b/tests/run/r_mitch_chapman_2.pyx
index 4e3d19c62..4e3d19c62 100755..100644
--- a/tests/run/r_mitch_chapman_2.pyx
+++ b/tests/run/r_mitch_chapman_2.pyx
diff --git a/tests/run/r_primes.pyx b/tests/run/r_primes.pyx
index 16a93b068..16a93b068 100755..100644
--- a/tests/run/r_primes.pyx
+++ b/tests/run/r_primes.pyx
diff --git a/tests/run/r_print.pyx b/tests/run/r_print.pyx
index ea716dff1..ea716dff1 100755..100644
--- a/tests/run/r_print.pyx
+++ b/tests/run/r_print.pyx
diff --git a/tests/run/r_pyclass.pyx b/tests/run/r_pyclass.pyx
index 683422459..683422459 100755..100644
--- a/tests/run/r_pyclass.pyx
+++ b/tests/run/r_pyclass.pyx
diff --git a/tests/run/r_pyclassdefault.pyx b/tests/run/r_pyclassdefault.pyx
index bb36727bd..bb36727bd 100755..100644
--- a/tests/run/r_pyclassdefault.pyx
+++ b/tests/run/r_pyclassdefault.pyx
diff --git a/tests/run/r_pythonapi.pyx b/tests/run/r_pythonapi.pyx
index edf3ddaae..edf3ddaae 100755..100644
--- a/tests/run/r_pythonapi.pyx
+++ b/tests/run/r_pythonapi.pyx
diff --git a/tests/run/r_spamtype.pyx b/tests/run/r_spamtype.pyx
index cfa94fbb1..cfa94fbb1 100755..100644
--- a/tests/run/r_spamtype.pyx
+++ b/tests/run/r_spamtype.pyx
diff --git a/tests/run/r_starargcall.pyx b/tests/run/r_starargcall.pyx
index dbd47ee1e..dbd47ee1e 100755..100644
--- a/tests/run/r_starargcall.pyx
+++ b/tests/run/r_starargcall.pyx
diff --git a/tests/run/r_starargs.pyx b/tests/run/r_starargs.pyx
index 03f08c595..03f08c595 100755..100644
--- a/tests/run/r_starargs.pyx
+++ b/tests/run/r_starargs.pyx
diff --git a/tests/run/r_starargsonly.pyx b/tests/run/r_starargsonly.pyx
index a0fa25df0..a0fa25df0 100755..100644
--- a/tests/run/r_starargsonly.pyx
+++ b/tests/run/r_starargsonly.pyx
diff --git a/tests/run/r_toofewargs.pyx b/tests/run/r_toofewargs.pyx
index 620f0ab58..620f0ab58 100755..100644
--- a/tests/run/r_toofewargs.pyx
+++ b/tests/run/r_toofewargs.pyx
diff --git a/tests/run/r_uintindex.pyx b/tests/run/r_uintindex.pyx
index 8a56e10c0..8a56e10c0 100755..100644
--- a/tests/run/r_uintindex.pyx
+++ b/tests/run/r_uintindex.pyx
diff --git a/tests/run/r_vree_1.pyx b/tests/run/r_vree_1.pyx
index fc4a5bc2f..fc4a5bc2f 100755..100644
--- a/tests/run/r_vree_1.pyx
+++ b/tests/run/r_vree_1.pyx
diff --git a/tests/run/ref2local.pyx b/tests/run/ref2local.pyx
index 9b108ba9e..9b108ba9e 100755..100644
--- a/tests/run/ref2local.pyx
+++ b/tests/run/ref2local.pyx
diff --git a/tests/run/return.pyx b/tests/run/return.pyx
index 1016c7208..1016c7208 100755..100644
--- a/tests/run/return.pyx
+++ b/tests/run/return.pyx
diff --git a/tests/run/returnparassign.pyx b/tests/run/returnparassign.pyx
index 8d4fffd3a..8d4fffd3a 100755..100644
--- a/tests/run/returnparassign.pyx
+++ b/tests/run/returnparassign.pyx
diff --git a/tests/run/rodriguez_1.pyx b/tests/run/rodriguez_1.pyx
index 2c2ccab82..2c2ccab82 100755..100644
--- a/tests/run/rodriguez_1.pyx
+++ b/tests/run/rodriguez_1.pyx
diff --git a/tests/run/simpcall.pyx b/tests/run/simpcall.pyx
index e8f788ae5..e8f788ae5 100755..100644
--- a/tests/run/simpcall.pyx
+++ b/tests/run/simpcall.pyx
diff --git a/tests/run/sizeof.pyx b/tests/run/sizeof.pyx
index f2832cd71..f2832cd71 100755..100644
--- a/tests/run/sizeof.pyx
+++ b/tests/run/sizeof.pyx
diff --git a/tests/run/slice2.pyx b/tests/run/slice2.pyx
index 0cb147c1a..0cb147c1a 100755..100644
--- a/tests/run/slice2.pyx
+++ b/tests/run/slice2.pyx
diff --git a/tests/run/slice3.pyx b/tests/run/slice3.pyx
index 928be777e..928be777e 100755..100644
--- a/tests/run/slice3.pyx
+++ b/tests/run/slice3.pyx
diff --git a/tests/run/specialfloat.pyx b/tests/run/specialfloat.pyx
index dfbe04bb7..dfbe04bb7 100755..100644
--- a/tests/run/specialfloat.pyx
+++ b/tests/run/specialfloat.pyx
diff --git a/tests/run/starargs.pyx b/tests/run/starargs.pyx
index 487d6b2f7..487d6b2f7 100755..100644
--- a/tests/run/starargs.pyx
+++ b/tests/run/starargs.pyx
diff --git a/tests/run/staticmethod.pyx b/tests/run/staticmethod.pyx
index e8004b99a..e8004b99a 100755..100644
--- a/tests/run/staticmethod.pyx
+++ b/tests/run/staticmethod.pyx
diff --git a/tests/run/strconstinclass.pyx b/tests/run/strconstinclass.pyx
index 945acba71..945acba71 100755..100644
--- a/tests/run/strconstinclass.pyx
+++ b/tests/run/strconstinclass.pyx
diff --git a/tests/run/strfunction.pyx b/tests/run/strfunction.pyx
index 9b7964bd6..9b7964bd6 100755..100644
--- a/tests/run/strfunction.pyx
+++ b/tests/run/strfunction.pyx
diff --git a/tests/run/strliterals.pyx b/tests/run/strliterals.pyx
index acd40bd28..acd40bd28 100755..100644
--- a/tests/run/strliterals.pyx
+++ b/tests/run/strliterals.pyx
diff --git a/tests/run/subop.pyx b/tests/run/subop.pyx
index 25ef47010..25ef47010 100755..100644
--- a/tests/run/subop.pyx
+++ b/tests/run/subop.pyx
diff --git a/tests/run/switch.pyx b/tests/run/switch.pyx
index da5bed14b..da5bed14b 100755..100644
--- a/tests/run/switch.pyx
+++ b/tests/run/switch.pyx
diff --git a/tests/run/tandemstats.pyx b/tests/run/tandemstats.pyx
index fa926e55b..fa926e55b 100755..100644
--- a/tests/run/tandemstats.pyx
+++ b/tests/run/tandemstats.pyx
diff --git a/tests/run/testinclude.pxi b/tests/run/testinclude.pxi
index 9870e682c..9870e682c 100755..100644
--- a/tests/run/testinclude.pxi
+++ b/tests/run/testinclude.pxi
diff --git a/tests/run/tuple.pyx b/tests/run/tuple.pyx
index 484731124..484731124 100755..100644
--- a/tests/run/tuple.pyx
+++ b/tests/run/tuple.pyx
diff --git a/tests/run/tuplereassign.pyx b/tests/run/tuplereassign.pyx
index 2f64a2313..2f64a2313 100755..100644
--- a/tests/run/tuplereassign.pyx
+++ b/tests/run/tuplereassign.pyx
diff --git a/tests/run/unicodefunction.pyx b/tests/run/unicodefunction.pyx
index 1d20bef78..1d20bef78 100755..100644
--- a/tests/run/unicodefunction.pyx
+++ b/tests/run/unicodefunction.pyx
diff --git a/tests/run/unicodeliterals.pyx b/tests/run/unicodeliterals.pyx
index 752357099..752357099 100755..100644
--- a/tests/run/unicodeliterals.pyx
+++ b/tests/run/unicodeliterals.pyx
diff --git a/tests/run/unicodeliteralsdefault.pyx b/tests/run/unicodeliteralsdefault.pyx
index 9f185c195..9f185c195 100755..100644
--- a/tests/run/unicodeliteralsdefault.pyx
+++ b/tests/run/unicodeliteralsdefault.pyx
diff --git a/tests/run/unicodeliteralslatin1.pyx b/tests/run/unicodeliteralslatin1.pyx
index 45ac6c16c..45ac6c16c 100755..100644
--- a/tests/run/unicodeliteralslatin1.pyx
+++ b/tests/run/unicodeliteralslatin1.pyx
diff --git a/tests/run/unop.pyx b/tests/run/unop.pyx
index 21609a786..21609a786 100755..100644
--- a/tests/run/unop.pyx
+++ b/tests/run/unop.pyx
diff --git a/tests/run/unpack.pyx b/tests/run/unpack.pyx
index fd1639260..fd1639260 100755..100644
--- a/tests/run/unpack.pyx
+++ b/tests/run/unpack.pyx
diff --git a/tests/run/unpacklistcomp.pyx b/tests/run/unpacklistcomp.pyx
index f785deb6f..f785deb6f 100755..100644
--- a/tests/run/unpacklistcomp.pyx
+++ b/tests/run/unpacklistcomp.pyx
diff --git a/tests/run/varargcall.pyx b/tests/run/varargcall.pyx
index ee70ce579..ee70ce579 100755..100644
--- a/tests/run/varargcall.pyx
+++ b/tests/run/varargcall.pyx
diff --git a/tests/run/varargdecl.pyx b/tests/run/varargdecl.pyx
index c59a0d16a..c59a0d16a 100755..100644
--- a/tests/run/varargdecl.pyx
+++ b/tests/run/varargdecl.pyx
diff --git a/tests/run/watts1.pyx b/tests/run/watts1.pyx
index 7025915fe..7025915fe 100755..100644
--- a/tests/run/watts1.pyx
+++ b/tests/run/watts1.pyx
diff --git a/tests/run/withnogil.pyx b/tests/run/withnogil.pyx
index 8d1f8d366..8d1f8d366 100755..100644
--- a/tests/run/withnogil.pyx
+++ b/tests/run/withnogil.pyx
diff --git a/tests/run/wundram1.pyx b/tests/run/wundram1.pyx
index 1d39e1a3a..1d39e1a3a 100755..100644
--- a/tests/run/wundram1.pyx
+++ b/tests/run/wundram1.pyx