Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-Cython.spec'], chrootPath='/var/lib/mock/hpc7-openhpc-13-el7-build-37400-51091/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-Cython.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: p8le02.rdu2.centos.org Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-Cython.spec'], chrootPath='/var/lib/mock/hpc7-openhpc-13-el7-build-37400-51091/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-Cython.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.r8Kvhw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Cython-0.23.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/Cython-0.23.4.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Cython-0.23.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (python-Cython-c++11.patch):' Patch #1 (python-Cython-c++11.patch): + /usr/bin/cat /builddir/build/SOURCES/python-Cython-c++11.patch + /usr/bin/patch -p0 --fuzz=0 patching file Cython/Compiler/PyrexTypes.py Hunk #1 succeeded at 1960 (offset 30 lines). + sed -i 's|^#!.*||' Cython/Debugger/libpython.py Cython/Debugger/Cygdb.py cython.py + sed -i 's|\r||' Demos/callback/README.txt Demos/callback/cheesefinder.h Demos/embed/Makefile.unix Demos/embed/Makefile.msc.static Doc/primes.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.29UpyF + umask 022 + cd /builddir/build/BUILD + cd Cython-0.23.4 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + python setup.py build Unable to find pgen, not compiling formal grammar. running build running build_py creating build creating build/lib.linux-ppc64le-2.7 copying cython.py -> build/lib.linux-ppc64le-2.7 creating build/lib.linux-ppc64le-2.7/Cython copying Cython/__init__.py -> build/lib.linux-ppc64le-2.7/Cython copying Cython/Coverage.py -> build/lib.linux-ppc64le-2.7/Cython copying Cython/StringIOTree.py -> build/lib.linux-ppc64le-2.7/Cython copying Cython/CodeWriter.py -> build/lib.linux-ppc64le-2.7/Cython copying Cython/Shadow.py -> build/lib.linux-ppc64le-2.7/Cython copying Cython/TestUtils.py -> build/lib.linux-ppc64le-2.7/Cython copying Cython/Utils.py -> build/lib.linux-ppc64le-2.7/Cython copying Cython/Debugging.py -> build/lib.linux-ppc64le-2.7/Cython creating build/lib.linux-ppc64le-2.7/Cython/Build copying Cython/Build/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Build copying Cython/Build/Cythonize.py -> build/lib.linux-ppc64le-2.7/Cython/Build copying Cython/Build/Dependencies.py -> build/lib.linux-ppc64le-2.7/Cython/Build copying Cython/Build/BuildExecutable.py -> build/lib.linux-ppc64le-2.7/Cython/Build copying Cython/Build/Inline.py -> build/lib.linux-ppc64le-2.7/Cython/Build copying Cython/Build/IpythonMagic.py -> build/lib.linux-ppc64le-2.7/Cython/Build creating build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Optimize.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Scanning.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/DebugFlags.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/TreePath.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/CmdLine.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/TreeFragment.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/UtilNodes.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Version.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/FusedNode.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/TypeSlots.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Code.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Naming.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Parsing.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Buffer.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/TypeInference.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/MemoryView.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Interpreter.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Lexicon.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Future.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Symtab.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Visitor.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Errors.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/ModuleNode.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/FlowControl.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Options.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Nodes.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Annotate.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/ExprNodes.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/UtilityCode.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/StringEncoding.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/CythonScope.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Main.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Builtin.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Pipeline.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler creating build/lib.linux-ppc64le-2.7/Cython/Runtime copying Cython/Runtime/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Runtime creating build/lib.linux-ppc64le-2.7/Cython/Distutils copying Cython/Distutils/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Distutils copying Cython/Distutils/build_ext.py -> build/lib.linux-ppc64le-2.7/Cython/Distutils copying Cython/Distutils/extension.py -> build/lib.linux-ppc64le-2.7/Cython/Distutils creating build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/DFA.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Machines.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Transitions.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Regexps.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Actions.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Errors.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Scanners.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Traditional.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Timing.py -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Lexicons.py -> build/lib.linux-ppc64le-2.7/Cython/Plex creating build/lib.linux-ppc64le-2.7/Cython/Tests copying Cython/Tests/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Tests copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-ppc64le-2.7/Cython/Tests copying Cython/Tests/TestJediTyper.py -> build/lib.linux-ppc64le-2.7/Cython/Tests copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-ppc64le-2.7/Cython/Tests copying Cython/Tests/xmlrunner.py -> build/lib.linux-ppc64le-2.7/Cython/Tests creating build/lib.linux-ppc64le-2.7/Cython/Build/Tests copying Cython/Build/Tests/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Build/Tests copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-ppc64le-2.7/Cython/Build/Tests copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-ppc64le-2.7/Cython/Build/Tests copying Cython/Build/Tests/TestInline.py -> build/lib.linux-ppc64le-2.7/Cython/Build/Tests creating build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests creating build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Utility creating build/lib.linux-ppc64le-2.7/Cython/Tempita copying Cython/Tempita/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Tempita copying Cython/Tempita/_looper.py -> build/lib.linux-ppc64le-2.7/Cython/Tempita copying Cython/Tempita/compat3.py -> build/lib.linux-ppc64le-2.7/Cython/Tempita copying Cython/Tempita/_tempita.py -> build/lib.linux-ppc64le-2.7/Cython/Tempita creating build/lib.linux-ppc64le-2.7/pyximport copying pyximport/__init__.py -> build/lib.linux-ppc64le-2.7/pyximport copying pyximport/pyxbuild.py -> build/lib.linux-ppc64le-2.7/pyximport copying pyximport/pyximport.py -> build/lib.linux-ppc64le-2.7/pyximport creating build/lib.linux-ppc64le-2.7/Cython/Debugger copying Cython/Debugger/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger copying Cython/Debugger/libpython.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger copying Cython/Debugger/DebugWriter.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger copying Cython/Debugger/Cygdb.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger copying Cython/Debugger/libcython.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger creating build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests creating build/lib.linux-ppc64le-2.7/Cython/Includes copying Cython/Includes/openmp.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes creating build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/list.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/float.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/method.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/version.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/set.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/long.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/function.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/string.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/object.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/int.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/type.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/module.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/array.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython copying Cython/Includes/cpython/number.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/cpython creating build/lib.linux-ppc64le-2.7/Cython/Includes/numpy copying Cython/Includes/numpy/math.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/numpy copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/numpy creating build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/wait.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/strings.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/signal.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/mman.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/time.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/resource.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/types.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/stat.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/posix creating build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/float.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/signal.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/string.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/time.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/math.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/limits.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/locale.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/errno.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libc creating build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python2.5.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated creating build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp copying Cython/Compiler/Visitor.pxd -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Parsing.pxd -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Code.pxd -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/Scanning.pxd -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-ppc64le-2.7/Cython/Compiler copying Cython/Runtime/refnanny.pyx -> build/lib.linux-ppc64le-2.7/Cython/Runtime copying Cython/Plex/Actions.pxd -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Plex/Scanners.pxd -> build/lib.linux-ppc64le-2.7/Cython/Plex copying Cython/Utility/CppConvert.pyx -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/MemoryView.pyx -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/CConvert.pyx -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Printing.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Builtins.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/CythonFunction.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/CommonTypes.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/FunctionArguments.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/ImportExport.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Capsule.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Exceptions.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Optimize.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/ObjectHandling.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/TypeConversion.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/CMath.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Coroutine.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Profile.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/StringTools.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/MemoryView_C.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Buffer.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Overflow.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/Embed.c -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/arrayarray.h -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Utility/CppSupport.cpp -> build/lib.linux-ppc64le-2.7/Cython/Utility copying Cython/Debugger/Tests/codefile -> build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests running build_ext cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Scanners.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Scanners.c building 'Cython.Plex.Scanners' extension creating build/temp.linux-ppc64le-2.7 creating build/temp.linux-ppc64le-2.7/builddir creating build/temp.linux-ppc64le-2.7/builddir/build creating build/temp.linux-ppc64le-2.7/builddir/build/BUILD creating build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4 creating build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython creating build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Plex gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Scanners.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Scanners.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Scanners.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Plex/Scanners.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Actions.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Actions.c building 'Cython.Plex.Actions' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Actions.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Actions.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Actions.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Plex/Actions.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Lexicon.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Lexicon.c building 'Cython.Compiler.Lexicon' extension creating build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Lexicon.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Lexicon.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Lexicon.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Compiler/Lexicon.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Scanning.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Scanning.c building 'Cython.Compiler.Scanning' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Scanning.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Scanning.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Scanning.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Compiler/Scanning.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Parsing.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Parsing.c building 'Cython.Compiler.Parsing' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Parsing.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Parsing.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Parsing.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Compiler/Parsing.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Visitor.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Visitor.c building 'Cython.Compiler.Visitor' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Visitor.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Visitor.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Visitor.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Compiler/Visitor.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/FlowControl.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/FlowControl.c building 'Cython.Compiler.FlowControl' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/FlowControl.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/FlowControl.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/FlowControl.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Compiler/FlowControl.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Code.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Code.c building 'Cython.Compiler.Code' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Code.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Code.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Code.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Compiler/Code.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Runtime/refnanny.pyx to /builddir/build/BUILD/Cython-0.23.4/Cython/Runtime/refnanny.c building 'Cython.Runtime.refnanny' extension creating build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Runtime gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Runtime/refnanny.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Runtime/refnanny.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Runtime/refnanny.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Runtime/refnanny.so cythoning /builddir/build/BUILD/Cython-0.23.4/Cython/Tempita/_tempita.py to /builddir/build/BUILD/Cython-0.23.4/Cython/Tempita/_tempita.c building 'Cython.Tempita._tempita' extension creating build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Tempita gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c /builddir/build/BUILD/Cython-0.23.4/Cython/Tempita/_tempita.c -o build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Tempita/_tempita.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/builddir/build/BUILD/Cython-0.23.4/Cython/Tempita/_tempita.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/Cython/Tempita/_tempita.so running build_scripts creating build/scripts-2.7 copying and adjusting bin/cython -> build/scripts-2.7 copying and adjusting bin/cythonize -> build/scripts-2.7 copying and adjusting bin/cygdb -> build/scripts-2.7 changing mode of build/scripts-2.7/cython from 644 to 755 changing mode of build/scripts-2.7/cythonize from 644 to 755 changing mode of build/scripts-2.7/cygdb from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.l6ech3 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le ++ dirname /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le + cd Cython-0.23.4 + python setup.py install --prefix=/usr --root=/builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le Unable to find pgen, not compiling formal grammar. running install running build running build_py running build_ext skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Scanners.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Plex/Actions.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Lexicon.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Scanning.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Parsing.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Visitor.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/FlowControl.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Compiler/Code.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Runtime/refnanny.c' Cython extension (up-to-date) skipping '/builddir/build/BUILD/Cython-0.23.4/Cython/Tempita/_tempita.c' Cython extension (up-to-date) running build_scripts running install_lib creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64 creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages copying build/lib.linux-ppc64le-2.7/cython.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/pyximport copying build/lib.linux-ppc64le-2.7/pyximport/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/pyximport copying build/lib.linux-ppc64le-2.7/pyximport/pyxbuild.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/pyximport copying build/lib.linux-ppc64le-2.7/pyximport/pyximport.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/pyximport creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython copying build/lib.linux-ppc64le-2.7/Cython/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython copying build/lib.linux-ppc64le-2.7/Cython/Coverage.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Runtime copying build/lib.linux-ppc64le-2.7/Cython/Runtime/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Runtime copying build/lib.linux-ppc64le-2.7/Cython/Runtime/refnanny.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Runtime copying build/lib.linux-ppc64le-2.7/Cython/Runtime/refnanny.pyx -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Runtime creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Printing.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Builtins.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/CythonFunction.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/CommonTypes.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/FunctionArguments.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/ImportExport.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Capsule.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/CppConvert.pyx -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/TestCythonScope.pyx -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Exceptions.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Optimize.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/TestUtilityLoader.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/CppSupport.cpp -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/ObjectHandling.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/TestCyUtilityLoader.pyx -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/MemoryView.pyx -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/TypeConversion.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/ModuleSetupCode.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/CMath.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/ExtensionTypes.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/CConvert.pyx -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Coroutine.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Profile.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/StringTools.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/MemoryView_C.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/arrayarray.h -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Buffer.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Overflow.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/Utility/Embed.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility copying build/lib.linux-ppc64le-2.7/Cython/StringIOTree.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython copying build/lib.linux-ppc64le-2.7/Cython/CodeWriter.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Scanning.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/PyrexTypes.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Optimize.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Scanning.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/DebugFlags.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/AutoDocTransforms.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/TreePath.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Parsing.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/CmdLine.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/TreeFragment.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/UtilNodes.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Version.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/FusedNode.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/AnalysedTreeTransforms.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/ParseTreeTransforms.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/TypeSlots.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Code.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Naming.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Parsing.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Buffer.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Visitor.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Visitor.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/TypeInference.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/MemoryView.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Interpreter.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Parsing.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Lexicon.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/FlowControl.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Future.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Symtab.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Visitor.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Errors.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Code.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/ModuleNode.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/CodeGeneration.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/FlowControl.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Scanning.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Options.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Nodes.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/ParseTreeTransforms.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Annotate.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/ExprNodes.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/UtilityCode.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestBuffer.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestTreeFragment.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestCmdLine.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestMemView.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestParseTreeTransforms.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestUtilityLoad.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestVisitor.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestTreePath.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Tests/TestSignatureMatching.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests copying build/lib.linux-ppc64le-2.7/Cython/Compiler/StringEncoding.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Lexicon.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/FlowControl.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/CythonScope.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Main.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Code.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Builtin.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Compiler/Pipeline.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler copying build/lib.linux-ppc64le-2.7/Cython/Shadow.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython copying build/lib.linux-ppc64le-2.7/Cython/TestUtils.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Actions.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/DFA.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Machines.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Transitions.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Scanners.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Regexps.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Actions.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Errors.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Scanners.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Traditional.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Timing.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Scanners.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Actions.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex copying build/lib.linux-ppc64le-2.7/Cython/Plex/Lexicons.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build copying build/lib.linux-ppc64le-2.7/Cython/Build/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build copying build/lib.linux-ppc64le-2.7/Cython/Build/Cythonize.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build copying build/lib.linux-ppc64le-2.7/Cython/Build/Dependencies.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build copying build/lib.linux-ppc64le-2.7/Cython/Build/BuildExecutable.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build copying build/lib.linux-ppc64le-2.7/Cython/Build/Inline.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build copying build/lib.linux-ppc64le-2.7/Cython/Build/IpythonMagic.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests copying build/lib.linux-ppc64le-2.7/Cython/Build/Tests/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests copying build/lib.linux-ppc64le-2.7/Cython/Build/Tests/TestStripLiterals.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests copying build/lib.linux-ppc64le-2.7/Cython/Build/Tests/TestIpythonMagic.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests copying build/lib.linux-ppc64le-2.7/Cython/Build/Tests/TestInline.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests copying build/lib.linux-ppc64le-2.7/Cython/Utils.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger copying build/lib.linux-ppc64le-2.7/Cython/Debugger/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger copying build/lib.linux-ppc64le-2.7/Cython/Debugger/libpython.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger copying build/lib.linux-ppc64le-2.7/Cython/Debugger/DebugWriter.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger copying build/lib.linux-ppc64le-2.7/Cython/Debugger/Cygdb.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger copying build/lib.linux-ppc64le-2.7/Cython/Debugger/libcython.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests copying build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests copying build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests/cfuncs.c -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests copying build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests/codefile -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests copying build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests/test_libcython_in_gdb.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests copying build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests/TestLibCython.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests copying build/lib.linux-ppc64le-2.7/Cython/Debugger/Tests/test_libpython_in_gdb.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests copying build/lib.linux-ppc64le-2.7/Cython/Debugging.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Distutils copying build/lib.linux-ppc64le-2.7/Cython/Distutils/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Distutils copying build/lib.linux-ppc64le-2.7/Cython/Distutils/build_ext.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Distutils copying build/lib.linux-ppc64le-2.7/Cython/Distutils/extension.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Distutils creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita copying build/lib.linux-ppc64le-2.7/Cython/Tempita/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita copying build/lib.linux-ppc64le-2.7/Cython/Tempita/_looper.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita copying build/lib.linux-ppc64le-2.7/Cython/Tempita/_tempita.so -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita copying build/lib.linux-ppc64le-2.7/Cython/Tempita/compat3.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita copying build/lib.linux-ppc64le-2.7/Cython/Tempita/_tempita.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests copying build/lib.linux-ppc64le-2.7/Cython/Tests/__init__.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests copying build/lib.linux-ppc64le-2.7/Cython/Tests/TestStringIOTree.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests copying build/lib.linux-ppc64le-2.7/Cython/Tests/TestJediTyper.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests copying build/lib.linux-ppc64le-2.7/Cython/Tests/TestCodeWriter.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests copying build/lib.linux-ppc64le-2.7/Cython/Tests/xmlrunner.py -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/list.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/float.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/method.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/dict.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/sequence.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/version.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/slice.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/set.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/long.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/function.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/string.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/mem.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/weakref.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/instance.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/pythread.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/object.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/ref.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/unicode.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/oldbuffer.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/bytes.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/bool.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/datetime.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/__init__.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/int.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/complex.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/buffer.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/mapping.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/type.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/exc.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/cobject.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/pycapsule.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/pystate.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/module.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/getargs.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/tuple.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/array.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/iterator.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython copying build/lib.linux-ppc64le-2.7/Cython/Includes/cpython/number.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/cpython creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/numpy copying build/lib.linux-ppc64le-2.7/Cython/Includes/numpy/math.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/numpy copying build/lib.linux-ppc64le-2.7/Cython/Includes/numpy/__init__.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/numpy creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/wait.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/strings.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/signal.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/mman.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/time.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/stdlib.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/resource.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/__init__.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/types.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/unistd.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/stat.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/ioctl.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix copying build/lib.linux-ppc64le-2.7/Cython/Includes/posix/fcntl.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/posix creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/float.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/signal.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/stdio.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/string.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/time.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/math.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/limits.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/stdlib.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/locale.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/__init__.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/setjmp.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/errno.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/stdint.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc copying build/lib.linux-ppc64le-2.7/Cython/Includes/libc/stddef.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libc creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_bool.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_mapping.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/stl.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/stdio.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_set.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_ref.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_cobject.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_unicode.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_string.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_function.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_getargs.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_float.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_version.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_oldbuffer.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_object.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_buffer.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_weakref.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_module.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/stdlib.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_sequence.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_method.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_complex.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_number.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_iterator.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_instance.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python2.5.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_bytes.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_type.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_list.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_mem.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_int.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_tuple.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_pycapsule.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_exc.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_long.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/Deprecated/python_dict.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/Deprecated copying build/lib.linux-ppc64le-2.7/Cython/Includes/openmp.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/list.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/vector.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/stack.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/set.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/cast.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/string.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/unordered_set.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/pair.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/__init__.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/queue.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/unordered_map.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/memory.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/complex.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/map.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/deque.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/algorithm.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp copying build/lib.linux-ppc64le-2.7/Cython/Includes/libcpp/utility.pxd -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Includes/libcpp byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/cython.py to cython.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/pyximport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/pyximport/pyxbuild.py to pyxbuild.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/pyximport/pyximport.py to pyximport.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Coverage.py to Coverage.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Runtime/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utility/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/StringIOTree.py to StringIOTree.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/CodeWriter.py to CodeWriter.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Optimize.py to Optimize.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Scanning.py to Scanning.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/DebugFlags.py to DebugFlags.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/AutoDocTransforms.py to AutoDocTransforms.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/TreePath.py to TreePath.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/CmdLine.py to CmdLine.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/TreeFragment.py to TreeFragment.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/UtilNodes.py to UtilNodes.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Version.py to Version.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/FusedNode.py to FusedNode.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/AnalysedTreeTransforms.py to AnalysedTreeTransforms.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/TypeSlots.py to TypeSlots.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Code.py to Code.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Naming.py to Naming.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Parsing.py to Parsing.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Buffer.py to Buffer.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/TypeInference.py to TypeInference.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/MemoryView.py to MemoryView.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Interpreter.py to Interpreter.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Lexicon.py to Lexicon.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Future.py to Future.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Symtab.py to Symtab.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Visitor.py to Visitor.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Errors.py to Errors.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/CodeGeneration.py to CodeGeneration.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/FlowControl.py to FlowControl.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Options.py to Options.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Nodes.py to Nodes.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Annotate.py to Annotate.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/UtilityCode.py to UtilityCode.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestBuffer.py to TestBuffer.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestTreeFragment.py to TestTreeFragment.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestCmdLine.py to TestCmdLine.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestMemView.py to TestMemView.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py to TestParseTreeTransforms.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestUtilityLoad.py to TestUtilityLoad.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestVisitor.py to TestVisitor.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestTreePath.py to TestTreePath.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py to TestSignatureMatching.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/StringEncoding.py to StringEncoding.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/CythonScope.py to CythonScope.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Main.py to Main.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Builtin.py to Builtin.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Compiler/Pipeline.py to Pipeline.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Shadow.py to Shadow.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/TestUtils.py to TestUtils.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/DFA.py to DFA.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Machines.py to Machines.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Transitions.py to Transitions.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Regexps.py to Regexps.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Actions.py to Actions.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Errors.py to Errors.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Scanners.py to Scanners.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Traditional.py to Traditional.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Timing.py to Timing.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Plex/Lexicons.py to Lexicons.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Cythonize.py to Cythonize.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Dependencies.py to Dependencies.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/BuildExecutable.py to BuildExecutable.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Inline.py to Inline.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/IpythonMagic.py to IpythonMagic.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests/TestStripLiterals.py to TestStripLiterals.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests/TestIpythonMagic.py to TestIpythonMagic.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Build/Tests/TestInline.py to TestInline.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Utils.py to Utils.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/libpython.py to libpython.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/DebugWriter.py to DebugWriter.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Cygdb.py to Cygdb.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/libcython.py to libcython.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py to test_libcython_in_gdb.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests/TestLibCython.py to TestLibCython.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py to test_libpython_in_gdb.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Debugging.py to Debugging.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Distutils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Distutils/build_ext.py to build_ext.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Distutils/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita/_looper.py to _looper.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita/compat3.py to compat3.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tempita/_tempita.py to _tempita.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests/TestStringIOTree.py to TestStringIOTree.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests/TestJediTyper.py to TestJediTyper.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests/TestCodeWriter.py to TestCodeWriter.pyc byte-compiling /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython/Tests/xmlrunner.py to xmlrunner.pyc running install_scripts creating /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin copying build/scripts-2.7/cythonize -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin copying build/scripts-2.7/cygdb -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin copying build/scripts-2.7/cython -> /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin changing mode of /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cythonize to 755 changing mode of /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cygdb to 755 changing mode of /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cython to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/Cython-0.23.4-py2.7.egg-info + mkdir -p /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/etc/alternatives + for p in cython cythonize cygdb + mv /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cython '/builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cython-%{py_ver}' + ln -s -f /etc/alternatives/cython /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cython + touch /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/etc/alternatives/cython + for p in cython cythonize cygdb + mv /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cythonize '/builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cythonize-%{py_ver}' + ln -s -f /etc/alternatives/cythonize /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cythonize + touch /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/etc/alternatives/cythonize + for p in cython cythonize cygdb + mv /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cygdb '/builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cygdb-%{py_ver}' + ln -s -f /etc/alternatives/cygdb /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/bin/cygdb + touch /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/etc/alternatives/cygdb + rm -rf /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7/site-packages/__pycache__/ + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Ucqwxs + umask 022 + cd /builddir/build/BUILD + cd Cython-0.23.4 + python runtests.py -vv Python 2.7.5 (default, Aug 5 2017, 21:54:58) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)] Running tests against Cython 0.23.4 Backends: c,cpp test_basic (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok test_pos_after_key (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok test_type_keyword (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok test_type_pos (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok test_basic (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok test_copy_is_taken (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok test_exprstat (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok test_pos_is_transferred (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok test_substitution (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok test_substitutions_are_copied (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok test_temps (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok test_errors (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok test_long_options (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok test_options_with_values (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok test_short_options (Cython.Compiler.Tests.TestCmdLine.CmdLineParserTest) ... ok test_basic (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_cdef_arg (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_def_arg (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_default_1dim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_default_ndim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_general_slice (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_non_slice_memview (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_zero_offset (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_zero_offset_ndim (Cython.Compiler.Tests.TestMemView.TestMemviewParsing) ... ok test_parallel_directives_cimports (Cython.Compiler.Tests.TestParseTreeTransforms.TestInterpretCompilerDirectives) ... ok test_parallel_directives_imports (Cython.Compiler.Tests.TestParseTreeTransforms.TestInterpretCompilerDirectives) ... ok test_parserbehaviour_is_what_we_coded_for (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok test_pass_eliminated (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok test_statinexpr (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok test_wrap_multistat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok test_wrap_offagain (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok test_wrap_singlestat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok test_load (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok test_load_tempita (Cython.Compiler.Tests.TestUtilityLoad.TestCythonUtilityLoader) ... ok test_load (Cython.Compiler.Tests.TestUtilityLoad.TestTempitaUtilityLoader) ... ok test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestTempitaUtilityLoader) ... ok test_load (Cython.Compiler.Tests.TestUtilityLoad.TestUtilityLoader) ... ok test_load_as_string (Cython.Compiler.Tests.TestUtilityLoad.TestUtilityLoader) ... ok test_binop_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... ok test_builtin_method (Cython.Compiler.Tests.TestVisitor.TestMethodDispatcherTransform) ... ok test_node_path (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_and (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_attribute (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_attribute_dotted (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_attribute_exists (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_attribute_exists_not (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_attribute_string_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_child (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_node_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_node_predicate_step (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_recursive_predicate (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_node_path_star (Cython.Compiler.Tests.TestTreePath.TestTreePath) ... ok test_cpp_reference_cpp_class (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok test_cpp_reference_cpp_class_and_int (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok test_cpp_reference_single_arg (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok test_cpp_reference_two_args (Cython.Compiler.Tests.TestSignatureMatching.SignatureMatcherTest) ... ok test_backslash (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_comment (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_comment_and_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_double_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_empty (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_extern (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_include (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_nested_quotes (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_raw (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_raw_unicode (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_single_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_triple_quote (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_unicode (Cython.Build.Tests.TestStripLiterals.TestStripLiterals) ... ok test_def_node (Cython.Build.Tests.TestInline.TestInline) ... Excluding compile.cpp_structs because it's listed in tests/bugs.txt Excluding errors.missing_baseclass_in_predecl_T262 because it's listed in tests/bugs.txt Excluding run.cfunc_call_tuple_args_T408 because it's listed in tests/bugs.txt Excluding run.cimport_alias_subclass because it's listed in tests/bugs.txt Excluding run.class_attribute_init_values_T18 because it's listed in tests/bugs.txt Excluding run.for_from_pyvar_loop_T601 because it's listed in tests/bugs.txt Excluding run.generator_expressions_in_class because it's listed in tests/bugs.txt Excluding run.genexpr_iterable_lookup_T600 because it's listed in tests/bugs.txt Excluding run.inherited_final_method because it's listed in tests/bugs.txt Excluding run.inlined_generator_expressions because it's listed in tests/bugs.txt Excluding run.temp_sideeffects_T654 because it's listed in tests/bugs.txt Excluding run.tryfinallychaining because it's listed in tests/bugs.txt Excluding run.unsignedbehaviour_T184 because it's listed in tests/bugs.txt ok test_globals (Cython.Build.Tests.TestInline.TestInline) ... warning: BUILD/inline/_cython_inline_0deee6dfd3a5640731030291d2377341.pyx:6:4: Unreachable code ok test_locals (Cython.Build.Tests.TestInline.TestInline) ... warning: BUILD/inline/_cython_inline_6cfb5860509de3b3875091bb56ae9cb1.pyx:6:4: Unreachable code ok test_no_return (Cython.Build.Tests.TestInline.TestInline) ... ok test_pure (Cython.Build.Tests.TestInline.TestInline) ... warning: BUILD/inline/_cython_inline_a00e27b146942d3bb0b27f244df6cbcb.pyx:11:4: Unreachable code ok test_simple (Cython.Build.Tests.TestInline.TestInline) ... warning: BUILD/inline/_cython_inline_a594c1f233743c1b763505e1c3d90dee.pyx:6:4: Unreachable code ok test_types (Cython.Build.Tests.TestInline.TestInline) ... warning: BUILD/inline/_cython_inline_5603810e451bc396f122facb11859af0.pyx:8:4: Unreachable code ok test_all (Cython.Debugger.Tests.TestLibCython.TestAll) ... In file included from /usr/include/limits.h:26:0, from /usr/lib/gcc/ppc64le-redhat-linux/4.8.5/include/limits.h:168, from /usr/lib/gcc/ppc64le-redhat-linux/4.8.5/include/syslimits.h:7, from /usr/lib/gcc/ppc64le-redhat-linux/4.8.5/include/limits.h:34, from /usr/include/python2.7/Python.h:19, from codefile.c:4: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ ok test_insertion (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok test_markers (Cython.Tests.TestStringIOTree.TestStringIOTree) ... ok test_attribute (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_cdef_var (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_def (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_for_loop (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_if (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_ifelifelse (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_inplace_assignment (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_longness_and_signedness (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_print (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_signed_short (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok test_typed_args (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok StringIOTree (Cython) Doctest: Cython.StringIOTree ... ok TreeVisitor (Cython.Compiler.Visitor) Doctest: Cython.Compiler.Visitor.TreeVisitor ... ok normalise_encoding_name (Cython.Compiler.Options) Doctest: Cython.Compiler.Options.normalise_encoding_name ... ok parse_directive_list (Cython.Compiler.Options) Doctest: Cython.Compiler.Options.parse_directive_list ... ok parse_directive_value (Cython.Compiler.Options) Doctest: Cython.Compiler.Options.parse_directive_value ... ok parse_list (Cython.Build.Dependencies) Doctest: Cython.Build.Dependencies.parse_list ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bufaccess ... === C/C++ compiler error output: === bufaccess.c: In function '__Pyx_c_suml': bufaccess.c:29825:54: note: the ABI of passing aggregates with 16-byte alignment will change in a future GCC release static CYTHON_INLINE __pyx_t_long_double_complex __Pyx_c_suml(__pyx_t_long_double_complex a, __pyx_t_long_double_complex b) { ^ ============================== acquire_failure1 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure1 ... ok acquire_failure2 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure2 ... ok acquire_failure3 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure3 ... ok acquire_failure4 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure4 ... ok acquire_failure5 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure5 ... ok acquire_nonbuffer1 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_nonbuffer1 ... ok acquire_nonbuffer2 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_nonbuffer2 ... ok acquire_raise (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_raise ... ok acquire_release (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_release ... ok as_argument (bufaccess.__test__) Doctest: bufaccess.__test__.as_argument ... ok as_argument_defval (bufaccess.__test__) Doctest: bufaccess.__test__.as_argument_defval ... ok as_argument_not_none (bufaccess.__test__) Doctest: bufaccess.__test__.as_argument_not_none ... ok assign_temporary_to_object (bufaccess.__test__) Doctest: bufaccess.__test__.assign_temporary_to_object ... ok assign_to_object (bufaccess.__test__) Doctest: bufaccess.__test__.assign_to_object ... ok basic_struct (bufaccess.__test__) Doctest: bufaccess.__test__.basic_struct ... ok bufdefaults1 (bufaccess.__test__) Doctest: bufaccess.__test__.bufdefaults1 ... ok buffer_cast (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_cast ... ok buffer_cast_fails (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_cast_fails ... ok buffer_nogil (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_nogil ... ok buffer_nogil_oob (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_nogil_oob ... ok c_contig (bufaccess.__test__) Doctest: bufaccess.__test__.c_contig ... ok c_contig_2d (bufaccess.__test__) Doctest: bufaccess.__test__.c_contig_2d ... ok cascaded_buffer_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.cascaded_buffer_assignment ... ok cdef_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.cdef_assignment ... ok complex_dtype (bufaccess.__test__) Doctest: bufaccess.__test__.complex_dtype ... ok complex_inplace (bufaccess.__test__) Doctest: bufaccess.__test__.complex_inplace ... ok complex_struct_dtype (bufaccess.__test__) Doctest: bufaccess.__test__.complex_struct_dtype ... ok complex_struct_inplace (bufaccess.__test__) Doctest: bufaccess.__test__.complex_struct_inplace ... ok disabled_usage (bufaccess.__test__) Doctest: bufaccess.__test__.disabled_usage ... ok explicitly_release_buffer (bufaccess.__test__) Doctest: bufaccess.__test__.explicitly_release_buffer ... ok f_contig (bufaccess.__test__) Doctest: bufaccess.__test__.f_contig ... ok f_contig_2d (bufaccess.__test__) Doctest: bufaccess.__test__.f_contig_2d ... ok forin_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.forin_assignment ... ok get_int_2d (bufaccess.__test__) Doctest: bufaccess.__test__.get_int_2d ... ok get_int_2d_uintindex (bufaccess.__test__) Doctest: bufaccess.__test__.get_int_2d_uintindex ... ok inplace_operators (bufaccess.__test__) Doctest: bufaccess.__test__.inplace_operators ... ok list_comprehension (bufaccess.__test__) Doctest: bufaccess.__test__.list_comprehension ... ok mixed_get (bufaccess.__test__) Doctest: bufaccess.__test__.mixed_get ... ok nested_packed_struct (bufaccess.__test__) Doctest: bufaccess.__test__.nested_packed_struct ... ok nested_struct (bufaccess.__test__) Doctest: bufaccess.__test__.nested_struct ... ok no_negative_indices (bufaccess.__test__) Doctest: bufaccess.__test__.no_negative_indices ... ok nousage_cleanup (bufaccess.__test__) Doctest: bufaccess.__test__.nousage_cleanup ... ok packed_struct (bufaccess.__test__) Doctest: bufaccess.__test__.packed_struct ... ok printbuf_float (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_float ... ok printbuf_int_2d (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_int_2d ... ok printbuf_object (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_object ... ok printbuf_td_cy_int (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_cy_int ... ok printbuf_td_h_cy_short (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_cy_short ... ok printbuf_td_h_double (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_double ... ok printbuf_td_h_short (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_short ... ok printbuf_td_h_ushort (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_ushort ... ok readonly (bufaccess.__test__) Doctest: bufaccess.__test__.readonly ... ok safe_get (bufaccess.__test__) Doctest: bufaccess.__test__.safe_get ... ok set_int_2d (bufaccess.__test__) Doctest: bufaccess.__test__.set_int_2d ... ok strided (bufaccess.__test__) Doctest: bufaccess.__test__.strided ... ok test_inplace_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.test_inplace_assignment ... ok tuple_buffer_assignment1 (bufaccess.__test__) Doctest: bufaccess.__test__.tuple_buffer_assignment1 ... ok tuple_buffer_assignment2 (bufaccess.__test__) Doctest: bufaccess.__test__.tuple_buffer_assignment2 ... ok typedbuffer1 (bufaccess.__test__) Doctest: bufaccess.__test__.typedbuffer1 ... ok typedbuffer2 (bufaccess.__test__) Doctest: bufaccess.__test__.typedbuffer2 ... ok unsafe_get (bufaccess.__test__) Doctest: bufaccess.__test__.unsafe_get ... ok unsafe_get_nonegative (bufaccess.__test__) Doctest: bufaccess.__test__.unsafe_get_nonegative ... ok wraparound_directive (bufaccess.__test__) Doctest: bufaccess.__test__.wraparound_directive ... ok writable (bufaccess.__test__) Doctest: bufaccess.__test__.writable ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bufaccess ... acquire_failure1 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure1 ... ok acquire_failure2 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure2 ... ok acquire_failure3 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure3 ... ok acquire_failure4 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure4 ... ok acquire_failure5 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_failure5 ... ok acquire_nonbuffer1 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_nonbuffer1 ... ok acquire_nonbuffer2 (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_nonbuffer2 ... ok acquire_raise (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_raise ... ok acquire_release (bufaccess.__test__) Doctest: bufaccess.__test__.acquire_release ... ok as_argument (bufaccess.__test__) Doctest: bufaccess.__test__.as_argument ... ok as_argument_defval (bufaccess.__test__) Doctest: bufaccess.__test__.as_argument_defval ... ok as_argument_not_none (bufaccess.__test__) Doctest: bufaccess.__test__.as_argument_not_none ... ok assign_temporary_to_object (bufaccess.__test__) Doctest: bufaccess.__test__.assign_temporary_to_object ... ok assign_to_object (bufaccess.__test__) Doctest: bufaccess.__test__.assign_to_object ... ok basic_struct (bufaccess.__test__) Doctest: bufaccess.__test__.basic_struct ... ok bufdefaults1 (bufaccess.__test__) Doctest: bufaccess.__test__.bufdefaults1 ... ok buffer_cast (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_cast ... ok buffer_cast_fails (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_cast_fails ... ok buffer_nogil (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_nogil ... ok buffer_nogil_oob (bufaccess.__test__) Doctest: bufaccess.__test__.buffer_nogil_oob ... ok c_contig (bufaccess.__test__) Doctest: bufaccess.__test__.c_contig ... ok c_contig_2d (bufaccess.__test__) Doctest: bufaccess.__test__.c_contig_2d ... ok cascaded_buffer_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.cascaded_buffer_assignment ... ok cdef_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.cdef_assignment ... ok complex_dtype (bufaccess.__test__) Doctest: bufaccess.__test__.complex_dtype ... ok complex_inplace (bufaccess.__test__) Doctest: bufaccess.__test__.complex_inplace ... ok complex_struct_dtype (bufaccess.__test__) Doctest: bufaccess.__test__.complex_struct_dtype ... ok complex_struct_inplace (bufaccess.__test__) Doctest: bufaccess.__test__.complex_struct_inplace ... ok disabled_usage (bufaccess.__test__) Doctest: bufaccess.__test__.disabled_usage ... ok explicitly_release_buffer (bufaccess.__test__) Doctest: bufaccess.__test__.explicitly_release_buffer ... ok f_contig (bufaccess.__test__) Doctest: bufaccess.__test__.f_contig ... ok f_contig_2d (bufaccess.__test__) Doctest: bufaccess.__test__.f_contig_2d ... ok forin_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.forin_assignment ... ok get_int_2d (bufaccess.__test__) Doctest: bufaccess.__test__.get_int_2d ... ok get_int_2d_uintindex (bufaccess.__test__) Doctest: bufaccess.__test__.get_int_2d_uintindex ... ok inplace_operators (bufaccess.__test__) Doctest: bufaccess.__test__.inplace_operators ... ok list_comprehension (bufaccess.__test__) Doctest: bufaccess.__test__.list_comprehension ... ok mixed_get (bufaccess.__test__) Doctest: bufaccess.__test__.mixed_get ... ok nested_packed_struct (bufaccess.__test__) Doctest: bufaccess.__test__.nested_packed_struct ... ok nested_struct (bufaccess.__test__) Doctest: bufaccess.__test__.nested_struct ... ok no_negative_indices (bufaccess.__test__) Doctest: bufaccess.__test__.no_negative_indices ... ok nousage_cleanup (bufaccess.__test__) Doctest: bufaccess.__test__.nousage_cleanup ... ok packed_struct (bufaccess.__test__) Doctest: bufaccess.__test__.packed_struct ... ok printbuf_float (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_float ... ok printbuf_int_2d (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_int_2d ... ok printbuf_object (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_object ... ok printbuf_td_cy_int (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_cy_int ... ok printbuf_td_h_cy_short (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_cy_short ... ok printbuf_td_h_double (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_double ... ok printbuf_td_h_short (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_short ... ok printbuf_td_h_ushort (bufaccess.__test__) Doctest: bufaccess.__test__.printbuf_td_h_ushort ... ok readonly (bufaccess.__test__) Doctest: bufaccess.__test__.readonly ... ok safe_get (bufaccess.__test__) Doctest: bufaccess.__test__.safe_get ... ok set_int_2d (bufaccess.__test__) Doctest: bufaccess.__test__.set_int_2d ... ok strided (bufaccess.__test__) Doctest: bufaccess.__test__.strided ... ok test_inplace_assignment (bufaccess.__test__) Doctest: bufaccess.__test__.test_inplace_assignment ... ok tuple_buffer_assignment1 (bufaccess.__test__) Doctest: bufaccess.__test__.tuple_buffer_assignment1 ... ok tuple_buffer_assignment2 (bufaccess.__test__) Doctest: bufaccess.__test__.tuple_buffer_assignment2 ... ok typedbuffer1 (bufaccess.__test__) Doctest: bufaccess.__test__.typedbuffer1 ... ok typedbuffer2 (bufaccess.__test__) Doctest: bufaccess.__test__.typedbuffer2 ... ok unsafe_get (bufaccess.__test__) Doctest: bufaccess.__test__.unsafe_get ... ok unsafe_get_nonegative (bufaccess.__test__) Doctest: bufaccess.__test__.unsafe_get_nonegative ... ok wraparound_directive (bufaccess.__test__) Doctest: bufaccess.__test__.wraparound_directive ... ok writable (bufaccess.__test__) Doctest: bufaccess.__test__.writable ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running buffer ... === C/C++ compiler error output: === buffer.c:955:13: warning: '__pyx_doc_6buffer_24TestCompileWithDocstring___getbuffer__' defined but not used [-Wunused-variable] static char __pyx_doc_6buffer_24TestCompileWithDocstring___getbuffer__[] = "I am a docstring!"; ^ buffer.c:998:13: warning: '__pyx_doc_6buffer_24TestCompileWithDocstring_2__releasebuffer__' defined but not used [-Wunused-variable] static char __pyx_doc_6buffer_24TestCompileWithDocstring_2__releasebuffer__[] = "I am a docstring!"; ^ ============================== buffer () Doctest: buffer ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running buffer ... === C/C++ compiler error output: === buffer.cpp:964:13: warning: '__pyx_doc_6buffer_24TestCompileWithDocstring___getbuffer__' defined but not used [-Wunused-variable] static char __pyx_doc_6buffer_24TestCompileWithDocstring___getbuffer__[] = "I am a docstring!"; ^ buffer.cpp:1007:13: warning: '__pyx_doc_6buffer_24TestCompileWithDocstring_2__releasebuffer__' defined but not used [-Wunused-variable] static char __pyx_doc_6buffer_24TestCompileWithDocstring_2__releasebuffer__[] = "I am a docstring!"; ^ ============================== buffer () Doctest: buffer ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running buffmt ... _int (buffmt.__test__) Doctest: buffmt.__test__._int ... ok _obj (buffmt.__test__) Doctest: buffmt.__test__._obj ... ok _ulong (buffmt.__test__) Doctest: buffmt.__test__._ulong ... ok alignment_string (buffmt.__test__) Doctest: buffmt.__test__.alignment_string ... ok char3int (buffmt.__test__) Doctest: buffmt.__test__.char3int ... ok complex_test (buffmt.__test__) Doctest: buffmt.__test__.complex_test ... ok int_and_long_are_same (buffmt.__test__) Doctest: buffmt.__test__.int_and_long_are_same ... ok mixed_complex_struct (buffmt.__test__) Doctest: buffmt.__test__.mixed_complex_struct ... ok packed_struct (buffmt.__test__) Doctest: buffmt.__test__.packed_struct ... ok packed_struct_with_strings (buffmt.__test__) Doctest: buffmt.__test__.packed_struct_with_strings ... ok partially_packed_struct (buffmt.__test__) Doctest: buffmt.__test__.partially_packed_struct ... ok partially_packed_struct_2 (buffmt.__test__) Doctest: buffmt.__test__.partially_packed_struct_2 ... ok unpacked_struct (buffmt.__test__) Doctest: buffmt.__test__.unpacked_struct ... ok wrongsize (buffmt.__test__) Doctest: buffmt.__test__.wrongsize ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running buffmt ... _int (buffmt.__test__) Doctest: buffmt.__test__._int ... ok _obj (buffmt.__test__) Doctest: buffmt.__test__._obj ... ok _ulong (buffmt.__test__) Doctest: buffmt.__test__._ulong ... ok alignment_string (buffmt.__test__) Doctest: buffmt.__test__.alignment_string ... ok char3int (buffmt.__test__) Doctest: buffmt.__test__.char3int ... ok complex_test (buffmt.__test__) Doctest: buffmt.__test__.complex_test ... ok int_and_long_are_same (buffmt.__test__) Doctest: buffmt.__test__.int_and_long_are_same ... ok mixed_complex_struct (buffmt.__test__) Doctest: buffmt.__test__.mixed_complex_struct ... ok packed_struct (buffmt.__test__) Doctest: buffmt.__test__.packed_struct ... ok packed_struct_with_strings (buffmt.__test__) Doctest: buffmt.__test__.packed_struct_with_strings ... ok partially_packed_struct (buffmt.__test__) Doctest: buffmt.__test__.partially_packed_struct ... ok partially_packed_struct_2 (buffmt.__test__) Doctest: buffmt.__test__.partially_packed_struct_2 ... ok unpacked_struct (buffmt.__test__) Doctest: buffmt.__test__.unpacked_struct ... ok wrongsize (buffmt.__test__) Doctest: buffmt.__test__.wrongsize ... ok runTest (__main__.EndToEndTest) End-to-end basic_cythonize ... ok runTest (__main__.EndToEndTest) End-to-end basic_distutils ... ok runTest (__main__.EndToEndTest) End-to-end build_dir ... ok runTest (__main__.EndToEndTest) End-to-end common_include_dir ... ok runTest (__main__.EndToEndTest) End-to-end compile_env_distutils ... ok runTest (__main__.EndToEndTest) End-to-end cpp_cythonize ... ok runTest (__main__.EndToEndTest) End-to-end cythonize_additional_sources ... ok runTest (__main__.EndToEndTest) End-to-end cythonize_additional_sources_ext ... ok runTest (__main__.EndToEndTest) End-to-end cythonize_glob ... ok runTest (__main__.EndToEndTest) End-to-end cythonize_options ... ok runTest (__main__.EndToEndTest) End-to-end cythonize_script ... ok runTest (__main__.EndToEndTest) End-to-end cythonize_script_excludes ... ok runTest (__main__.EndToEndTest) End-to-end cythonize_script_package ... ok runTest (__main__.EndToEndTest) End-to-end inline_distutils ... ok runTest (__main__.EndToEndTest) End-to-end module_api ... ok runTest (__main__.CythonCompileTestCase) compiling (c) a_capi ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) a_capi ... ok runTest (__main__.CythonCompileTestCase) compiling (c) argdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) argdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (c) arrayargs ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) arrayargs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) arrayptrcompat ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) arrayptrcompat ... ok runTest (__main__.CythonCompileTestCase) compiling (c) arraytoptrarg ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) arraytoptrarg ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ass2longlong ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ass2longlong ... ok runTest (__main__.CythonCompileTestCase) compiling (c) assert2 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) assert2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) behnel4 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) behnel4 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) belchenko1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) belchenko1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) builtin ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) builtin ... ok runTest (__main__.CythonCompileTestCase) compiling (c) builtinfuncs ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) builtinfuncs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) builtinlist ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) builtinlist ... ok runTest (__main__.CythonCompileTestCase) compiling (c) c_directives ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) c_directives ... ok runTest (__main__.EndToEndTest) End-to-end callingconvention ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cargdef ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cargdef ... ok runTest (__main__.CythonCompileTestCase) compiling (c) carrdecl ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) carrdecl ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cascmp ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cascmp ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cassign ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cassign ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cast_ctypedef_array_T518 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cast_ctypedef_array_T518 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) casttoexttype ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) casttoexttype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdef_syntax ... === C/C++ compiler error output: === cdef_syntax.c:583:18: warning: '__pyx_f_11cdef_syntax_no_semi' defined but not used [-Wunused-function] static PyObject *__pyx_f_11cdef_syntax_no_semi(void) { ^ cdef_syntax.c:602:18: warning: '__pyx_f_11cdef_syntax_with_semi' defined but not used [-Wunused-function] static PyObject *__pyx_f_11cdef_syntax_with_semi(void) { ^ ============================== ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cdef_syntax ... === C/C++ compiler error output: === cdef_syntax.cpp:592:18: warning: 'PyObject* __pyx_f_11cdef_syntax_no_semi()' defined but not used [-Wunused-function] static PyObject *__pyx_f_11cdef_syntax_no_semi(void) { ^ cdef_syntax.cpp:611:18: warning: 'PyObject* __pyx_f_11cdef_syntax_with_semi()' defined but not used [-Wunused-function] static PyObject *__pyx_f_11cdef_syntax_with_semi(void) { ^ ============================== ok runTest (__main__.CythonCompileTestCase) compiling (c) cdefexternempty ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cdefexternempty ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdefexternfromstar ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cdefexternfromstar ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cenum ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cenum ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cforfromloop ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cforfromloop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cimport_package_module_T4 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cimport_package_module_T4 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cimportfrom_T248 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cimportfrom_T248 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) classmethargdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) classmethargdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cnamespec ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cnamespec ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cnumop ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cnumop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) coercetovoidptr ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) coercetovoidptr ... ok runTest (__main__.CythonCompileTestCase) compiling (c) complexbasetype ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) complexbasetype ... ok runTest (__main__.EndToEndTest) End-to-end const_T42 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) const_decl ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) const_decl ... ok runTest (__main__.CythonCompileTestCase) compiling (c) constcast ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) constcast ... ok runTest (__main__.CythonCompileTestCase) compiling (c) constexpr ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) constexpr ... ok runTest (__main__.CythonCompileTestCase) compiling (c) coventry1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) coventry1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cpdef ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpdef ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_class_redefinition ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_enums ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_nogil ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_templated_ctypedef ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_templates ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cstructreturn ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cstructreturn ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ctypedef ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ctypedef ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ctypedef_public_class_T355 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ctypedef_public_class_T355 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ctypedefclass ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ctypedefclass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ctypedefenum ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ctypedefenum ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ctypedefpubapi ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ctypedefpubapi ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ctypedefstruct ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ctypedefstruct ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ctypedefunion ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ctypedefunion ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cunsignedlong ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cunsignedlong ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cvardef ... === C/C++ compiler error output: === cvardef.c: In function '__pyx_pf_7cvardef_f': cvardef.c:662:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable] char **__pyx_v_a_2d_char_ptr_ptr_array[10][20]; ^ cvardef.c:661:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable] char *__pyx_v_a_2d_char_ptr_array[10][20]; ^ cvardef.c:660:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable] char __pyx_v_a_2d_char_array[10][20]; ^ cvardef.c:659:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable] char __pyx_v_a_sized_char_array[10]; ^ ============================== ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cvardef ... === C/C++ compiler error output: === cvardef.cpp: In function 'PyObject* __pyx_pf_7cvardef_f(PyObject*)': cvardef.cpp:668:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable] char __pyx_v_a_sized_char_array[10]; ^ cvardef.cpp:669:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable] char __pyx_v_a_2d_char_array[10][20]; ^ cvardef.cpp:670:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable] char *__pyx_v_a_2d_char_ptr_array[10][20]; ^ cvardef.cpp:671:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable] char **__pyx_v_a_2d_char_ptr_ptr_array[10][20]; ^ ============================== ok runTest (__main__.CythonCompileTestCase) compiling (c) cverylongtypes ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cverylongtypes ... ok runTest (__main__.CythonCompileTestCase) compiling (c) declandimpl ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) declandimpl ... ok runTest (__main__.EndToEndTest) End-to-end declarations ... ok runTest (__main__.CythonCompileTestCase) compiling (c) del ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) del ... ok runTest (__main__.EndToEndTest) End-to-end distutils_libraries_T845 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) docstrings ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) docstrings ... ok runTest (__main__.CythonCompileTestCase) compiling (c) doda1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) doda1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) dotted_cimport ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) dotted_cimport ... ok runTest (__main__.CythonCompileTestCase) compiling (c) drake1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) drake1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ellipsis_T488 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ellipsis_T488 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) emptytry ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) emptytry ... ok runTest (__main__.CythonCompileTestCase) compiling (c) enumintcompat ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) enumintcompat ... ok runTest (__main__.CythonCompileTestCase) compiling (c) eqcmp ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) eqcmp ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing3 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing3 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing4 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing4 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing5 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing5 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing6 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing6 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing7 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing7 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing8 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing8 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ewing9 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ewing9 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) excvalcheck ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) excvalcheck ... ok runTest (__main__.CythonCompileTestCase) compiling (c) excvaldecl ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) excvaldecl ... ok runTest (__main__.CythonCompileTestCase) compiling (c) excvalreturn ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) excvalreturn ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extargdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extargdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extcmethcall ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extcmethcall ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extcoerce ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extcoerce ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extdelattr ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extdelattr ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extdelitem ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extdelitem ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extdelslice ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extdelslice ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extdescrdel ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extdescrdel ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extdescrget ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extdescrget ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extdescrset ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extdescrset ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extern ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extern ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extern_packed_struct ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extern_packed_struct ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extexttype ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extexttype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extforward ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extforward ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extgetattr ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extgetattr ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extgetitem ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extgetitem ... ok runTest (__main__.CythonCompileTestCase) compiling (c) exthash ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) exthash ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extimported ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extimported ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extimportedsubtype ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extimportedsubtype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extindex ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extindex ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extinheritdel ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extinheritdel ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extinheritset ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extinheritset ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extpropertyall ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extpropertyall ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extpropertydel ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extpropertydel ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extpropertydoc ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extpropertydoc ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extpropertyget ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extpropertyget ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extpropertyset ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extpropertyset ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extpymemberdef ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extpymemberdef ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extsetattr ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extsetattr ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extsetitem ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extsetitem ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extsetslice ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) extsetslice ... ok runTest (__main__.EndToEndTest) End-to-end find_pxd ... ok runTest (__main__.CythonCompileTestCase) compiling (c) first_assignment ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) first_assignment ... ok runTest (__main__.CythonCompileTestCase) compiling (c) for ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) for ... ok runTest (__main__.CythonCompileTestCase) compiling (c) forfromelse ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) forfromelse ... ok runTest (__main__.CythonCompileTestCase) compiling (c) formfeed ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) formfeed ... ok runTest (__main__.CythonCompileTestCase) compiling (c) forward ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) forward ... ok runTest (__main__.CythonCompileTestCase) compiling (c) fromimport ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) fromimport ... ok runTest (__main__.CythonCompileTestCase) compiling (c) fromimport_star ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) fromimport_star ... ok runTest (__main__.CythonCompileTestCase) compiling (c) funcptr ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) funcptr ... ok runTest (__main__.CythonCompileTestCase) compiling (c) future_imports ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) future_imports ... ok runTest (__main__.CythonCompileTestCase) compiling (c) gencall ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) gencall ... ok runTest (__main__.CythonCompileTestCase) compiling (c) globalonly ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) globalonly ... ok runTest (__main__.CythonCompileTestCase) compiling (c) globalstmt ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) globalstmt ... ok runTest (__main__.CythonCompileTestCase) compiling (c) globvardef ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) globvardef ... ok runTest (__main__.CythonCompileTestCase) compiling (c) gustafsson2 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) gustafsson2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) hinsen2 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) hinsen2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) huss2 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) huss2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ia_cdefblock ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ia_cdefblock ... ok runTest (__main__.CythonCompileTestCase) compiling (c) import ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) import ... ok runTest (__main__.CythonCompileTestCase) compiling (c) index ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) index ... ok runTest (__main__.CythonCompileTestCase) compiling (c) indices ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) indices ... ok runTest (__main__.CythonCompileTestCase) compiling (c) inplace_lhs ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) inplace_lhs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) inplace_ops ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) inplace_ops ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ishimoto1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ishimoto1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) ishimoto4 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) ishimoto4 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) jiba3 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) jiba3 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) jiba4 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) jiba4 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) jiba5 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) jiba5 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) jiba6 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) jiba6 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) johnson1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) johnson1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) johnson2 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) johnson2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) khavkine1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) khavkine1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) kleckner1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) kleckner1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) lepage_2 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) lepage_2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) libc_all ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) libc_all ... ok runTest (__main__.CythonCompileTestCase) compiling (c) libc_errno ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) libc_errno ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running libc_math ... test_pi (line 6) (libc_math.__test__) Doctest: libc_math.__test__.test_pi (line 6) ... ok test_sin (line 14) (libc_math.__test__) Doctest: libc_math.__test__.test_sin (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running libc_math ... test_pi (line 6) (libc_math.__test__) Doctest: libc_math.__test__.test_pi (line 6) ... ok test_sin (line 14) (libc_math.__test__) Doctest: libc_math.__test__.test_sin (line 14) ... ok runTest (__main__.CythonCompileTestCase) compiling (c) libc_signal ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) libc_signal ... ok runTest (__main__.CythonCompileTestCase) compiling (c) libc_stdio ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) libc_stdio ... ok runTest (__main__.CythonCompileTestCase) compiling (c) longunsigned ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) longunsigned ... ok runTest (__main__.CythonCompileTestCase) compiling (c) magcmp ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) magcmp ... ok runTest (__main__.CythonCompileTestCase) compiling (c) msvc_strings ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) msvc_strings ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nogil ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) nogil ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nonctypedefclass ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) nonctypedefclass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) none ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) none ... ok runTest (__main__.CythonCompileTestCase) compiling (c) notnonearg ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) notnonearg ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nullptr ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) nullptr ... ok runTest (__main__.CythonCompileTestCase) compiling (c) omittedargnames ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) omittedargnames ... ok runTest (__main__.CythonCompileTestCase) compiling (c) parallel_compile_float_rank ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) parallel_compile_float_rank ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pinard4 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) pinard4 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) posix_pxds ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) posix_pxds ... ok runTest (__main__.CythonCompileTestCase) compiling (c) publicapi_api ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) publicapi_api ... ok runTest (__main__.CythonCompileTestCase) compiling (c) publicapi_cimport ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) publicapi_cimport ... ok runTest (__main__.CythonCompileTestCase) compiling (c) publicapi_mix ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) publicapi_mix ... ok runTest (__main__.CythonCompileTestCase) compiling (c) publicapi_pub ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) publicapi_pub ... ok runTest (__main__.CythonCompileTestCase) compiling (c) publicapi_pxd_mix ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) publicapi_pxd_mix ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pxd_override_T230 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) pxd_override_T230 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pyclass ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) pyclass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pylong ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) pylong ... ok runTest (__main__.CythonCompileTestCase) compiling (c) r_pernici1 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) r_pernici1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) signedtypes ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) signedtypes ... ok runTest (__main__.CythonCompileTestCase) compiling (c) slicex ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) slicex ... ok runTest (__main__.CythonCompileTestCase) compiling (c) specialfloatvals ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) specialfloatvals ... ok runTest (__main__.CythonCompileTestCase) compiling (c) specmethargdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) specmethargdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (c) specmethdocstring ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) specmethdocstring ... ok runTest (__main__.CythonCompileTestCase) compiling (c) specmethextarg ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) specmethextarg ... ok runTest (__main__.CythonCompileTestCase) compiling (c) traceback ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) traceback ... ok runTest (__main__.CythonCompileTestCase) compiling (c) tryexcept ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) tryexcept ... ok runTest (__main__.CythonCompileTestCase) compiling (c) tryfinally ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) tryfinally ... ok runTest (__main__.CythonCompileTestCase) compiling (c) typecast ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) typecast ... ok runTest (__main__.CythonCompileTestCase) compiling (c) types_and_names ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) types_and_names ... ok runTest (__main__.CythonCompileTestCase) compiling (c) utf8bom ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) utf8bom ... ok runTest (__main__.CythonCompileTestCase) compiling (c) watts2 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) watts2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) weakref_T276 ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) weakref_T276 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) while ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) while ... ok runTest (__main__.CythonCompileTestCase) compiling (c) withgil ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) withgil ... ok runTest (__main__.CythonCompileTestCase) compiling (c) break_outside_loop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) bufaccess_noassignT444 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) buffertypedef_T117 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) builtin_type_inheritance ... ok runTest (__main__.CythonCompileTestCase) compiling (c) callargs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) callingnonexisting_T307 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdef_in_pyclass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdef_members_T517 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdef_syntax ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdefkwargs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdefoptargs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cdefspecial ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cfunc_directive_in_pyclass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) charptr_from_temp ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cmethbasematch ... ok runTest (__main__.CythonCompileTestCase) compiling (c) compile_time_unraisable_T370 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) const_decl_errors ... ok runTest (__main__.CythonCompileTestCase) compiling (c) continue_outside_loop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cpdef_syntax ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_comparison ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_no_auto_conversion ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) cpp_no_constructor ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cpp_object_template ... ok runTest (__main__.CythonCompileTestCase) compiling (c) cython3_bytes ... ok runTest (__main__.CythonCompileTestCase) compiling (c) declareafteruse_T158 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) def_nogil ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e2_packedstruct_T290 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_addop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_argdefault ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_arrayassign ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_ass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_assnone ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_autotestdict ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_badexcvaltype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_badfuncargtype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_badpyparam ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_badtypeuse ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_bitop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_boolcoerce ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_bufaccess ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_bufaccess2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_callnonfunction ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_callspec ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cdef_closure ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cdef_keywords_T241 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cdef_missing_declarator ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cdef_yield ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cdefassign ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cdefemptysue ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cenum ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cmethbasematch ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cmp ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cstruct ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_ctypedefornot ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cunion ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_cython_parallel ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_declarations ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_decorators ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_del ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_directives ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_exceptclause ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_excvalfunctype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_exttype_freelist ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_extweakref ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_func_in_pxd ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_fused_closure ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_generators ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_index ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_int_literals_py2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_int_literals_py3 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_invalid_num_threads ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_multass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_nargs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_nogilcmeth ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_nogilfunctype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_nonlocal_T490 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_nosignword ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_notnone ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_notnone2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_numop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_powop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_public_cdef_private_types ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_pxdimpl ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_pyobinstruct ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_relative_cimport ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_return ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_sizeofincomplete ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_slice ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_strcoerce ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_subop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_switch ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_switch_transform ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_tempcast ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_tuple_args_T692 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_undefexttype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_unop ... ok runTest (__main__.CythonCompileTestCase) compiling (c) e_while ... ok runTest (__main__.CythonCompileTestCase) compiling (c) empty ... ok runTest (__main__.CythonCompileTestCase) compiling (c) encoding ... ok runTest (__main__.CythonCompileTestCase) compiling (c) exec_errors ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extclassattrsetting ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extended_unpacking ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extended_unpacking_notuple ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extended_unpacking_parser ... ok runTest (__main__.CythonCompileTestCase) compiling (c) extended_unpacking_parser2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) final_methods ... ok runTest (__main__.CythonCompileTestCase) compiling (c) fused_syntax ... ok runTest (__main__.CythonCompileTestCase) compiling (c) fused_syntax_ctypedef ... ok runTest (__main__.CythonCompileTestCase) compiling (c) fused_types ... ok runTest (__main__.CythonCompileTestCase) compiling (c) futurebraces ... ok runTest (__main__.CythonCompileTestCase) compiling (c) incorrectly_nested_gil_blocks ... ok runTest (__main__.CythonCompileTestCase) compiling (c) invalid_cast ... ok runTest (__main__.CythonCompileTestCase) compiling (c) invalid_hex_escape0 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) invalid_hex_escape1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) invalid_uescape ... ok runTest (__main__.CythonCompileTestCase) compiling (c) invalid_uescape0 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) invalid_uescape2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) invalid_uescapeN ... ok runTest (__main__.CythonCompileTestCase) compiling (c) literal_lists ... ok runTest (__main__.CythonCompileTestCase) compiling (c) missing_self_in_cpdef_method_T156 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) missing_self_in_cpdef_method_T165 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) mod_errors ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nogil ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nogil_buffer_acquisition ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nogilcmeth ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nogilfunctype ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nonconst_def ... ok runTest (__main__.CythonCompileTestCase) compiling (c) nonconst_def_tuple ... ok runTest (__main__.CythonCompileTestCase) compiling (c) notcimportedT418 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) parsed_directive ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep448_syntax_1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep448_syntax_2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep448_syntax_3 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async1 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async10 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async3 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async4 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async5 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async6 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async7 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async8 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pep492_badsyntax_async9 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pxd_cdef_class_declaration_T286 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pxd_signature_mismatch ... ok runTest (__main__.CythonCompileTestCase) compiling (c) py_ucs4_type_errors ... ok runTest (__main__.CythonCompileTestCase) compiling (c) py_unicode_type_errors ... ok runTest (__main__.CythonCompileTestCase) compiling (c) pyobjcastdisallow_T313 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) return_outside_function_T135 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) reversed_literal_pyobjs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) se_badindent ... ok runTest (__main__.CythonCompileTestCase) compiling (c) se_badindent2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) se_mixtabspace ... ok runTest (__main__.CythonCompileTestCase) compiling (c) se_multass ... ok runTest (__main__.CythonCompileTestCase) compiling (c) string_assignments ... ok runTest (__main__.CythonCompileTestCase) compiling (c) subtyping_final_class ... ok runTest (__main__.CythonCompileTestCase) compiling (c) syntax_warnings ... ok runTest (__main__.CythonCompileTestCase) compiling (c) tree_assert ... ok runTest (__main__.CythonCompileTestCase) compiling (c) typoT304 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) undefinedname ... ok runTest (__main__.CythonCompileTestCase) compiling (c) uninitialized_lhs ... ok runTest (__main__.CythonCompileTestCase) compiling (c) void_as_arg ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_cdef_override ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) w_python_list_as_cppset_ref ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_del ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_exc ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_for ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_generators ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_py2 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_py3 ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_while ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_uninitialized_with ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_unreachable ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_unreachable_cf ... ok runTest (__main__.CythonCompileTestCase) compiling (c) w_unused ... ok runTest (__main__.CythonCompileTestCase) compiling (c) wraparound_warnings ... ok runTest (__main__.CythonCompileTestCase) compiling (c) compile_declarations ... ok runTest (__main__.CythonCompileTestCase) compiling (cpp) compile_declarations ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cythonarray ... === C/C++ compiler error output: === cythonarray.c:22522:18: warning: '__pyx_memview_get_int' defined but not used [-Wunused-function] static PyObject *__pyx_memview_get_int(const char *itemp) { ^ cythonarray.c:22525:12: warning: '__pyx_memview_set_int' defined but not used [-Wunused-function] static int __pyx_memview_set_int(const char *itemp, PyObject *obj) { ^ ============================== acquire (line 39) (cythonarray.__test__) Doctest: cythonarray.__test__.acquire (line 39) ... ok contiguity (line 12) (cythonarray.__test__) Doctest: cythonarray.__test__.contiguity (line 12) ... ok dont_allocate_buffer (line 61) (cythonarray.__test__) Doctest: cythonarray.__test__.dont_allocate_buffer (line 61) ... ok full_or_strided (line 52) (cythonarray.__test__) Doctest: cythonarray.__test__.full_or_strided (line 52) ... ok test_array_from_pointer (line 122) (cythonarray.__test__) Doctest: cythonarray.__test__.test_array_from_pointer (line 122) ... ok test_array_from_pointer_3d (line 164) (cythonarray.__test__) Doctest: cythonarray.__test__.test_array_from_pointer_3d (line 164) ... ok test_cyarray_from_carray (line 181) (cythonarray.__test__) Doctest: cythonarray.__test__.test_cyarray_from_carray (line 181) ... ok test_cython_array_getbuffer (line 71) (cythonarray.__test__) Doctest: cythonarray.__test__.test_cython_array_getbuffer (line 71) ... ok test_cython_array_index (line 88) (cythonarray.__test__) Doctest: cythonarray.__test__.test_cython_array_index (line 88) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cythonarray ... === C/C++ compiler error output: === cythonarray.cpp:22531:18: warning: 'PyObject* __pyx_memview_get_int(const char*)' defined but not used [-Wunused-function] static PyObject *__pyx_memview_get_int(const char *itemp) { ^ cythonarray.cpp:22534:12: warning: 'int __pyx_memview_set_int(const char*, PyObject*)' defined but not used [-Wunused-function] static int __pyx_memview_set_int(const char *itemp, PyObject *obj) { ^ ============================== acquire (line 39) (cythonarray.__test__) Doctest: cythonarray.__test__.acquire (line 39) ... ok contiguity (line 12) (cythonarray.__test__) Doctest: cythonarray.__test__.contiguity (line 12) ... ok dont_allocate_buffer (line 61) (cythonarray.__test__) Doctest: cythonarray.__test__.dont_allocate_buffer (line 61) ... ok full_or_strided (line 52) (cythonarray.__test__) Doctest: cythonarray.__test__.full_or_strided (line 52) ... ok test_array_from_pointer (line 122) (cythonarray.__test__) Doctest: cythonarray.__test__.test_array_from_pointer (line 122) ... ok test_array_from_pointer_3d (line 164) (cythonarray.__test__) Doctest: cythonarray.__test__.test_array_from_pointer_3d (line 164) ... ok test_cyarray_from_carray (line 181) (cythonarray.__test__) Doctest: cythonarray.__test__.test_cyarray_from_carray (line 181) ... ok test_cython_array_getbuffer (line 71) (cythonarray.__test__) Doctest: cythonarray.__test__.test_cython_array_getbuffer (line 71) ... ok test_cython_array_index (line 88) (cythonarray.__test__) Doctest: cythonarray.__test__.test_cython_array_index (line 88) ... ok runTest (__main__.CythonCompileTestCase) compiling (c) error_declarations ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running memoryview ... === C/C++ compiler error output: === memoryview.c:20481:12: warning: '__pyx_f_10memoryview_min_max_tree_restructuring' defined but not used [-Wunused-function] static int __pyx_f_10memoryview_min_max_tree_restructuring(void) { ^ memoryview.c: In function '__pyx_convert__to_py___pyx_t_10memoryview_LongComplex': memoryview.c:49143:18: note: the ABI of passing aggregates with 16-byte alignment will change in a future GCC release static PyObject* __pyx_convert__to_py___pyx_t_10memoryview_LongComplex(struct __pyx_t_10memoryview_LongComplex s) { ^ ============================== memoryview () Doctest: memoryview ... ok assign_temporary_to_object (line 671) (memoryview.__test__) Doctest: memoryview.__test__.assign_temporary_to_object (line 671) ... ok assign_to_object (line 652) (memoryview.__test__) Doctest: memoryview.__test__.assign_to_object (line 652) ... ok basic_struct (line 238) (memoryview.__test__) Doctest: memoryview.__test__.basic_struct (line 238) ... ok c_contig (line 444) (memoryview.__test__) Doctest: memoryview.__test__.c_contig (line 444) ... ok c_contig_2d (line 453) (memoryview.__test__) Doctest: memoryview.__test__.c_contig_2d (line 453) ... ok complex_dtype (line 294) (memoryview.__test__) Doctest: memoryview.__test__.complex_dtype (line 294) ... ok complex_inplace (line 302) (memoryview.__test__) Doctest: memoryview.__test__.complex_inplace (line 302) ... ok complex_struct_dtype (line 311) (memoryview.__test__) Doctest: memoryview.__test__.complex_struct_dtype (line 311) ... ok f_contig (line 464) (memoryview.__test__) Doctest: memoryview.__test__.f_contig (line 464) ... ok f_contig_2d (line 473) (memoryview.__test__) Doctest: memoryview.__test__.f_contig_2d (line 473) ... ok generic (line 484) (memoryview.__test__) Doctest: memoryview.__test__.generic (line 484) ... ok get_int_2d (line 324) (memoryview.__test__) Doctest: memoryview.__test__.get_int_2d (line 324) ... ok nested_packed_struct (line 278) (memoryview.__test__) Doctest: memoryview.__test__.nested_packed_struct (line 278) ... ok nested_struct (line 250) (memoryview.__test__) Doctest: memoryview.__test__.nested_struct (line 250) ... ok packed_struct (line 263) (memoryview.__test__) Doctest: memoryview.__test__.packed_struct (line 263) ... ok printbuf_object (line 629) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_object (line 629) ... ok printbuf_td_cy_int (line 543) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_cy_int (line 543) ... ok printbuf_td_h_cy_short (line 573) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_cy_short (line 573) ... ok printbuf_td_h_double (line 603) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_double (line 603) ... ok printbuf_td_h_short (line 558) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_short (line 558) ... ok printbuf_td_h_ushort (line 588) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_ushort (line 588) ... ok set_int_2d (line 359) (memoryview.__test__) Doctest: memoryview.__test__.set_int_2d (line 359) ... ok strided (line 429) (memoryview.__test__) Doctest: memoryview.__test__.strided (line 429) ... ok test_acquire_memoryview_slice (line 896) (memoryview.__test__) Doctest: memoryview.__test__.test_acquire_memoryview_slice (line 896) ... ok test_assign_scalar (line 931) (memoryview.__test__) Doctest: memoryview.__test__.test_assign_scalar (line 931) ... ok test_assignment_in_conditional_expression (line 983) (memoryview.__test__) Doctest: memoryview.__test__.test_assignment_in_conditional_expression (line 983) ... ok test_cdef_attribute (line 173) (memoryview.__test__) Doctest: memoryview.__test__.test_cdef_attribute (line 173) ... ok test_coerce_to_temp (line 105) (memoryview.__test__) Doctest: memoryview.__test__.test_coerce_to_temp (line 105) ... ok test_contig_scalar_to_slice_assignment (line 955) (memoryview.__test__) Doctest: memoryview.__test__.test_contig_scalar_to_slice_assignment (line 955) ... ok test_cpython_offbyone_issue_23349 (line 1017) (memoryview.__test__) Doctest: memoryview.__test__.test_cpython_offbyone_issue_23349 (line 1017) ... ok test_direct_slicing (line 795) (memoryview.__test__) Doctest: memoryview.__test__.test_direct_slicing (line 795) ... ok test_dtype_object_scalar_assignment (line 971) (memoryview.__test__) Doctest: memoryview.__test__.test_dtype_object_scalar_assignment (line 971) ... ok test_extclass_attribute_dealloc (line 136) (memoryview.__test__) Doctest: memoryview.__test__.test_extclass_attribute_dealloc (line 136) ... ok test_external_dtype (line 82) (memoryview.__test__) Doctest: memoryview.__test__.test_external_dtype (line 82) ... ok test_generic_slicing (line 698) (memoryview.__test__) Doctest: memoryview.__test__.test_generic_slicing (line 698) ... ok test_indirect_slicing (line 754) (memoryview.__test__) Doctest: memoryview.__test__.test_indirect_slicing (line 754) ... ok test_nogil_oob (line 226) (memoryview.__test__) Doctest: memoryview.__test__.test_nogil_oob (line 226) ... ok test_nogil_unbound_localerror (line 215) (memoryview.__test__) Doctest: memoryview.__test__.test_nogil_unbound_localerror (line 215) ... ok test_oob (line 862) (memoryview.__test__) Doctest: memoryview.__test__.test_oob (line 862) ... ok test_slicing_and_indexing (line 832) (memoryview.__test__) Doctest: memoryview.__test__.test_slicing_and_indexing (line 832) ... ok writable (line 417) (memoryview.__test__) Doctest: memoryview.__test__.writable (line 417) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running memoryview ... === C/C++ compiler error output: === memoryview.cpp: In function 'PyObject* __pyx_convert__to_py___pyx_t_10memoryview_LongComplex(__pyx_t_10memoryview_LongComplex)': memoryview.cpp:49152:18: note: the ABI of passing aggregates with 16-byte alignment will change in a future GCC release static PyObject* __pyx_convert__to_py___pyx_t_10memoryview_LongComplex(struct __pyx_t_10memoryview_LongComplex s) { ^ memoryview.cpp: At global scope: memoryview.cpp:20490:12: warning: 'int __pyx_f_10memoryview_min_max_tree_restructuring()' defined but not used [-Wunused-function] static int __pyx_f_10memoryview_min_max_tree_restructuring(void) { ^ ============================== memoryview () Doctest: memoryview ... ok assign_temporary_to_object (line 671) (memoryview.__test__) Doctest: memoryview.__test__.assign_temporary_to_object (line 671) ... ok assign_to_object (line 652) (memoryview.__test__) Doctest: memoryview.__test__.assign_to_object (line 652) ... ok basic_struct (line 238) (memoryview.__test__) Doctest: memoryview.__test__.basic_struct (line 238) ... ok c_contig (line 444) (memoryview.__test__) Doctest: memoryview.__test__.c_contig (line 444) ... ok c_contig_2d (line 453) (memoryview.__test__) Doctest: memoryview.__test__.c_contig_2d (line 453) ... ok complex_dtype (line 294) (memoryview.__test__) Doctest: memoryview.__test__.complex_dtype (line 294) ... ok complex_inplace (line 302) (memoryview.__test__) Doctest: memoryview.__test__.complex_inplace (line 302) ... ok complex_struct_dtype (line 311) (memoryview.__test__) Doctest: memoryview.__test__.complex_struct_dtype (line 311) ... ok f_contig (line 464) (memoryview.__test__) Doctest: memoryview.__test__.f_contig (line 464) ... ok f_contig_2d (line 473) (memoryview.__test__) Doctest: memoryview.__test__.f_contig_2d (line 473) ... ok generic (line 484) (memoryview.__test__) Doctest: memoryview.__test__.generic (line 484) ... ok get_int_2d (line 324) (memoryview.__test__) Doctest: memoryview.__test__.get_int_2d (line 324) ... ok nested_packed_struct (line 278) (memoryview.__test__) Doctest: memoryview.__test__.nested_packed_struct (line 278) ... ok nested_struct (line 250) (memoryview.__test__) Doctest: memoryview.__test__.nested_struct (line 250) ... ok packed_struct (line 263) (memoryview.__test__) Doctest: memoryview.__test__.packed_struct (line 263) ... ok printbuf_object (line 629) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_object (line 629) ... ok printbuf_td_cy_int (line 543) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_cy_int (line 543) ... ok printbuf_td_h_cy_short (line 573) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_cy_short (line 573) ... ok printbuf_td_h_double (line 603) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_double (line 603) ... ok printbuf_td_h_short (line 558) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_short (line 558) ... ok printbuf_td_h_ushort (line 588) (memoryview.__test__) Doctest: memoryview.__test__.printbuf_td_h_ushort (line 588) ... ok set_int_2d (line 359) (memoryview.__test__) Doctest: memoryview.__test__.set_int_2d (line 359) ... ok strided (line 429) (memoryview.__test__) Doctest: memoryview.__test__.strided (line 429) ... ok test_acquire_memoryview_slice (line 896) (memoryview.__test__) Doctest: memoryview.__test__.test_acquire_memoryview_slice (line 896) ... ok test_assign_scalar (line 931) (memoryview.__test__) Doctest: memoryview.__test__.test_assign_scalar (line 931) ... ok test_assignment_in_conditional_expression (line 983) (memoryview.__test__) Doctest: memoryview.__test__.test_assignment_in_conditional_expression (line 983) ... ok test_cdef_attribute (line 173) (memoryview.__test__) Doctest: memoryview.__test__.test_cdef_attribute (line 173) ... ok test_coerce_to_temp (line 105) (memoryview.__test__) Doctest: memoryview.__test__.test_coerce_to_temp (line 105) ... ok test_contig_scalar_to_slice_assignment (line 955) (memoryview.__test__) Doctest: memoryview.__test__.test_contig_scalar_to_slice_assignment (line 955) ... ok test_cpython_offbyone_issue_23349 (line 1017) (memoryview.__test__) Doctest: memoryview.__test__.test_cpython_offbyone_issue_23349 (line 1017) ... ok test_direct_slicing (line 795) (memoryview.__test__) Doctest: memoryview.__test__.test_direct_slicing (line 795) ... ok test_dtype_object_scalar_assignment (line 971) (memoryview.__test__) Doctest: memoryview.__test__.test_dtype_object_scalar_assignment (line 971) ... ok test_extclass_attribute_dealloc (line 136) (memoryview.__test__) Doctest: memoryview.__test__.test_extclass_attribute_dealloc (line 136) ... ok test_external_dtype (line 82) (memoryview.__test__) Doctest: memoryview.__test__.test_external_dtype (line 82) ... ok test_generic_slicing (line 698) (memoryview.__test__) Doctest: memoryview.__test__.test_generic_slicing (line 698) ... ok test_indirect_slicing (line 754) (memoryview.__test__) Doctest: memoryview.__test__.test_indirect_slicing (line 754) ... ok test_nogil_oob (line 226) (memoryview.__test__) Doctest: memoryview.__test__.test_nogil_oob (line 226) ... ok test_nogil_unbound_localerror (line 215) (memoryview.__test__) Doctest: memoryview.__test__.test_nogil_unbound_localerror (line 215) ... ok test_oob (line 862) (memoryview.__test__) Doctest: memoryview.__test__.test_oob (line 862) ... ok test_slicing_and_indexing (line 832) (memoryview.__test__) Doctest: memoryview.__test__.test_slicing_and_indexing (line 832) ... ok writable (line 417) (memoryview.__test__) Doctest: memoryview.__test__.writable (line 417) ... ok runTest (__main__.EndToEndTest) End-to-end memoryview_acq_count ... ok runTest (__main__.EndToEndTest) End-to-end memoryview_compare_type_pointers ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running memoryview_in_subclasses ... BaseType (memoryview_in_subclasses) Doctest: memoryview_in_subclasses.BaseType ... ok Subtype (memoryview_in_subclasses) Doctest: memoryview_in_subclasses.Subtype ... ok SubtypeWithUserDealloc (memoryview_in_subclasses) Doctest: memoryview_in_subclasses.SubtypeWithUserDealloc ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running memoryview_in_subclasses ... BaseType (memoryview_in_subclasses) Doctest: memoryview_in_subclasses.BaseType ... ok Subtype (memoryview_in_subclasses) Doctest: memoryview_in_subclasses.Subtype ... ok SubtypeWithUserDealloc (memoryview_in_subclasses) Doctest: memoryview_in_subclasses.SubtypeWithUserDealloc ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running memoryview_inplace_division ... div_buffer (line 18) (memoryview_inplace_division.__test__) Doctest: memoryview_inplace_division.__test__.div_buffer (line 18) ... ok div_memoryview (line 7) (memoryview_inplace_division.__test__) Doctest: memoryview_inplace_division.__test__.div_memoryview (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running memoryview_inplace_division ... === C/C++ compiler error output: === In file included from /usr/include/python2.7/Python.h:121:0, from memoryview_inplace_division.cpp:4: memoryview_inplace_division.cpp: In function 'PyObject* newarrayobject(PyTypeObject*, Py_ssize_t, arraydescr*)': /usr/include/python2.7/pyerrors.h:220:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__) ^ memoryview_inplace_division.cpp:1034:9: note: in expansion of macro 'PyErr_BadInternalCall' PyErr_BadInternalCall(); ^ ============================== div_buffer (line 18) (memoryview_inplace_division.__test__) Doctest: memoryview_inplace_division.__test__.div_buffer (line 18) ... ok div_memoryview (line 7) (memoryview_inplace_division.__test__) Doctest: memoryview_inplace_division.__test__.div_memoryview (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running memslice ... === C/C++ compiler error output: === memslice.c:79122:34: warning: '__pyx_memview_get_nn_struct___pyx_t_8memslice_D' defined but not used [-Wunused-function] static PyObject *__pyx_memview_get_nn_struct___pyx_t_8memslice_D(const char *itemp) { ^ memslice.c:79125:12: warning: '__pyx_memview_set_nn_struct___pyx_t_8memslice_D' defined but not used [-Wunused-function] static int __pyx_memview_set_nn_struct___pyx_t_8memslice_D(const char *itemp, PyObject *obj) { ^ memslice.c: In function '__Pyx_c_suml': memslice.c:76073:54: note: the ABI of passing aggregates with 16-byte alignment will change in a future GCC release static CYTHON_INLINE __pyx_t_long_double_complex __Pyx_c_suml(__pyx_t_long_double_complex a, __pyx_t_long_double_complex b) { ^ ============================== acquired default acquired Global_A acquire_failure1 (memslice.__test__) Doctest: memslice.__test__.acquire_failure1 ... ok acquire_failure2 (memslice.__test__) Doctest: memslice.__test__.acquire_failure2 ... ok acquire_failure3 (memslice.__test__) Doctest: memslice.__test__.acquire_failure3 ... ok acquire_nonbuffer1 (memslice.__test__) Doctest: memslice.__test__.acquire_nonbuffer1 ... ok acquire_nonbuffer2 (memslice.__test__) Doctest: memslice.__test__.acquire_nonbuffer2 ... ok acquire_raise (memslice.__test__) Doctest: memslice.__test__.acquire_raise ... ok acquire_release (memslice.__test__) Doctest: memslice.__test__.acquire_release ... ok as_argument (memslice.__test__) Doctest: memslice.__test__.as_argument ... ok as_argument_defval (memslice.__test__) Doctest: memslice.__test__.as_argument_defval ... ok assign_temporary_to_object (memslice.__test__) Doctest: memslice.__test__.assign_temporary_to_object ... ok assign_to_object (memslice.__test__) Doctest: memslice.__test__.assign_to_object ... ok basic_struct (memslice.__test__) Doctest: memslice.__test__.basic_struct ... ok bufdefaults1 (memslice.__test__) Doctest: memslice.__test__.bufdefaults1 ... ok buffer_nogil (memslice.__test__) Doctest: memslice.__test__.buffer_nogil ... ok c_contig (memslice.__test__) Doctest: memslice.__test__.c_contig ... ok c_contig_2d (memslice.__test__) Doctest: memslice.__test__.c_contig_2d ... ok cascaded_buffer_assignment (memslice.__test__) Doctest: memslice.__test__.cascaded_buffer_assignment ... ok cdef_assignment (memslice.__test__) Doctest: memslice.__test__.cdef_assignment ... ok char_index_vars (memslice.__test__) Doctest: memslice.__test__.char_index_vars ... ok complex_dtype (memslice.__test__) Doctest: memslice.__test__.complex_dtype ... ok complex_inplace (memslice.__test__) Doctest: memslice.__test__.complex_inplace ... ok complex_struct_dtype (memslice.__test__) Doctest: memslice.__test__.complex_struct_dtype ... ok complex_struct_inplace (memslice.__test__) Doctest: memslice.__test__.complex_struct_inplace ... ok explicitly_release_buffer (memslice.__test__) Doctest: memslice.__test__.explicitly_release_buffer ... ok f_contig (memslice.__test__) Doctest: memslice.__test__.f_contig ... ok f_contig_2d (memslice.__test__) Doctest: memslice.__test__.f_contig_2d ... ok forin_assignment (memslice.__test__) Doctest: memslice.__test__.forin_assignment ... ok generic (memslice.__test__) Doctest: memslice.__test__.generic ... ok get_int_2d (memslice.__test__) Doctest: memslice.__test__.get_int_2d ... ok get_int_2d_uintindex (memslice.__test__) Doctest: memslice.__test__.get_int_2d_uintindex ... ok indirect_contig (memslice.__test__) Doctest: memslice.__test__.indirect_contig ... ok indirect_strided_and_contig (memslice.__test__) Doctest: memslice.__test__.indirect_strided_and_contig ... ok inplace_operators (memslice.__test__) Doctest: memslice.__test__.inplace_operators ... ok list_comprehension (memslice.__test__) Doctest: memslice.__test__.list_comprehension ... ok mixed_get (memslice.__test__) Doctest: memslice.__test__.mixed_get ... ok nested_packed_struct (memslice.__test__) Doctest: memslice.__test__.nested_packed_struct ... ok nested_struct (memslice.__test__) Doctest: memslice.__test__.nested_struct ... ok packed_struct (memslice.__test__) Doctest: memslice.__test__.packed_struct ... ok printbuf_float (memslice.__test__) Doctest: memslice.__test__.printbuf_float ... ok printbuf_int_2d (memslice.__test__) Doctest: memslice.__test__.printbuf_int_2d ... ok printbuf_object (memslice.__test__) Doctest: memslice.__test__.printbuf_object ... ok printbuf_td_cy_int (memslice.__test__) Doctest: memslice.__test__.printbuf_td_cy_int ... ok printbuf_td_h_cy_short (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_cy_short ... ok printbuf_td_h_double (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_double ... ok printbuf_td_h_short (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_short ... ok printbuf_td_h_ushort (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_ushort ... ok safe_get (memslice.__test__) Doctest: memslice.__test__.safe_get ... ok schar_index_vars (memslice.__test__) Doctest: memslice.__test__.schar_index_vars ... ok set_int_2d (memslice.__test__) Doctest: memslice.__test__.set_int_2d ... ok strided (memslice.__test__) Doctest: memslice.__test__.strided ... ok test_borrowed_slice (memslice.__test__) Doctest: memslice.__test__.test_borrowed_slice ... ok test_cdef_function (memslice.__test__) Doctest: memslice.__test__.test_cdef_function ... ok test_cdef_function2 (memslice.__test__) Doctest: memslice.__test__.test_cdef_function2 ... ok test_clean_temps_parallel (memslice.__test__) Doctest: memslice.__test__.test_clean_temps_parallel ... ok test_clean_temps_prange (memslice.__test__) Doctest: memslice.__test__.test_clean_temps_prange ... ok test_coerce_to_from_None (memslice.__test__) Doctest: memslice.__test__.test_coerce_to_from_None ... ok test_contig_scalar_to_slice_assignment (memslice.__test__) Doctest: memslice.__test__.test_contig_scalar_to_slice_assignment ... ok test_convert_slicenode_to_indexnode (memslice.__test__) Doctest: memslice.__test__.test_convert_slicenode_to_indexnode ... ok test_direct_slicing (memslice.__test__) Doctest: memslice.__test__.test_direct_slicing ... ok test_dtype_object_scalar_assignment (memslice.__test__) Doctest: memslice.__test__.test_dtype_object_scalar_assignment ... ok test_ellipsis_expr (memslice.__test__) Doctest: memslice.__test__.test_ellipsis_expr ... ok test_generic_slicing (memslice.__test__) Doctest: memslice.__test__.test_generic_slicing ... ok test_index_slicing_away_direct_indirect (memslice.__test__) Doctest: memslice.__test__.test_index_slicing_away_direct_indirect ... ok test_indirect_slicing (memslice.__test__) Doctest: memslice.__test__.test_indirect_slicing ... ok test_inplace_assignment (memslice.__test__) Doctest: memslice.__test__.test_inplace_assignment ... ok test_memslice_prange (memslice.__test__) Doctest: memslice.__test__.test_memslice_prange ... ok test_memslice_struct_with_arrays (memslice.__test__) Doctest: memslice.__test__.test_memslice_struct_with_arrays ... ok test_newaxis (memslice.__test__) Doctest: memslice.__test__.test_newaxis ... ok test_newaxis2 (memslice.__test__) Doctest: memslice.__test__.test_newaxis2 ... ok test_nogil (memslice.__test__) Doctest: memslice.__test__.test_nogil ... ok test_nogil_oob1 (memslice.__test__) Doctest: memslice.__test__.test_nogil_oob1 ... ok test_nogil_oob2 (memslice.__test__) Doctest: memslice.__test__.test_nogil_oob2 ... ok test_noneslice_compare (memslice.__test__) Doctest: memslice.__test__.test_noneslice_compare ... ok test_noneslice_del (memslice.__test__) Doctest: memslice.__test__.test_noneslice_del ... ok test_noneslice_ext_attr (memslice.__test__) Doctest: memslice.__test__.test_noneslice_ext_attr ... ok test_noneslice_nogil_check_none (memslice.__test__) Doctest: memslice.__test__.test_noneslice_nogil_check_none ... ok test_noneslice_not_none (memslice.__test__) Doctest: memslice.__test__.test_noneslice_not_none ... ok test_object_dtype_copying (memslice.__test__) Doctest: memslice.__test__.test_object_dtype_copying ... ok test_object_indices (memslice.__test__) Doctest: memslice.__test__.test_object_indices ... ok test_oob (memslice.__test__) Doctest: memslice.__test__.test_oob ... ok test_padded_structs (memslice.__test__) Doctest: memslice.__test__.test_padded_structs ... ok test_scalar_slice_assignment (memslice.__test__) Doctest: memslice.__test__.test_scalar_slice_assignment ... ok test_slice_assignment (memslice.__test__) Doctest: memslice.__test__.test_slice_assignment ... ok test_slice_assignment_broadcast_leading (memslice.__test__) Doctest: memslice.__test__.test_slice_assignment_broadcast_leading ... ok test_slice_assignment_broadcast_strides (memslice.__test__) Doctest: memslice.__test__.test_slice_assignment_broadcast_strides ... ok test_slicing_and_indexing (memslice.__test__) Doctest: memslice.__test__.test_slicing_and_indexing ... ok test_struct_attributes_format (memslice.__test__) Doctest: memslice.__test__.test_struct_attributes_format ... ok tuple_buffer_assignment1 (memslice.__test__) Doctest: memslice.__test__.tuple_buffer_assignment1 ... ok tuple_buffer_assignment2 (memslice.__test__) Doctest: memslice.__test__.tuple_buffer_assignment2 ... ok uchar_index_vars (memslice.__test__) Doctest: memslice.__test__.uchar_index_vars ... ok unsafe_get (memslice.__test__) Doctest: memslice.__test__.unsafe_get ... ok wraparound_directive (memslice.__test__) Doctest: memslice.__test__.wraparound_directive ... ok writable (memslice.__test__) Doctest: memslice.__test__.writable ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running memslice ... === C/C++ compiler error output: === memslice.cpp:79131:34: warning: 'PyObject* __pyx_memview_get_nn_struct___pyx_t_8memslice_D(const char*)' defined but not used [-Wunused-function] static PyObject *__pyx_memview_get_nn_struct___pyx_t_8memslice_D(const char *itemp) { ^ memslice.cpp:79134:12: warning: 'int __pyx_memview_set_nn_struct___pyx_t_8memslice_D(const char*, PyObject*)' defined but not used [-Wunused-function] static int __pyx_memview_set_nn_struct___pyx_t_8memslice_D(const char *itemp, PyObject *obj) { ^ ============================== acquired default acquired Global_A acquire_failure1 (memslice.__test__) Doctest: memslice.__test__.acquire_failure1 ... ok acquire_failure2 (memslice.__test__) Doctest: memslice.__test__.acquire_failure2 ... ok acquire_failure3 (memslice.__test__) Doctest: memslice.__test__.acquire_failure3 ... ok acquire_nonbuffer1 (memslice.__test__) Doctest: memslice.__test__.acquire_nonbuffer1 ... ok acquire_nonbuffer2 (memslice.__test__) Doctest: memslice.__test__.acquire_nonbuffer2 ... ok acquire_raise (memslice.__test__) Doctest: memslice.__test__.acquire_raise ... ok acquire_release (memslice.__test__) Doctest: memslice.__test__.acquire_release ... ok as_argument (memslice.__test__) Doctest: memslice.__test__.as_argument ... ok as_argument_defval (memslice.__test__) Doctest: memslice.__test__.as_argument_defval ... ok assign_temporary_to_object (memslice.__test__) Doctest: memslice.__test__.assign_temporary_to_object ... ok assign_to_object (memslice.__test__) Doctest: memslice.__test__.assign_to_object ... ok basic_struct (memslice.__test__) Doctest: memslice.__test__.basic_struct ... ok bufdefaults1 (memslice.__test__) Doctest: memslice.__test__.bufdefaults1 ... ok buffer_nogil (memslice.__test__) Doctest: memslice.__test__.buffer_nogil ... ok c_contig (memslice.__test__) Doctest: memslice.__test__.c_contig ... ok c_contig_2d (memslice.__test__) Doctest: memslice.__test__.c_contig_2d ... ok cascaded_buffer_assignment (memslice.__test__) Doctest: memslice.__test__.cascaded_buffer_assignment ... ok cdef_assignment (memslice.__test__) Doctest: memslice.__test__.cdef_assignment ... ok char_index_vars (memslice.__test__) Doctest: memslice.__test__.char_index_vars ... ok complex_dtype (memslice.__test__) Doctest: memslice.__test__.complex_dtype ... ok complex_inplace (memslice.__test__) Doctest: memslice.__test__.complex_inplace ... ok complex_struct_dtype (memslice.__test__) Doctest: memslice.__test__.complex_struct_dtype ... ok complex_struct_inplace (memslice.__test__) Doctest: memslice.__test__.complex_struct_inplace ... ok explicitly_release_buffer (memslice.__test__) Doctest: memslice.__test__.explicitly_release_buffer ... ok f_contig (memslice.__test__) Doctest: memslice.__test__.f_contig ... ok f_contig_2d (memslice.__test__) Doctest: memslice.__test__.f_contig_2d ... ok forin_assignment (memslice.__test__) Doctest: memslice.__test__.forin_assignment ... ok generic (memslice.__test__) Doctest: memslice.__test__.generic ... ok get_int_2d (memslice.__test__) Doctest: memslice.__test__.get_int_2d ... ok get_int_2d_uintindex (memslice.__test__) Doctest: memslice.__test__.get_int_2d_uintindex ... ok indirect_contig (memslice.__test__) Doctest: memslice.__test__.indirect_contig ... ok indirect_strided_and_contig (memslice.__test__) Doctest: memslice.__test__.indirect_strided_and_contig ... ok inplace_operators (memslice.__test__) Doctest: memslice.__test__.inplace_operators ... ok list_comprehension (memslice.__test__) Doctest: memslice.__test__.list_comprehension ... ok mixed_get (memslice.__test__) Doctest: memslice.__test__.mixed_get ... ok nested_packed_struct (memslice.__test__) Doctest: memslice.__test__.nested_packed_struct ... ok nested_struct (memslice.__test__) Doctest: memslice.__test__.nested_struct ... ok packed_struct (memslice.__test__) Doctest: memslice.__test__.packed_struct ... ok printbuf_float (memslice.__test__) Doctest: memslice.__test__.printbuf_float ... ok printbuf_int_2d (memslice.__test__) Doctest: memslice.__test__.printbuf_int_2d ... ok printbuf_object (memslice.__test__) Doctest: memslice.__test__.printbuf_object ... ok printbuf_td_cy_int (memslice.__test__) Doctest: memslice.__test__.printbuf_td_cy_int ... ok printbuf_td_h_cy_short (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_cy_short ... ok printbuf_td_h_double (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_double ... ok printbuf_td_h_short (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_short ... ok printbuf_td_h_ushort (memslice.__test__) Doctest: memslice.__test__.printbuf_td_h_ushort ... ok safe_get (memslice.__test__) Doctest: memslice.__test__.safe_get ... ok schar_index_vars (memslice.__test__) Doctest: memslice.__test__.schar_index_vars ... ok set_int_2d (memslice.__test__) Doctest: memslice.__test__.set_int_2d ... ok strided (memslice.__test__) Doctest: memslice.__test__.strided ... ok test_borrowed_slice (memslice.__test__) Doctest: memslice.__test__.test_borrowed_slice ... ok test_cdef_function (memslice.__test__) Doctest: memslice.__test__.test_cdef_function ... ok test_cdef_function2 (memslice.__test__) Doctest: memslice.__test__.test_cdef_function2 ... ok test_clean_temps_parallel (memslice.__test__) Doctest: memslice.__test__.test_clean_temps_parallel ... ok test_clean_temps_prange (memslice.__test__) Doctest: memslice.__test__.test_clean_temps_prange ... ok test_coerce_to_from_None (memslice.__test__) Doctest: memslice.__test__.test_coerce_to_from_None ... ok test_contig_scalar_to_slice_assignment (memslice.__test__) Doctest: memslice.__test__.test_contig_scalar_to_slice_assignment ... ok test_convert_slicenode_to_indexnode (memslice.__test__) Doctest: memslice.__test__.test_convert_slicenode_to_indexnode ... ok test_direct_slicing (memslice.__test__) Doctest: memslice.__test__.test_direct_slicing ... ok test_dtype_object_scalar_assignment (memslice.__test__) Doctest: memslice.__test__.test_dtype_object_scalar_assignment ... ok test_ellipsis_expr (memslice.__test__) Doctest: memslice.__test__.test_ellipsis_expr ... ok test_generic_slicing (memslice.__test__) Doctest: memslice.__test__.test_generic_slicing ... ok test_index_slicing_away_direct_indirect (memslice.__test__) Doctest: memslice.__test__.test_index_slicing_away_direct_indirect ... ok test_indirect_slicing (memslice.__test__) Doctest: memslice.__test__.test_indirect_slicing ... ok test_inplace_assignment (memslice.__test__) Doctest: memslice.__test__.test_inplace_assignment ... ok test_memslice_prange (memslice.__test__) Doctest: memslice.__test__.test_memslice_prange ... ok test_memslice_struct_with_arrays (memslice.__test__) Doctest: memslice.__test__.test_memslice_struct_with_arrays ... ok test_newaxis (memslice.__test__) Doctest: memslice.__test__.test_newaxis ... ok test_newaxis2 (memslice.__test__) Doctest: memslice.__test__.test_newaxis2 ... ok test_nogil (memslice.__test__) Doctest: memslice.__test__.test_nogil ... ok test_nogil_oob1 (memslice.__test__) Doctest: memslice.__test__.test_nogil_oob1 ... ok test_nogil_oob2 (memslice.__test__) Doctest: memslice.__test__.test_nogil_oob2 ... ok test_noneslice_compare (memslice.__test__) Doctest: memslice.__test__.test_noneslice_compare ... ok test_noneslice_del (memslice.__test__) Doctest: memslice.__test__.test_noneslice_del ... ok test_noneslice_ext_attr (memslice.__test__) Doctest: memslice.__test__.test_noneslice_ext_attr ... ok test_noneslice_nogil_check_none (memslice.__test__) Doctest: memslice.__test__.test_noneslice_nogil_check_none ... ok test_noneslice_not_none (memslice.__test__) Doctest: memslice.__test__.test_noneslice_not_none ... ok test_object_dtype_copying (memslice.__test__) Doctest: memslice.__test__.test_object_dtype_copying ... ok test_object_indices (memslice.__test__) Doctest: memslice.__test__.test_object_indices ... ok test_oob (memslice.__test__) Doctest: memslice.__test__.test_oob ... ok test_padded_structs (memslice.__test__) Doctest: memslice.__test__.test_padded_structs ... ok test_scalar_slice_assignment (memslice.__test__) Doctest: memslice.__test__.test_scalar_slice_assignment ... ok test_slice_assignment (memslice.__test__) Doctest: memslice.__test__.test_slice_assignment ... ok test_slice_assignment_broadcast_leading (memslice.__test__) Doctest: memslice.__test__.test_slice_assignment_broadcast_leading ... ok test_slice_assignment_broadcast_strides (memslice.__test__) Doctest: memslice.__test__.test_slice_assignment_broadcast_strides ... ok test_slicing_and_indexing (memslice.__test__) Doctest: memslice.__test__.test_slicing_and_indexing ... ok test_struct_attributes_format (memslice.__test__) Doctest: memslice.__test__.test_struct_attributes_format ... ok tuple_buffer_assignment1 (memslice.__test__) Doctest: memslice.__test__.tuple_buffer_assignment1 ... ok tuple_buffer_assignment2 (memslice.__test__) Doctest: memslice.__test__.tuple_buffer_assignment2 ... ok uchar_index_vars (memslice.__test__) Doctest: memslice.__test__.uchar_index_vars ... ok unsafe_get (memslice.__test__) Doctest: memslice.__test__.unsafe_get ... ok wraparound_directive (memslice.__test__) Doctest: memslice.__test__.wraparound_directive ... ok writable (memslice.__test__) Doctest: memslice.__test__.writable ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running transpose_refcount ... test_transpose_refcount (line 19) (transpose_refcount.__test__) Doctest: transpose_refcount.__test__.test_transpose_refcount (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running transpose_refcount ... test_transpose_refcount (line 19) (transpose_refcount.__test__) Doctest: transpose_refcount.__test__.test_transpose_refcount (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running view_return_errors ... propagate (line 16) (view_return_errors.__test__) Doctest: view_return_errors.__test__.propagate (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running view_return_errors ... propagate (line 16) (view_return_errors.__test__) Doctest: view_return_errors.__test__.propagate (line 16) ... ok runTest (__main__.EndToEndTest) End-to-end pyximport_basic ... ok runTest (__main__.EndToEndTest) End-to-end pyximport_errors ... ok runTest (__main__.EndToEndTest) End-to-end pyximport_pyimport ... ok runTest (__main__.EndToEndTest) End-to-end __debug__ ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running __getattribute__ ... both (__getattribute__) Doctest: __getattribute__.both ... ok just_getattr (__getattribute__) Doctest: __getattribute__.just_getattr ... ok just_getattribute (__getattribute__) Doctest: __getattribute__.just_getattribute ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running __getattribute__ ... both (__getattribute__) Doctest: __getattribute__.both ... ok just_getattr (__getattribute__) Doctest: __getattribute__.just_getattr ... ok just_getattribute (__getattribute__) Doctest: __getattribute__.just_getattribute ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running __getattribute_subclasses__ ... __getattribute_subclasses__ () Doctest: __getattribute_subclasses__ ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running __getattribute_subclasses__ ... __getattribute_subclasses__ () Doctest: __getattribute_subclasses__ ... ok runTest (__main__.EndToEndTest) End-to-end absolute_import ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running addloop ... addloop () Doctest: addloop ... ok add_c (line 30) (addloop.__test__) Doctest: addloop.__test__.add_c (line 30) ... ok add_py (line 20) (addloop.__test__) Doctest: addloop.__test__.add_py (line 20) ... ok add_pyrange (line 10) (addloop.__test__) Doctest: addloop.__test__.add_pyrange (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running addloop ... addloop () Doctest: addloop ... ok add_c (line 30) (addloop.__test__) Doctest: addloop.__test__.add_c (line 30) ... ok add_py (line 20) (addloop.__test__) Doctest: addloop.__test__.add_py (line 20) ... ok add_pyrange (line 10) (addloop.__test__) Doctest: addloop.__test__.add_pyrange (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running addop ... add_1_x (line 103) (addop.__test__) Doctest: addop.__test__.add_1_x (line 103) ... ok add_1f_x (line 126) (addop.__test__) Doctest: addop.__test__.add_1f_x (line 126) ... ok add_large_x (line 151) (addop.__test__) Doctest: addop.__test__.add_large_x (line 151) ... ok add_x_1 (line 28) (addop.__test__) Doctest: addop.__test__.add_x_1 (line 28) ... ok add_x_1f (line 51) (addop.__test__) Doctest: addop.__test__.add_x_1f (line 51) ... ok add_x_large (line 70) (addop.__test__) Doctest: addop.__test__.add_x_large (line 70) ... ok mixed_test (line 8) (addop.__test__) Doctest: addop.__test__.mixed_test (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running addop ... add_1_x (line 103) (addop.__test__) Doctest: addop.__test__.add_1_x (line 103) ... ok add_1f_x (line 126) (addop.__test__) Doctest: addop.__test__.add_1f_x (line 126) ... ok add_large_x (line 151) (addop.__test__) Doctest: addop.__test__.add_large_x (line 151) ... ok add_x_1 (line 28) (addop.__test__) Doctest: addop.__test__.add_x_1 (line 28) ... ok add_x_1f (line 51) (addop.__test__) Doctest: addop.__test__.add_x_1f (line 51) ... ok add_x_large (line 70) (addop.__test__) Doctest: addop.__test__.add_x_large (line 70) ... ok mixed_test (line 8) (addop.__test__) Doctest: addop.__test__.mixed_test (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running addressof ... f (line 1) (addressof.__test__) Doctest: addressof.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running addressof ... f (line 1) (addressof.__test__) Doctest: addressof.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running all ... all_in_conditional_gen (line 133) (all.__test__) Doctest: all.__test__.all_in_conditional_gen (line 133) ... ok all_in_double_gen (line 230) (all.__test__) Doctest: all.__test__.all_in_double_gen (line 230) ... ok all_in_simple_gen (line 64) (all.__test__) Doctest: all.__test__.all_in_simple_gen (line 64) ... ok all_in_simple_gen_scope (line 97) (all.__test__) Doctest: all.__test__.all_in_simple_gen_scope (line 97) ... ok all_in_typed_gen (line 194) (all.__test__) Doctest: all.__test__.all_in_typed_gen (line 194) ... ok all_item (line 15) (all.__test__) Doctest: all.__test__.all_item (line 15) ... ok all_lower_case_characters (line 173) (all.__test__) Doctest: all.__test__.all_lower_case_characters (line 173) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running all ... all_in_conditional_gen (line 133) (all.__test__) Doctest: all.__test__.all_in_conditional_gen (line 133) ... ok all_in_double_gen (line 230) (all.__test__) Doctest: all.__test__.all_in_double_gen (line 230) ... ok all_in_simple_gen (line 64) (all.__test__) Doctest: all.__test__.all_in_simple_gen (line 64) ... ok all_in_simple_gen_scope (line 97) (all.__test__) Doctest: all.__test__.all_in_simple_gen_scope (line 97) ... ok all_in_typed_gen (line 194) (all.__test__) Doctest: all.__test__.all_in_typed_gen (line 194) ... ok all_item (line 15) (all.__test__) Doctest: all.__test__.all_item (line 15) ... ok all_lower_case_characters (line 173) (all.__test__) Doctest: all.__test__.all_lower_case_characters (line 173) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running altet2 ... altet2 () Doctest: altet2 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running altet2 ... altet2 () Doctest: altet2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running always_allow_keywords_T295 ... A (always_allow_keywords_T295) Doctest: always_allow_keywords_T295.A ... ok func1 (line 6) (always_allow_keywords_T295.__test__) Doctest: always_allow_keywords_T295.__test__.func1 (line 6) ... ok func2 (line 18) (always_allow_keywords_T295.__test__) Doctest: always_allow_keywords_T295.__test__.func2 (line 18) ... ok func3 (line 30) (always_allow_keywords_T295.__test__) Doctest: always_allow_keywords_T295.__test__.func3 (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running always_allow_keywords_T295 ... A (always_allow_keywords_T295) Doctest: always_allow_keywords_T295.A ... ok func1 (line 6) (always_allow_keywords_T295.__test__) Doctest: always_allow_keywords_T295.__test__.func1 (line 6) ... ok func2 (line 18) (always_allow_keywords_T295.__test__) Doctest: always_allow_keywords_T295.__test__.func2 (line 18) ... ok func3 (line 30) (always_allow_keywords_T295.__test__) Doctest: always_allow_keywords_T295.__test__.func3 (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running and ... and2 (line 16) (and.__test__) Doctest: and.__test__.and2 (line 16) ... ok and2_assign (line 3) (and.__test__) Doctest: and.__test__.and2_assign (line 3) ... ok and2_literal (line 56) (and.__test__) Doctest: and.__test__.and2_literal (line 56) ... ok and2_no_result (line 45) (and.__test__) Doctest: and.__test__.and2_no_result (line 45) ... ok and3 (line 35) (and.__test__) Doctest: and.__test__.and3 (line 35) ... ok c_int_results (line 63) (and.__test__) Doctest: and.__test__.c_int_results (line 63) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running and ... and2 (line 16) (and.__test__) Doctest: and.__test__.and2 (line 16) ... ok and2_assign (line 3) (and.__test__) Doctest: and.__test__.and2_assign (line 3) ... ok and2_literal (line 56) (and.__test__) Doctest: and.__test__.and2_literal (line 56) ... ok and2_no_result (line 45) (and.__test__) Doctest: and.__test__.and2_no_result (line 45) ... ok and3 (line 35) (and.__test__) Doctest: and.__test__.and3 (line 35) ... ok c_int_results (line 63) (and.__test__) Doctest: and.__test__.c_int_results (line 63) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running annotation_typing ... pytypes_cdef (line 52) (annotation_typing.__test__) Doctest: annotation_typing.__test__.pytypes_cdef (line 52) ... ok pytypes_cpdef (line 25) (annotation_typing.__test__) Doctest: annotation_typing.__test__.pytypes_cpdef (line 25) ... ok pytypes_def (line 6) (annotation_typing.__test__) Doctest: annotation_typing.__test__.pytypes_def (line 6) ... ok return_tuple_for_carray (line 67) (annotation_typing.__test__) Doctest: annotation_typing.__test__.return_tuple_for_carray (line 67) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running annotation_typing ... pytypes_cdef (line 52) (annotation_typing.__test__) Doctest: annotation_typing.__test__.pytypes_cdef (line 52) ... ok pytypes_cpdef (line 25) (annotation_typing.__test__) Doctest: annotation_typing.__test__.pytypes_cpdef (line 25) ... ok pytypes_def (line 6) (annotation_typing.__test__) Doctest: annotation_typing.__test__.pytypes_def (line 6) ... ok return_tuple_for_carray (line 67) (annotation_typing.__test__) Doctest: annotation_typing.__test__.return_tuple_for_carray (line 67) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running anonymousenum ... anonymousenum () Doctest: anonymousenum ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running anonymousenum ... anonymousenum () Doctest: anonymousenum ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running any ... any_in_conditional_gen (line 130) (any.__test__) Doctest: any.__test__.any_in_conditional_gen (line 130) ... ok any_in_double_gen (line 260) (any.__test__) Doctest: any.__test__.any_in_double_gen (line 260) ... ok any_in_gen_builtin_name (line 226) (any.__test__) Doctest: any.__test__.any_in_gen_builtin_name (line 226) ... ok any_in_simple_gen (line 63) (any.__test__) Doctest: any.__test__.any_in_simple_gen (line 63) ... ok any_in_simple_gen_scope (line 95) (any.__test__) Doctest: any.__test__.any_in_simple_gen_scope (line 95) ... ok any_in_typed_gen (line 192) (any.__test__) Doctest: any.__test__.any_in_typed_gen (line 192) ... ok any_item (line 15) (any.__test__) Doctest: any.__test__.any_item (line 15) ... ok any_lower_case_characters (line 170) (any.__test__) Doctest: any.__test__.any_lower_case_characters (line 170) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running any ... any_in_conditional_gen (line 130) (any.__test__) Doctest: any.__test__.any_in_conditional_gen (line 130) ... ok any_in_double_gen (line 260) (any.__test__) Doctest: any.__test__.any_in_double_gen (line 260) ... ok any_in_gen_builtin_name (line 226) (any.__test__) Doctest: any.__test__.any_in_gen_builtin_name (line 226) ... ok any_in_simple_gen (line 63) (any.__test__) Doctest: any.__test__.any_in_simple_gen (line 63) ... ok any_in_simple_gen_scope (line 95) (any.__test__) Doctest: any.__test__.any_in_simple_gen_scope (line 95) ... ok any_in_typed_gen (line 192) (any.__test__) Doctest: any.__test__.any_in_typed_gen (line 192) ... ok any_item (line 15) (any.__test__) Doctest: any.__test__.any_item (line 15) ... ok any_lower_case_characters (line 170) (any.__test__) Doctest: any.__test__.any_lower_case_characters (line 170) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running append ... C (append) Doctest: append.C ... ok append_unused_retval (line 68) (append.__test__) Doctest: append.__test__.append_unused_retval (line 68) ... ok method_name (line 91) (append.__test__) Doctest: append.__test__.method_name (line 91) ... ok test_append (line 22) (append.__test__) Doctest: append.__test__.test_append (line 22) ... ok test_append_typed (line 55) (append.__test__) Doctest: append.__test__.test_append_typed (line 55) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running append ... C (append) Doctest: append.C ... ok append_unused_retval (line 68) (append.__test__) Doctest: append.__test__.append_unused_retval (line 68) ... ok method_name (line 91) (append.__test__) Doctest: append.__test__.method_name (line 91) ... ok test_append (line 22) (append.__test__) Doctest: append.__test__.test_append (line 22) ... ok test_append_typed (line 55) (append.__test__) Doctest: append.__test__.test_append_typed (line 55) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running arg_incref ... f (line 1) (arg_incref.__test__) Doctest: arg_incref.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running arg_incref ... f (line 1) (arg_incref.__test__) Doctest: arg_incref.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running argdefault ... f0 (line 2) (argdefault.__test__) Doctest: argdefault.__test__.f0 (line 2) ... ok f1 (line 17) (argdefault.__test__) Doctest: argdefault.__test__.f1 (line 17) ... ok f2 (line 32) (argdefault.__test__) Doctest: argdefault.__test__.f2 (line 32) ... ok f3 (line 49) (argdefault.__test__) Doctest: argdefault.__test__.f3 (line 49) ... ok f4 (line 66) (argdefault.__test__) Doctest: argdefault.__test__.f4 (line 66) ... ok f5 (line 83) (argdefault.__test__) Doctest: argdefault.__test__.f5 (line 83) ... ok f6 (line 98) (argdefault.__test__) Doctest: argdefault.__test__.f6 (line 98) ... ok g0 (line 8) (argdefault.__test__) Doctest: argdefault.__test__.g0 (line 8) ... ok g1 (line 23) (argdefault.__test__) Doctest: argdefault.__test__.g1 (line 23) ... ok g2 (line 38) (argdefault.__test__) Doctest: argdefault.__test__.g2 (line 38) ... ok g3 (line 55) (argdefault.__test__) Doctest: argdefault.__test__.g3 (line 55) ... ok g4 (line 72) (argdefault.__test__) Doctest: argdefault.__test__.g4 (line 72) ... ok g5 (line 89) (argdefault.__test__) Doctest: argdefault.__test__.g5 (line 89) ... ok g6 (line 104) (argdefault.__test__) Doctest: argdefault.__test__.g6 (line 104) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running argdefault ... f0 (line 2) (argdefault.__test__) Doctest: argdefault.__test__.f0 (line 2) ... ok f1 (line 17) (argdefault.__test__) Doctest: argdefault.__test__.f1 (line 17) ... ok f2 (line 32) (argdefault.__test__) Doctest: argdefault.__test__.f2 (line 32) ... ok f3 (line 49) (argdefault.__test__) Doctest: argdefault.__test__.f3 (line 49) ... ok f4 (line 66) (argdefault.__test__) Doctest: argdefault.__test__.f4 (line 66) ... ok f5 (line 83) (argdefault.__test__) Doctest: argdefault.__test__.f5 (line 83) ... ok f6 (line 98) (argdefault.__test__) Doctest: argdefault.__test__.f6 (line 98) ... ok g0 (line 8) (argdefault.__test__) Doctest: argdefault.__test__.g0 (line 8) ... ok g1 (line 23) (argdefault.__test__) Doctest: argdefault.__test__.g1 (line 23) ... ok g2 (line 38) (argdefault.__test__) Doctest: argdefault.__test__.g2 (line 38) ... ok g3 (line 55) (argdefault.__test__) Doctest: argdefault.__test__.g3 (line 55) ... ok g4 (line 72) (argdefault.__test__) Doctest: argdefault.__test__.g4 (line 72) ... ok g5 (line 89) (argdefault.__test__) Doctest: argdefault.__test__.g5 (line 89) ... ok g6 (line 104) (argdefault.__test__) Doctest: argdefault.__test__.g6 (line 104) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running argerrors ... test_single_arg (line 9) (argerrors.__test__) Doctest: argerrors.__test__.test_single_arg (line 9) ... ok test_two_args (line 39) (argerrors.__test__) Doctest: argerrors.__test__.test_two_args (line 39) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running argerrors ... test_single_arg (line 9) (argerrors.__test__) Doctest: argerrors.__test__.test_single_arg (line 9) ... ok test_two_args (line 39) (argerrors.__test__) Doctest: argerrors.__test__.test_two_args (line 39) ... ok run (__main__.PureDoctestTestCase) running pure doctests in argerrors ... test_single_arg (pure_doctest__argerrors) Doctest: pure_doctest__argerrors.test_single_arg ... ok test_two_args (pure_doctest__argerrors) Doctest: pure_doctest__argerrors.test_two_args ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running args_unpacking_in_closure_T658 ... outer (line 5) (args_unpacking_in_closure_T658.__test__) Doctest: args_unpacking_in_closure_T658.__test__.outer (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running args_unpacking_in_closure_T658 ... outer (line 5) (args_unpacking_in_closure_T658.__test__) Doctest: args_unpacking_in_closure_T658.__test__.outer (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running argument_unpacking_closure_T736 ... default_args_for_closure (line 5) (argument_unpacking_closure_T736.__test__) Doctest: argument_unpacking_closure_T736.__test__.default_args_for_closure (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running argument_unpacking_closure_T736 ... default_args_for_closure (line 5) (argument_unpacking_closure_T736.__test__) Doctest: argument_unpacking_closure_T736.__test__.default_args_for_closure (line 5) ... ok run (__main__.PureDoctestTestCase) running pure doctests in argument_unpacking_closure_T736 ... default_args_for_closure (pure_doctest__argument_unpacking_closure_T736) Doctest: pure_doctest__argument_unpacking_closure_T736.default_args_for_closure ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running arithmetic_analyse_types ... longlong_binop (line 40) (arithmetic_analyse_types.__test__) Doctest: arithmetic_analyse_types.__test__.longlong_binop (line 40) ... ok longlong_unnop (line 48) (arithmetic_analyse_types.__test__) Doctest: arithmetic_analyse_types.__test__.longlong_unnop (line 48) ... ok short_binop (line 17) (arithmetic_analyse_types.__test__) Doctest: arithmetic_analyse_types.__test__.short_binop (line 17) ... ok short_unnop (line 30) (arithmetic_analyse_types.__test__) Doctest: arithmetic_analyse_types.__test__.short_unnop (line 30) ... ok test_bint (line 57) (arithmetic_analyse_types.__test__) Doctest: arithmetic_analyse_types.__test__.test_bint (line 57) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running array_address ... test_array_address (line 3) (array_address.__test__) Doctest: array_address.__test__.test_array_address (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running array_address ... test_array_address (line 3) (array_address.__test__) Doctest: array_address.__test__.test_array_address (line 3) ... ok runTest (__main__.EndToEndTest) End-to-end array_cimport ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running arrayassign ... assign_all_from_pointer (line 251) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_all_from_pointer (line 251) ... ok assign_from_array_attribute (line 419) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_from_array_attribute (line 419) ... ok assign_full_array_slice_to_array (line 399) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_full_array_slice_to_array (line 399) ... ok assign_full_from_pointer (line 262) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_full_from_pointer (line 262) ... ok assign_ptr_to_unknown_csize (line 373) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_ptr_to_unknown_csize (line 373) ... ok assign_slice_end_from_pointer (line 273) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_end_from_pointer (line 273) ... ok assign_slice_from_shorter_array (line 348) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_from_shorter_array (line 348) ... ok assign_slice_start_end_from_pointer (line 298) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_start_end_from_pointer (line 298) ... ok assign_slice_start_from_pointer (line 285) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_start_from_pointer (line 285) ... ok assign_to_wrong_csize (line 384) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_to_wrong_csize (line 384) ... ok test_list (line 241) (arrayassign.__test__) Doctest: arrayassign.__test__.test_list (line 241) ... ok test_literal_list (line 5) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list (line 5) ... ok test_literal_list_multiplied (line 14) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_multiplied (line 14) ... ok test_literal_list_slice_all (line 23) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_all (line 23) ... ok test_literal_list_slice_end (line 41) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_end (line 41) ... ok test_literal_list_slice_end_param (line 75) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_end_param (line 75) ... ok test_literal_list_slice_start (line 32) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start (line 32) ... ok test_literal_list_slice_start_end (line 50) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start_end (line 50) ... ok test_literal_list_slice_start_end_param (line 91) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start_end_param (line 91) ... ok test_literal_list_slice_start_param (line 59) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start_param (line 59) ... ok test_literal_tuple (line 232) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_tuple (line 232) ... ok test_multiple_from_array (line 173) (arrayassign.__test__) Doctest: arrayassign.__test__.test_multiple_from_array (line 173) ... ok test_multiple_from_array_full_slice (line 193) (arrayassign.__test__) Doctest: arrayassign.__test__.test_multiple_from_array_full_slice (line 193) ... ok test_multiple_from_slice (line 213) (arrayassign.__test__) Doctest: arrayassign.__test__.test_multiple_from_slice (line 213) ... ok test_ptr_literal_list_slice_all (line 119) (arrayassign.__test__) Doctest: arrayassign.__test__.test_ptr_literal_list_slice_all (line 119) ... ok test_ptr_literal_list_slice_end (line 137) (arrayassign.__test__) Doctest: arrayassign.__test__.test_ptr_literal_list_slice_end (line 137) ... ok test_ptr_literal_list_slice_start (line 128) (arrayassign.__test__) Doctest: arrayassign.__test__.test_ptr_literal_list_slice_start (line 128) ... ok test_slice_from_multiple (line 223) (arrayassign.__test__) Doctest: arrayassign.__test__.test_slice_from_multiple (line 223) ... ok test_starred_from_array (line 150) (arrayassign.__test__) Doctest: arrayassign.__test__.test_starred_from_array (line 150) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running arrayassign ... assign_all_from_pointer (line 251) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_all_from_pointer (line 251) ... ok assign_from_array_attribute (line 419) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_from_array_attribute (line 419) ... ok assign_full_array_slice_to_array (line 399) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_full_array_slice_to_array (line 399) ... ok assign_full_from_pointer (line 262) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_full_from_pointer (line 262) ... ok assign_ptr_to_unknown_csize (line 373) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_ptr_to_unknown_csize (line 373) ... ok assign_slice_end_from_pointer (line 273) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_end_from_pointer (line 273) ... ok assign_slice_from_shorter_array (line 348) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_from_shorter_array (line 348) ... ok assign_slice_start_end_from_pointer (line 298) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_start_end_from_pointer (line 298) ... ok assign_slice_start_from_pointer (line 285) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_slice_start_from_pointer (line 285) ... ok assign_to_wrong_csize (line 384) (arrayassign.__test__) Doctest: arrayassign.__test__.assign_to_wrong_csize (line 384) ... ok test_list (line 241) (arrayassign.__test__) Doctest: arrayassign.__test__.test_list (line 241) ... ok test_literal_list (line 5) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list (line 5) ... ok test_literal_list_multiplied (line 14) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_multiplied (line 14) ... ok test_literal_list_slice_all (line 23) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_all (line 23) ... ok test_literal_list_slice_end (line 41) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_end (line 41) ... ok test_literal_list_slice_end_param (line 75) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_end_param (line 75) ... ok test_literal_list_slice_start (line 32) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start (line 32) ... ok test_literal_list_slice_start_end (line 50) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start_end (line 50) ... ok test_literal_list_slice_start_end_param (line 91) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start_end_param (line 91) ... ok test_literal_list_slice_start_param (line 59) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_list_slice_start_param (line 59) ... ok test_literal_tuple (line 232) (arrayassign.__test__) Doctest: arrayassign.__test__.test_literal_tuple (line 232) ... ok test_multiple_from_array (line 173) (arrayassign.__test__) Doctest: arrayassign.__test__.test_multiple_from_array (line 173) ... ok test_multiple_from_array_full_slice (line 193) (arrayassign.__test__) Doctest: arrayassign.__test__.test_multiple_from_array_full_slice (line 193) ... ok test_multiple_from_slice (line 213) (arrayassign.__test__) Doctest: arrayassign.__test__.test_multiple_from_slice (line 213) ... ok test_ptr_literal_list_slice_all (line 119) (arrayassign.__test__) Doctest: arrayassign.__test__.test_ptr_literal_list_slice_all (line 119) ... ok test_ptr_literal_list_slice_end (line 137) (arrayassign.__test__) Doctest: arrayassign.__test__.test_ptr_literal_list_slice_end (line 137) ... ok test_ptr_literal_list_slice_start (line 128) (arrayassign.__test__) Doctest: arrayassign.__test__.test_ptr_literal_list_slice_start (line 128) ... ok test_slice_from_multiple (line 223) (arrayassign.__test__) Doctest: arrayassign.__test__.test_slice_from_multiple (line 223) ... ok test_starred_from_array (line 150) (arrayassign.__test__) Doctest: arrayassign.__test__.test_starred_from_array (line 150) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ass2cglobal ... ass2cglobal () Doctest: ass2cglobal ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ass2cglobal ... ass2cglobal () Doctest: ass2cglobal ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ass2global ... ass2global () Doctest: ass2global ... ok Test (ass2global) Doctest: ass2global.Test ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ass2global ... ass2global () Doctest: ass2global ... ok Test (ass2global) Doctest: ass2global.Test ... ok run (__main__.PureDoctestTestCase) running pure doctests in ass2global ... pure_doctest__ass2global () Doctest: pure_doctest__ass2global ... ok Test (pure_doctest__ass2global) Doctest: pure_doctest__ass2global.Test ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ass2local ... f (line 1) (ass2local.__test__) Doctest: ass2local.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ass2local ... f (line 1) (ass2local.__test__) Doctest: ass2local.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running assert ... assert_with_str_arg (line 73) (assert.__test__) Doctest: assert.__test__.assert_with_str_arg (line 73) ... ok assert_with_tuple_arg (line 59) (assert.__test__) Doctest: assert.__test__.assert_with_tuple_arg (line 59) ... ok f (line 5) (assert.__test__) Doctest: assert.__test__.f (line 5) ... ok g (line 42) (assert.__test__) Doctest: assert.__test__.g (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running assert ... assert_with_str_arg (line 73) (assert.__test__) Doctest: assert.__test__.assert_with_str_arg (line 73) ... ok assert_with_tuple_arg (line 59) (assert.__test__) Doctest: assert.__test__.assert_with_tuple_arg (line 59) ... ok f (line 5) (assert.__test__) Doctest: assert.__test__.f (line 5) ... ok g (line 42) (assert.__test__) Doctest: assert.__test__.g (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running assigned_builtin_methods ... bound_dict_get (line 20) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_dict_get (line 20) ... ok bound_dict_get_reassign (line 34) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_dict_get_reassign (line 34) ... ok bound_list_sort (line 61) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_list_sort (line 61) ... ok bound_list_sort_reassign (line 75) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_list_sort_reassign (line 75) ... ok unbound_dict_get (line 8) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.unbound_dict_get (line 8) ... ok unbound_list_sort (line 47) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.unbound_list_sort (line 47) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running assigned_builtin_methods ... bound_dict_get (line 20) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_dict_get (line 20) ... ok bound_dict_get_reassign (line 34) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_dict_get_reassign (line 34) ... ok bound_list_sort (line 61) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_list_sort (line 61) ... ok bound_list_sort_reassign (line 75) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.bound_list_sort_reassign (line 75) ... ok unbound_dict_get (line 8) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.unbound_dict_get (line 8) ... ok unbound_list_sort (line 47) (assigned_builtin_methods.__test__) Doctest: assigned_builtin_methods.__test__.unbound_list_sort (line 47) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running async_iter_pep492 ... === C/C++ compiler error output: === async_iter_pep492.c: In function '__pyx_gb_17async_iter_pep492_2AI_2generator9': async_iter_pep492.c:8996:73: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_17async_iter_pep492___pyx_scope_struct_20___aiter__ *__pyx_cur_scope = ((struct __pyx_obj_17async_iter_pep492___pyx_scope_struct_20___aiter__ *)__pyx_generator->closure); ^ ============================== test_aiter_raises (line 278) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_aiter_raises (line 278) ... ok test_broken_anext (line 164) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_broken_anext (line 164) ... ok test_for_1 (line 89) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_for_1 (line 89) ... ok test_for_2 (line 107) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_for_2 (line 107) ... ok test_for_3 (line 132) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_for_3 (line 132) ... ok test_with_for (line 206) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_with_for (line 206) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running async_iter_pep492 ... === C/C++ compiler error output: === async_iter_pep492.cpp: In function 'PyObject* __pyx_gb_17async_iter_pep492_2AI_2generator9(__pyx_CoroutineObject*, PyObject*)': async_iter_pep492.cpp:9005:73: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_17async_iter_pep492___pyx_scope_struct_20___aiter__ *__pyx_cur_scope = ((struct __pyx_obj_17async_iter_pep492___pyx_scope_struct_20___aiter__ *)__pyx_generator->closure); ^ ============================== test_aiter_raises (line 278) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_aiter_raises (line 278) ... ok test_broken_anext (line 164) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_broken_anext (line 164) ... ok test_for_1 (line 89) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_for_1 (line 89) ... ok test_for_2 (line 107) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_for_2 (line 107) ... ok test_for_3 (line 132) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_for_3 (line 132) ... ok test_with_for (line 206) (async_iter_pep492.__test__) Doctest: async_iter_pep492.__test__.test_with_for (line 206) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running attr ... attr () Doctest: attr ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running attr ... attr () Doctest: attr ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running attribute_and_lambda ... test_attribute_and_lambda (line 8) (attribute_and_lambda.__test__) Doctest: attribute_and_lambda.__test__.test_attribute_and_lambda (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running attribute_and_lambda ... test_attribute_and_lambda (line 8) (attribute_and_lambda.__test__) Doctest: attribute_and_lambda.__test__.test_attribute_and_lambda (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running auto_cpdef ... call_str (line 19) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.call_str (line 19) ... ok stararg_func (line 27) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.stararg_func (line 27) ... ok starstararg_func (line 34) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.starstararg_func (line 34) ... ok str (line 7) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.str (line 7) ... ok test_import_fallback (line 67) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.test_import_fallback (line 67) ... ok test_lambda (line 43) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.test_lambda (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running auto_cpdef ... call_str (line 19) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.call_str (line 19) ... ok stararg_func (line 27) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.stararg_func (line 27) ... ok starstararg_func (line 34) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.starstararg_func (line 34) ... ok str (line 7) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.str (line 7) ... ok test_import_fallback (line 67) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.test_import_fallback (line 67) ... ok test_lambda (line 43) (auto_cpdef.__test__) Doctest: auto_cpdef.__test__.test_lambda (line 43) ... ok run (__main__.PureDoctestTestCase) running pure doctests in auto_cpdef ... call_str (pure_doctest__auto_cpdef) Doctest: pure_doctest__auto_cpdef.call_str ... ok stararg_func (pure_doctest__auto_cpdef) Doctest: pure_doctest__auto_cpdef.stararg_func ... ok starstararg_func (pure_doctest__auto_cpdef) Doctest: pure_doctest__auto_cpdef.starstararg_func ... ok str (pure_doctest__auto_cpdef) Doctest: pure_doctest__auto_cpdef.str ... ok test_import_fallback (pure_doctest__auto_cpdef) Doctest: pure_doctest__auto_cpdef.test_import_fallback ... ok test_lambda (pure_doctest__auto_cpdef) Doctest: pure_doctest__auto_cpdef.test_lambda ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running auto_cpdef_closures ... closure_func (line 5) (auto_cpdef_closures.__test__) Doctest: auto_cpdef_closures.__test__.closure_func (line 5) ... ok generator_func (line 15) (auto_cpdef_closures.__test__) Doctest: auto_cpdef_closures.__test__.generator_func (line 15) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running auto_cpdef_closures ... closure_func (line 5) (auto_cpdef_closures.__test__) Doctest: auto_cpdef_closures.__test__.closure_func (line 5) ... ok generator_func (line 15) (auto_cpdef_closures.__test__) Doctest: auto_cpdef_closures.__test__.generator_func (line 15) ... ok run (__main__.PureDoctestTestCase) running pure doctests in auto_cpdef_closures ... closure_func (pure_doctest__auto_cpdef_closures) Doctest: pure_doctest__auto_cpdef_closures.closure_func ... ok generator_func (pure_doctest__auto_cpdef_closures) Doctest: pure_doctest__auto_cpdef_closures.generator_func ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running autotestdict ... autotestdict () Doctest: autotestdict ... ok MyCdefClass (autotestdict) Doctest: autotestdict.MyCdefClass ... ok MyClass (autotestdict) Doctest: autotestdict.MyClass ... ok MyOtherCdefClass (autotestdict) Doctest: autotestdict.MyOtherCdefClass ... ok cpdef_method (line 77) (autotestdict.__test__.MyCdefClass) Doctest: autotestdict.__test__.MyCdefClass.cpdef_method (line 77) ... ok method (line 74) (autotestdict.__test__.MyCdefClass) Doctest: autotestdict.__test__.MyCdefClass.method (line 74) ... ok method (line 63) (autotestdict.__test__.MyClass) Doctest: autotestdict.__test__.MyClass.method (line 63) ... ok mycpdeffunc (line 50) (autotestdict.__test__) Doctest: autotestdict.__test__.mycpdeffunc (line 50) ... ok myfunc (line 40) (autotestdict.__test__) Doctest: autotestdict.__test__.myfunc (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running autotestdict ... autotestdict () Doctest: autotestdict ... ok MyCdefClass (autotestdict) Doctest: autotestdict.MyCdefClass ... ok MyClass (autotestdict) Doctest: autotestdict.MyClass ... ok MyOtherCdefClass (autotestdict) Doctest: autotestdict.MyOtherCdefClass ... ok cpdef_method (line 77) (autotestdict.__test__.MyCdefClass) Doctest: autotestdict.__test__.MyCdefClass.cpdef_method (line 77) ... ok method (line 74) (autotestdict.__test__.MyCdefClass) Doctest: autotestdict.__test__.MyCdefClass.method (line 74) ... ok method (line 63) (autotestdict.__test__.MyClass) Doctest: autotestdict.__test__.MyClass.method (line 63) ... ok mycpdeffunc (line 50) (autotestdict.__test__) Doctest: autotestdict.__test__.mycpdeffunc (line 50) ... ok myfunc (line 40) (autotestdict.__test__) Doctest: autotestdict.__test__.myfunc (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running autotestdict_all ... autotestdict_all () Doctest: autotestdict_all ... ok MyCdefClass (autotestdict_all) Doctest: autotestdict_all.MyCdefClass ... ok MyClass (autotestdict_all) Doctest: autotestdict_all.MyClass ... ok MyOtherCdefClass (autotestdict_all) Doctest: autotestdict_all.MyOtherCdefClass ... ok cdef_method (line 79) (autotestdict_all.__test__.MyCdefClass) Doctest: autotestdict_all.__test__.MyCdefClass.cdef_method (line 79) ... ok cpdef_method (line 76) (autotestdict_all.__test__.MyCdefClass) Doctest: autotestdict_all.__test__.MyCdefClass.cpdef_method (line 76) ... ok method (line 73) (autotestdict_all.__test__.MyCdefClass) Doctest: autotestdict_all.__test__.MyCdefClass.method (line 73) ... ok method (line 62) (autotestdict_all.__test__.MyClass) Doctest: autotestdict_all.__test__.MyClass.method (line 62) ... ok cdeffunc (line 26) (autotestdict_all.__test__) Doctest: autotestdict_all.__test__.cdeffunc (line 26) ... ok mycpdeffunc (line 49) (autotestdict_all.__test__) Doctest: autotestdict_all.__test__.mycpdeffunc (line 49) ... ok myfunc (line 40) (autotestdict_all.__test__) Doctest: autotestdict_all.__test__.myfunc (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running autotestdict_all ... autotestdict_all () Doctest: autotestdict_all ... ok MyCdefClass (autotestdict_all) Doctest: autotestdict_all.MyCdefClass ... ok MyClass (autotestdict_all) Doctest: autotestdict_all.MyClass ... ok MyOtherCdefClass (autotestdict_all) Doctest: autotestdict_all.MyOtherCdefClass ... ok cdef_method (line 79) (autotestdict_all.__test__.MyCdefClass) Doctest: autotestdict_all.__test__.MyCdefClass.cdef_method (line 79) ... ok cpdef_method (line 76) (autotestdict_all.__test__.MyCdefClass) Doctest: autotestdict_all.__test__.MyCdefClass.cpdef_method (line 76) ... ok method (line 73) (autotestdict_all.__test__.MyCdefClass) Doctest: autotestdict_all.__test__.MyCdefClass.method (line 73) ... ok method (line 62) (autotestdict_all.__test__.MyClass) Doctest: autotestdict_all.__test__.MyClass.method (line 62) ... ok cdeffunc (line 26) (autotestdict_all.__test__) Doctest: autotestdict_all.__test__.cdeffunc (line 26) ... ok mycpdeffunc (line 49) (autotestdict_all.__test__) Doctest: autotestdict_all.__test__.mycpdeffunc (line 49) ... ok myfunc (line 40) (autotestdict_all.__test__) Doctest: autotestdict_all.__test__.myfunc (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running autotestdict_cdef ... autotestdict_cdef () Doctest: autotestdict_cdef ... ok MyCdefClass (autotestdict_cdef) Doctest: autotestdict_cdef.MyCdefClass ... ok MyClass (autotestdict_cdef) Doctest: autotestdict_cdef.MyClass ... ok MyOtherCdefClass (autotestdict_cdef) Doctest: autotestdict_cdef.MyOtherCdefClass ... ok cdef_method (line 78) (autotestdict_cdef.__test__.MyCdefClass) Doctest: autotestdict_cdef.__test__.MyCdefClass.cdef_method (line 78) ... ok cpdef_method (line 75) (autotestdict_cdef.__test__.MyCdefClass) Doctest: autotestdict_cdef.__test__.MyCdefClass.cpdef_method (line 75) ... ok method (line 72) (autotestdict_cdef.__test__.MyCdefClass) Doctest: autotestdict_cdef.__test__.MyCdefClass.method (line 72) ... ok method (line 61) (autotestdict_cdef.__test__.MyClass) Doctest: autotestdict_cdef.__test__.MyClass.method (line 61) ... ok cdeffunc (line 25) (autotestdict_cdef.__test__) Doctest: autotestdict_cdef.__test__.cdeffunc (line 25) ... ok mycpdeffunc (line 48) (autotestdict_cdef.__test__) Doctest: autotestdict_cdef.__test__.mycpdeffunc (line 48) ... ok myfunc (line 39) (autotestdict_cdef.__test__) Doctest: autotestdict_cdef.__test__.myfunc (line 39) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running autotestdict_cdef ... autotestdict_cdef () Doctest: autotestdict_cdef ... ok MyCdefClass (autotestdict_cdef) Doctest: autotestdict_cdef.MyCdefClass ... ok MyClass (autotestdict_cdef) Doctest: autotestdict_cdef.MyClass ... ok MyOtherCdefClass (autotestdict_cdef) Doctest: autotestdict_cdef.MyOtherCdefClass ... ok cdef_method (line 78) (autotestdict_cdef.__test__.MyCdefClass) Doctest: autotestdict_cdef.__test__.MyCdefClass.cdef_method (line 78) ... ok cpdef_method (line 75) (autotestdict_cdef.__test__.MyCdefClass) Doctest: autotestdict_cdef.__test__.MyCdefClass.cpdef_method (line 75) ... ok method (line 72) (autotestdict_cdef.__test__.MyCdefClass) Doctest: autotestdict_cdef.__test__.MyCdefClass.method (line 72) ... ok method (line 61) (autotestdict_cdef.__test__.MyClass) Doctest: autotestdict_cdef.__test__.MyClass.method (line 61) ... ok cdeffunc (line 25) (autotestdict_cdef.__test__) Doctest: autotestdict_cdef.__test__.cdeffunc (line 25) ... ok mycpdeffunc (line 48) (autotestdict_cdef.__test__) Doctest: autotestdict_cdef.__test__.mycpdeffunc (line 48) ... ok myfunc (line 39) (autotestdict_cdef.__test__) Doctest: autotestdict_cdef.__test__.myfunc (line 39) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running autotestdict_skip ... autotestdict_skip () Doctest: autotestdict_skip ... ok one (autotestdict_skip.__test__) Doctest: autotestdict_skip.__test__.one ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running autotestdict_skip ... autotestdict_skip () Doctest: autotestdict_skip ... ok one (autotestdict_skip.__test__) Doctest: autotestdict_skip.__test__.one ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running baas3 ... baas3 () Doctest: baas3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running baas3 ... baas3 () Doctest: baas3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running backquote ... f (line 1) (backquote.__test__) Doctest: backquote.__test__.f (line 1) ... ok g (line 11) (backquote.__test__) Doctest: backquote.__test__.g (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running backquote ... f (line 1) (backquote.__test__) Doctest: backquote.__test__.f (line 1) ... ok g (line 11) (backquote.__test__) Doctest: backquote.__test__.g (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bad_c_struct_T252 ... cpf (line 6) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.cpf (line 6) ... ok pf (line 18) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.pf (line 18) ... ok test_class (line 49) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.test_class (line 49) ... ok test_struct (line 34) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.test_struct (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bad_c_struct_T252 ... cpf (line 6) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.cpf (line 6) ... ok pf (line 18) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.pf (line 18) ... ok test_class (line 49) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.test_class (line 49) ... ok test_struct (line 34) (bad_c_struct_T252.__test__) Doctest: bad_c_struct_T252.__test__.test_struct (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running behnel1 ... viking (line 8) (behnel1.__test__) Doctest: behnel1.__test__.viking (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running behnel1 ... viking (line 8) (behnel1.__test__) Doctest: behnel1.__test__.viking (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running behnel2 ... behnel2 () Doctest: behnel2 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running behnel2 ... behnel2 () Doctest: behnel2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running behnel3 ... behnel3 () Doctest: behnel3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running behnel3 ... behnel3 () Doctest: behnel3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running big_indices ... test (line 1) (big_indices.__test__) Doctest: big_indices.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running big_indices ... test (line 1) (big_indices.__test__) Doctest: big_indices.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bint ... test (line 3) (bint.__test__) Doctest: bint.__test__.test (line 3) ... ok test_types (line 33) (bint.__test__) Doctest: bint.__test__.test_types (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bint ... test (line 3) (bint.__test__) Doctest: bint.__test__.test (line 3) ... ok test_types (line 33) (bint.__test__) Doctest: bint.__test__.test_types (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bint_binop_T145 ... False_and_True_or_0 (line 26) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.False_and_True_or_0 (line 26) ... ok True_and_True_or_0 (line 36) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.True_and_True_or_0 (line 36) ... ok and_literal_bint (line 16) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.and_literal_bint (line 16) ... ok or_literal_bint (line 6) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.or_literal_bint (line 6) ... ok test_large_int (line 115) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.test_large_int (line 115) ... ok x_and_1_or_False (line 96) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_1_or_False (line 96) ... ok x_and_True_or_0 (line 58) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_True_or_0 (line 58) ... ok x_and_True_or_1 (line 77) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_True_or_1 (line 77) ... ok x_and_True_or_False (line 45) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_True_or_False (line 45) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bint_binop_T145 ... False_and_True_or_0 (line 26) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.False_and_True_or_0 (line 26) ... ok True_and_True_or_0 (line 36) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.True_and_True_or_0 (line 36) ... ok and_literal_bint (line 16) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.and_literal_bint (line 16) ... ok or_literal_bint (line 6) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.or_literal_bint (line 6) ... ok test_large_int (line 115) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.test_large_int (line 115) ... ok x_and_1_or_False (line 96) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_1_or_False (line 96) ... ok x_and_True_or_0 (line 58) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_True_or_0 (line 58) ... ok x_and_True_or_1 (line 77) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_True_or_1 (line 77) ... ok x_and_True_or_False (line 45) (bint_binop_T145.__test__) Doctest: bint_binop_T145.__test__.x_and_True_or_False (line 45) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bint_property_T354 ... Test (bint_property_T354) Doctest: bint_property_T354.Test ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bint_property_T354 ... Test (bint_property_T354) Doctest: bint_property_T354.Test ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bishop1 ... bishop1 () Doctest: bishop1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bishop1 ... bishop1 () Doctest: bishop1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bishop2 ... bishop2 () Doctest: bishop2 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bishop2 ... bishop2 () Doctest: bishop2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running boolean_context ... test (line 2) (boolean_context.__test__) Doctest: boolean_context.__test__.test (line 2) ... ok test_bool_and_int (line 10) (boolean_context.__test__) Doctest: boolean_context.__test__.test_bool_and_int (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running boolean_context ... test (line 2) (boolean_context.__test__) Doctest: boolean_context.__test__.test (line 2) ... ok test_bool_and_int (line 10) (boolean_context.__test__) Doctest: boolean_context.__test__.test_bool_and_int (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running boolop ... non_simple_values (line 28) (boolop.__test__) Doctest: boolop.__test__.non_simple_values (line 28) ... ok simple_values (line 2) (boolop.__test__) Doctest: boolop.__test__.simple_values (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running boolop ... non_simple_values (line 28) (boolop.__test__) Doctest: boolop.__test__.non_simple_values (line 28) ... ok simple_values (line 2) (boolop.__test__) Doctest: boolop.__test__.simple_values (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running boolop_py ... non_simple_values (line 2) (boolop_py.__test__) Doctest: boolop_py.__test__.non_simple_values (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running boolop_py ... non_simple_values (line 2) (boolop_py.__test__) Doctest: boolop_py.__test__.non_simple_values (line 2) ... ok run (__main__.PureDoctestTestCase) running pure doctests in boolop_py ... non_simple_values (pure_doctest__boolop_py) Doctest: pure_doctest__boolop_py.non_simple_values ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bound_builtin_methods_T589 ... list_insert (line 88) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_insert (line 88) ... ok list_insert_literal (line 98) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_insert_literal (line 98) ... ok list_insert_reassign (line 109) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_insert_reassign (line 109) ... ok list_pop (line 55) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_pop (line 55) ... ok list_pop_literal (line 65) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_pop_literal (line 65) ... ok list_pop_reassign (line 76) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_pop_reassign (line 76) ... ok test_dict_items_bound_no_assignment (line 48) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_dict_items_bound_no_assignment (line 48) ... ok test_set_clear_bound (line 8) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_set_clear_bound (line 8) ... ok test_unicode_join_bound (line 27) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_unicode_join_bound (line 27) ... ok test_unicode_join_bound_no_assignment (line 41) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_unicode_join_bound_no_assignment (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bound_builtin_methods_T589 ... list_insert (line 88) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_insert (line 88) ... ok list_insert_literal (line 98) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_insert_literal (line 98) ... ok list_insert_reassign (line 109) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_insert_reassign (line 109) ... ok list_pop (line 55) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_pop (line 55) ... ok list_pop_literal (line 65) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_pop_literal (line 65) ... ok list_pop_reassign (line 76) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.list_pop_reassign (line 76) ... ok test_dict_items_bound_no_assignment (line 48) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_dict_items_bound_no_assignment (line 48) ... ok test_set_clear_bound (line 8) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_set_clear_bound (line 8) ... ok test_unicode_join_bound (line 27) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_unicode_join_bound (line 27) ... ok test_unicode_join_bound_no_assignment (line 41) (bound_builtin_methods_T589.__test__) Doctest: bound_builtin_methods_T589.__test__.test_unicode_join_bound_no_assignment (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running broken_exception ... exception_creates_invalid_instance (line 4) (broken_exception.__test__) Doctest: broken_exception.__test__.exception_creates_invalid_instance (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running broken_exception ... exception_creates_invalid_instance (line 4) (broken_exception.__test__) Doctest: broken_exception.__test__.exception_creates_invalid_instance (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_abs ... abs_as_name (line 15) (builtin_abs.__test__) Doctest: builtin_abs.__test__.abs_as_name (line 15) ... ok double_abs (line 104) (builtin_abs.__test__) Doctest: builtin_abs.__test__.double_abs (line 104) ... ok float_abs (line 115) (builtin_abs.__test__) Doctest: builtin_abs.__test__.float_abs (line 115) ... ok int_abs (line 35) (builtin_abs.__test__) Doctest: builtin_abs.__test__.int_abs (line 35) ... ok long_abs (line 62) (builtin_abs.__test__) Doctest: builtin_abs.__test__.long_abs (line 62) ... ok long_long_abs (line 89) (builtin_abs.__test__) Doctest: builtin_abs.__test__.long_long_abs (line 89) ... ok py_abs (line 24) (builtin_abs.__test__) Doctest: builtin_abs.__test__.py_abs (line 24) ... ok uint_abs (line 53) (builtin_abs.__test__) Doctest: builtin_abs.__test__.uint_abs (line 53) ... ok ulong_abs (line 80) (builtin_abs.__test__) Doctest: builtin_abs.__test__.ulong_abs (line 80) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_abs ... abs_as_name (line 15) (builtin_abs.__test__) Doctest: builtin_abs.__test__.abs_as_name (line 15) ... ok double_abs (line 104) (builtin_abs.__test__) Doctest: builtin_abs.__test__.double_abs (line 104) ... ok float_abs (line 115) (builtin_abs.__test__) Doctest: builtin_abs.__test__.float_abs (line 115) ... ok int_abs (line 35) (builtin_abs.__test__) Doctest: builtin_abs.__test__.int_abs (line 35) ... ok long_abs (line 62) (builtin_abs.__test__) Doctest: builtin_abs.__test__.long_abs (line 62) ... ok long_long_abs (line 89) (builtin_abs.__test__) Doctest: builtin_abs.__test__.long_long_abs (line 89) ... ok py_abs (line 24) (builtin_abs.__test__) Doctest: builtin_abs.__test__.py_abs (line 24) ... ok uint_abs (line 53) (builtin_abs.__test__) Doctest: builtin_abs.__test__.uint_abs (line 53) ... ok ulong_abs (line 80) (builtin_abs.__test__) Doctest: builtin_abs.__test__.ulong_abs (line 80) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_basestring ... basestring_is_unicode_in_py3 (line 25) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_is_unicode_in_py3 (line 25) ... ok basestring_join (line 95) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_join (line 95) ... ok basestring_typed_argument (line 72) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_typed_argument (line 72) ... ok basestring_typed_variable (line 44) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_typed_variable (line 44) ... ok isinstance_basestring (line 12) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.isinstance_basestring (line 12) ... ok unicode_subtypes_basestring (line 36) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.unicode_subtypes_basestring (line 36) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_basestring ... basestring_is_unicode_in_py3 (line 25) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_is_unicode_in_py3 (line 25) ... ok basestring_join (line 95) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_join (line 95) ... ok basestring_typed_argument (line 72) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_typed_argument (line 72) ... ok basestring_typed_variable (line 44) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.basestring_typed_variable (line 44) ... ok isinstance_basestring (line 12) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.isinstance_basestring (line 12) ... ok unicode_subtypes_basestring (line 36) (builtin_basestring.__test__) Doctest: builtin_basestring.__test__.unicode_subtypes_basestring (line 36) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_callable ... test_callable (line 7) (builtin_callable.__test__) Doctest: builtin_callable.__test__.test_callable (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_callable ... test_callable (line 7) (builtin_callable.__test__) Doctest: builtin_callable.__test__.test_callable (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_float ... empty_float (line 4) (builtin_float.__test__) Doctest: builtin_float.__test__.empty_float (line 4) ... ok float_conjugate (line 14) (builtin_float.__test__) Doctest: builtin_float.__test__.float_conjugate (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_float ... empty_float (line 4) (builtin_float.__test__) Doctest: builtin_float.__test__.empty_float (line 4) ... ok float_conjugate (line 14) (builtin_float.__test__) Doctest: builtin_float.__test__.float_conjugate (line 14) ... ok run (__main__.PureDoctestTestCase) running pure doctests in builtin_float ... empty_float (pure_doctest__builtin_float) Doctest: pure_doctest__builtin_float.empty_float ... ok float_call_conjugate (pure_doctest__builtin_float) Doctest: pure_doctest__builtin_float.float_call_conjugate ... ok float_conjugate (pure_doctest__builtin_float) Doctest: pure_doctest__builtin_float.float_conjugate ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_globals ... default_args (line 11) (builtin_globals.__test__) Doctest: builtin_globals.__test__.default_args (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_globals ... default_args (line 11) (builtin_globals.__test__) Doctest: builtin_globals.__test__.default_args (line 11) ... ok run (__main__.PureDoctestTestCase) running pure doctests in builtin_globals ... default_args (pure_doctest__builtin_globals) Doctest: pure_doctest__builtin_globals.default_args ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_len ... len_bytes (line 29) (builtin_len.__test__) Doctest: builtin_len.__test__.len_bytes (line 29) ... ok len_dict (line 91) (builtin_len.__test__) Doctest: builtin_len.__test__.len_dict (line 91) ... ok len_frozenset (line 123) (builtin_len.__test__) Doctest: builtin_len.__test__.len_frozenset (line 123) ... ok len_list (line 59) (builtin_len.__test__) Doctest: builtin_len.__test__.len_list (line 59) ... ok len_set (line 107) (builtin_len.__test__) Doctest: builtin_len.__test__.len_set (line 107) ... ok len_str (line 44) (builtin_len.__test__) Doctest: builtin_len.__test__.len_str (line 44) ... ok len_tuple (line 75) (builtin_len.__test__) Doctest: builtin_len.__test__.len_tuple (line 75) ... ok len_unicode (line 14) (builtin_len.__test__) Doctest: builtin_len.__test__.len_unicode (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_len ... len_bytes (line 29) (builtin_len.__test__) Doctest: builtin_len.__test__.len_bytes (line 29) ... ok len_dict (line 91) (builtin_len.__test__) Doctest: builtin_len.__test__.len_dict (line 91) ... ok len_frozenset (line 123) (builtin_len.__test__) Doctest: builtin_len.__test__.len_frozenset (line 123) ... ok len_list (line 59) (builtin_len.__test__) Doctest: builtin_len.__test__.len_list (line 59) ... ok len_set (line 107) (builtin_len.__test__) Doctest: builtin_len.__test__.len_set (line 107) ... ok len_str (line 44) (builtin_len.__test__) Doctest: builtin_len.__test__.len_str (line 44) ... ok len_tuple (line 75) (builtin_len.__test__) Doctest: builtin_len.__test__.len_tuple (line 75) ... ok len_unicode (line 14) (builtin_len.__test__) Doctest: builtin_len.__test__.len_unicode (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_methods_return_values ... _delattr (line 21) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__._delattr (line 21) ... ok _setattr (line 10) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__._setattr (line 10) ... ok dict_clear (line 94) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.dict_clear (line 94) ... ok list_append (line 59) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_append (line 59) ... ok list_insert (line 51) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_insert (line 51) ... ok list_reverse (line 43) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_reverse (line 43) ... ok list_sort (line 35) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_sort (line 35) ... ok set_add (line 86) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.set_add (line 86) ... ok set_clear (line 67) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.set_clear (line 67) ... ok set_discard (line 78) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.set_discard (line 78) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_methods_return_values ... _delattr (line 21) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__._delattr (line 21) ... ok _setattr (line 10) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__._setattr (line 10) ... ok dict_clear (line 94) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.dict_clear (line 94) ... ok list_append (line 59) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_append (line 59) ... ok list_insert (line 51) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_insert (line 51) ... ok list_reverse (line 43) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_reverse (line 43) ... ok list_sort (line 35) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.list_sort (line 35) ... ok set_add (line 86) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.set_add (line 86) ... ok set_clear (line 67) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.set_clear (line 67) ... ok set_discard (line 78) (builtin_methods_return_values.__test__) Doctest: builtin_methods_return_values.__test__.set_discard (line 78) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_min_max ... literal_max3 (line 121) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.literal_max3 (line 121) ... ok literal_min3 (line 76) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.literal_min3 (line 76) ... ok max3 (line 87) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.max3 (line 87) ... ok max3_typed (line 104) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.max3_typed (line 104) ... ok min3 (line 8) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3 (line 8) ... ok min3_list (line 25) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3_list (line 25) ... ok min3_tuple (line 42) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3_tuple (line 42) ... ok min3_typed (line 59) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3_typed (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_min_max ... literal_max3 (line 121) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.literal_max3 (line 121) ... ok literal_min3 (line 76) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.literal_min3 (line 76) ... ok max3 (line 87) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.max3 (line 87) ... ok max3_typed (line 104) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.max3_typed (line 104) ... ok min3 (line 8) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3 (line 8) ... ok min3_list (line 25) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3_list (line 25) ... ok min3_tuple (line 42) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3_tuple (line 42) ... ok min3_typed (line 59) (builtin_min_max.__test__) Doctest: builtin_min_max.__test__.min3_typed (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_next ... builtin_next () Doctest: builtin_next ... ok test_default_next (line 62) (builtin_next.__test__) Doctest: builtin_next.__test__.test_default_next (line 62) ... ok test_next_not_iterable (line 36) (builtin_next.__test__) Doctest: builtin_next.__test__.test_next_not_iterable (line 36) ... ok test_next_override (line 78) (builtin_next.__test__) Doctest: builtin_next.__test__.test_next_override (line 78) ... ok test_single_next (line 44) (builtin_next.__test__) Doctest: builtin_next.__test__.test_single_next (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_next ... builtin_next () Doctest: builtin_next ... ok test_default_next (line 62) (builtin_next.__test__) Doctest: builtin_next.__test__.test_default_next (line 62) ... ok test_next_not_iterable (line 36) (builtin_next.__test__) Doctest: builtin_next.__test__.test_next_not_iterable (line 36) ... ok test_next_override (line 78) (builtin_next.__test__) Doctest: builtin_next.__test__.test_next_override (line 78) ... ok test_single_next (line 44) (builtin_next.__test__) Doctest: builtin_next.__test__.test_single_next (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_ord ... compare_to_char (line 55) (builtin_ord.__test__) Doctest: builtin_ord.__test__.compare_to_char (line 55) ... ok non_builtin_ord (line 83) (builtin_ord.__test__) Doctest: builtin_ord.__test__.non_builtin_ord (line 83) ... ok ord_Py_UNICODE (line 16) (builtin_ord.__test__) Doctest: builtin_ord.__test__.ord_Py_UNICODE (line 16) ... ok ord_const (line 28) (builtin_ord.__test__) Doctest: builtin_ord.__test__.ord_const (line 28) ... ok ord_object (line 70) (builtin_ord.__test__) Doctest: builtin_ord.__test__.ord_object (line 70) ... ok unicode_for_loop_ord (line 42) (builtin_ord.__test__) Doctest: builtin_ord.__test__.unicode_for_loop_ord (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_ord ... compare_to_char (line 55) (builtin_ord.__test__) Doctest: builtin_ord.__test__.compare_to_char (line 55) ... ok non_builtin_ord (line 83) (builtin_ord.__test__) Doctest: builtin_ord.__test__.non_builtin_ord (line 83) ... ok ord_Py_UNICODE (line 16) (builtin_ord.__test__) Doctest: builtin_ord.__test__.ord_Py_UNICODE (line 16) ... ok ord_const (line 28) (builtin_ord.__test__) Doctest: builtin_ord.__test__.ord_const (line 28) ... ok ord_object (line 70) (builtin_ord.__test__) Doctest: builtin_ord.__test__.ord_object (line 70) ... ok unicode_for_loop_ord (line 42) (builtin_ord.__test__) Doctest: builtin_ord.__test__.unicode_for_loop_ord (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_pow ... pow2 (line 18) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow2 (line 18) ... ok pow2_const (line 27) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow2_const (line 27) ... ok pow3 (line 2) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow3 (line 2) ... ok pow3_const (line 11) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow3_const (line 11) ... ok pow_args (line 34) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow_args (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_pow ... pow2 (line 18) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow2 (line 18) ... ok pow2_const (line 27) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow2_const (line 27) ... ok pow3 (line 2) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow3 (line 2) ... ok pow3_const (line 11) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow3_const (line 11) ... ok pow_args (line 34) (builtin_pow.__test__) Doctest: builtin_pow.__test__.pow_args (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_py3 ... builtin_py3 () Doctest: builtin_py3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_py3 ... builtin_py3 () Doctest: builtin_py3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_slice ... slice1 (line 3) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice1 (line 3) ... ok slice1_const (line 23) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice1_const (line 23) ... ok slice2 (line 31) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice2 (line 31) ... ok slice2_const (line 47) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice2_const (line 47) ... ok slice3 (line 55) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice3 (line 55) ... ok slice3_const (line 69) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice3_const (line 69) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_slice ... slice1 (line 3) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice1 (line 3) ... ok slice1_const (line 23) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice1_const (line 23) ... ok slice2 (line 31) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice2 (line 31) ... ok slice2_const (line 47) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice2_const (line 47) ... ok slice3 (line 55) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice3 (line 55) ... ok slice3_const (line 69) (builtin_slice.__test__) Doctest: builtin_slice.__test__.slice3_const (line 69) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_sorted ... sorted_arg (line 15) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_arg (line 15) ... ok sorted_genexp (line 37) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_genexp (line 37) ... ok sorted_list_literal (line 54) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_list_literal (line 54) ... ok sorted_list_of_range (line 46) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_list_of_range (line 46) ... ok sorted_tuple_literal (line 62) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_tuple_literal (line 62) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_sorted ... sorted_arg (line 15) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_arg (line 15) ... ok sorted_genexp (line 37) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_genexp (line 37) ... ok sorted_list_literal (line 54) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_list_literal (line 54) ... ok sorted_list_of_range (line 46) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_list_of_range (line 46) ... ok sorted_tuple_literal (line 62) (builtin_sorted.__test__) Doctest: builtin_sorted.__test__.sorted_tuple_literal (line 62) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_subtype_methods_T653 ... test_items (line 25) (builtin_subtype_methods_T653.__test__.MyDict) Doctest: builtin_subtype_methods_T653.__test__.MyDict.test_items (line 25) ... ok test_values (line 34) (builtin_subtype_methods_T653.__test__.MyDict) Doctest: builtin_subtype_methods_T653.__test__.MyDict.test_values (line 34) ... ok test_items (line 68) (builtin_subtype_methods_T653.__test__.MyDict2) Doctest: builtin_subtype_methods_T653.__test__.MyDict2.test_items (line 68) ... ok test_values (line 77) (builtin_subtype_methods_T653.__test__.MyDict2) Doctest: builtin_subtype_methods_T653.__test__.MyDict2.test_values (line 77) ... ok test_items (line 89) (builtin_subtype_methods_T653.__test__.MyDict2Final) Doctest: builtin_subtype_methods_T653.__test__.MyDict2Final.test_items (line 89) ... ok test_values (line 98) (builtin_subtype_methods_T653.__test__.MyDict2Final) Doctest: builtin_subtype_methods_T653.__test__.MyDict2Final.test_values (line 98) ... ok test_items (line 46) (builtin_subtype_methods_T653.__test__.MyDictFinal) Doctest: builtin_subtype_methods_T653.__test__.MyDictFinal.test_items (line 46) ... ok test_values (line 55) (builtin_subtype_methods_T653.__test__.MyDictFinal) Doctest: builtin_subtype_methods_T653.__test__.MyDictFinal.test_values (line 55) ... ok test_items (line 115) (builtin_subtype_methods_T653.__test__.MyDictOverride) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride.test_items (line 115) ... ok test_values (line 124) (builtin_subtype_methods_T653.__test__.MyDictOverride) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride.test_values (line 124) ... ok test_items (line 141) (builtin_subtype_methods_T653.__test__.MyDictOverride2) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride2.test_items (line 141) ... ok test_values (line 150) (builtin_subtype_methods_T653.__test__.MyDictOverride2) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride2.test_values (line 150) ... ok test_append (line 8) (builtin_subtype_methods_T653.__test__.MyList) Doctest: builtin_subtype_methods_T653.__test__.MyList.test_append (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_subtype_methods_T653 ... test_items (line 25) (builtin_subtype_methods_T653.__test__.MyDict) Doctest: builtin_subtype_methods_T653.__test__.MyDict.test_items (line 25) ... ok test_values (line 34) (builtin_subtype_methods_T653.__test__.MyDict) Doctest: builtin_subtype_methods_T653.__test__.MyDict.test_values (line 34) ... ok test_items (line 68) (builtin_subtype_methods_T653.__test__.MyDict2) Doctest: builtin_subtype_methods_T653.__test__.MyDict2.test_items (line 68) ... ok test_values (line 77) (builtin_subtype_methods_T653.__test__.MyDict2) Doctest: builtin_subtype_methods_T653.__test__.MyDict2.test_values (line 77) ... ok test_items (line 89) (builtin_subtype_methods_T653.__test__.MyDict2Final) Doctest: builtin_subtype_methods_T653.__test__.MyDict2Final.test_items (line 89) ... ok test_values (line 98) (builtin_subtype_methods_T653.__test__.MyDict2Final) Doctest: builtin_subtype_methods_T653.__test__.MyDict2Final.test_values (line 98) ... ok test_items (line 46) (builtin_subtype_methods_T653.__test__.MyDictFinal) Doctest: builtin_subtype_methods_T653.__test__.MyDictFinal.test_items (line 46) ... ok test_values (line 55) (builtin_subtype_methods_T653.__test__.MyDictFinal) Doctest: builtin_subtype_methods_T653.__test__.MyDictFinal.test_values (line 55) ... ok test_items (line 115) (builtin_subtype_methods_T653.__test__.MyDictOverride) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride.test_items (line 115) ... ok test_values (line 124) (builtin_subtype_methods_T653.__test__.MyDictOverride) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride.test_values (line 124) ... ok test_items (line 141) (builtin_subtype_methods_T653.__test__.MyDictOverride2) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride2.test_items (line 141) ... ok test_values (line 150) (builtin_subtype_methods_T653.__test__.MyDictOverride2) Doctest: builtin_subtype_methods_T653.__test__.MyDictOverride2.test_values (line 150) ... ok test_append (line 8) (builtin_subtype_methods_T653.__test__.MyList) Doctest: builtin_subtype_methods_T653.__test__.MyList.test_append (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_subtype_methods_cy3 ... ListPySubtype (builtin_subtype_methods_cy3) Doctest: builtin_subtype_methods_cy3.ListPySubtype ... ok items (line 31) (builtin_subtype_methods_cy3.__test__.DictPySubtype) Doctest: builtin_subtype_methods_cy3.__test__.DictPySubtype.items (line 31) ... ok keys (line 7) (builtin_subtype_methods_cy3.__test__.DictPySubtype) Doctest: builtin_subtype_methods_cy3.__test__.DictPySubtype.keys (line 7) ... ok values (line 19) (builtin_subtype_methods_cy3.__test__.DictPySubtype) Doctest: builtin_subtype_methods_cy3.__test__.DictPySubtype.values (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_subtype_methods_cy3 ... ListPySubtype (builtin_subtype_methods_cy3) Doctest: builtin_subtype_methods_cy3.ListPySubtype ... ok items (line 31) (builtin_subtype_methods_cy3.__test__.DictPySubtype) Doctest: builtin_subtype_methods_cy3.__test__.DictPySubtype.items (line 31) ... ok keys (line 7) (builtin_subtype_methods_cy3.__test__.DictPySubtype) Doctest: builtin_subtype_methods_cy3.__test__.DictPySubtype.keys (line 7) ... ok values (line 19) (builtin_subtype_methods_cy3.__test__.DictPySubtype) Doctest: builtin_subtype_methods_cy3.__test__.DictPySubtype.values (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_type ... get_type_through_local (line 14) (builtin_type.__test__) Doctest: builtin_type.__test__.get_type_through_local (line 14) ... ok pass_type (line 42) (builtin_type.__test__) Doctest: builtin_type.__test__.pass_type (line 42) ... ok test_type (line 27) (builtin_type.__test__) Doctest: builtin_type.__test__.test_type (line 27) ... ok type_type (line 35) (builtin_type.__test__) Doctest: builtin_type.__test__.type_type (line 35) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_type ... get_type_through_local (line 14) (builtin_type.__test__) Doctest: builtin_type.__test__.get_type_through_local (line 14) ... ok pass_type (line 42) (builtin_type.__test__) Doctest: builtin_type.__test__.pass_type (line 42) ... ok test_type (line 27) (builtin_type.__test__) Doctest: builtin_type.__test__.test_type (line 27) ... ok type_type (line 35) (builtin_type.__test__) Doctest: builtin_type.__test__.type_type (line 35) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_type_inheritance_T608 ... MyDict (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyDict ... ok MyFloat (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyFloat ... ok MyInt (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyInt ... ok MyInt2 (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyInt2 ... ok MyInt3 (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyInt3 ... ok MyList (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyList ... ok MyListOverride (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyListOverride ... ok MyUnicode (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyUnicode ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_type_inheritance_T608 ... MyDict (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyDict ... ok MyFloat (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyFloat ... ok MyInt (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyInt ... ok MyInt2 (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyInt2 ... ok MyInt3 (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyInt3 ... ok MyList (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyList ... ok MyListOverride (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyListOverride ... ok MyUnicode (builtin_type_inheritance_T608) Doctest: builtin_type_inheritance_T608.MyUnicode ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtin_types_none_T166 ... builtin_types_none_T166 () Doctest: builtin_types_none_T166 ... ok append_to_none (line 11) (builtin_types_none_T166.__test__) Doctest: builtin_types_none_T166.__test__.append_to_none (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtin_types_none_T166 ... builtin_types_none_T166 () Doctest: builtin_types_none_T166 ... ok append_to_none (line 11) (builtin_types_none_T166.__test__) Doctest: builtin_types_none_T166.__test__.append_to_none (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtincomplex ... complex_arg (line 41) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_arg (line 41) ... ok complex_attributes (line 4) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_attributes (line 4) ... ok complex_attributes_assign (line 12) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_attributes_assign (line 12) ... ok complex_coercion (line 31) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_coercion (line 31) ... ok complex_conjugate_nonsimple (line 59) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_conjugate_nonsimple (line 59) ... ok complex_conjugate_nonsimple_float (line 48) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_conjugate_nonsimple_float (line 48) ... ok complex_cstruct_assign (line 21) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_cstruct_assign (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtincomplex ... complex_arg (line 41) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_arg (line 41) ... ok complex_attributes (line 4) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_attributes (line 4) ... ok complex_attributes_assign (line 12) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_attributes_assign (line 12) ... ok complex_coercion (line 31) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_coercion (line 31) ... ok complex_conjugate_nonsimple (line 59) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_conjugate_nonsimple (line 59) ... ok complex_conjugate_nonsimple_float (line 48) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_conjugate_nonsimple_float (line 48) ... ok complex_cstruct_assign (line 21) (builtincomplex.__test__) Doctest: builtincomplex.__test__.complex_cstruct_assign (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtinnames ... test_c (line 34) (builtinnames.__test__) Doctest: builtinnames.__test__.test_c (line 34) ... ok test_for_in_range (line 51) (builtinnames.__test__) Doctest: builtinnames.__test__.test_for_in_range (line 51) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtinnames ... test_c (line 34) (builtinnames.__test__) Doctest: builtinnames.__test__.test_c (line 34) ... ok test_for_in_range (line 51) (builtinnames.__test__) Doctest: builtinnames.__test__.test_for_in_range (line 51) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtins_truth_test ... bool_bytes (line 206) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_bytes (line 206) ... ok bool_frozenset (line 176) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_frozenset (line 176) ... ok bool_list (line 2) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_list (line 2) ... ok bool_set (line 112) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_set (line 112) ... ok bool_tuple (line 66) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_tuple (line 66) ... ok bool_unicode (line 253) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_unicode (line 253) ... ok if_bytes (line 217) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_bytes (line 217) ... ok if_bytes_literal (line 231) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_bytes_literal (line 231) ... ok if_frozenset (line 188) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_frozenset (line 188) ... ok if_list (line 14) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_list (line 14) ... ok if_list_literal (line 47) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_list_literal (line 47) ... ok if_list_nogil (line 29) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_list_nogil (line 29) ... ok if_set (line 124) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_set (line 124) ... ok if_set_literal (line 157) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_set_literal (line 157) ... ok if_set_nogil (line 139) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_set_nogil (line 139) ... ok if_tuple (line 78) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_tuple (line 78) ... ok if_tuple_literal (line 93) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_tuple_literal (line 93) ... ok if_unicode (line 264) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_unicode (line 264) ... ok if_unicode_literal (line 278) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_unicode_literal (line 278) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtins_truth_test ... bool_bytes (line 206) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_bytes (line 206) ... ok bool_frozenset (line 176) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_frozenset (line 176) ... ok bool_list (line 2) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_list (line 2) ... ok bool_set (line 112) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_set (line 112) ... ok bool_tuple (line 66) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_tuple (line 66) ... ok bool_unicode (line 253) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.bool_unicode (line 253) ... ok if_bytes (line 217) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_bytes (line 217) ... ok if_bytes_literal (line 231) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_bytes_literal (line 231) ... ok if_frozenset (line 188) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_frozenset (line 188) ... ok if_list (line 14) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_list (line 14) ... ok if_list_literal (line 47) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_list_literal (line 47) ... ok if_list_nogil (line 29) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_list_nogil (line 29) ... ok if_set (line 124) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_set (line 124) ... ok if_set_literal (line 157) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_set_literal (line 157) ... ok if_set_nogil (line 139) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_set_nogil (line 139) ... ok if_tuple (line 78) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_tuple (line 78) ... ok if_tuple_literal (line 93) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_tuple_literal (line 93) ... ok if_unicode (line 264) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_unicode (line 264) ... ok if_unicode_literal (line 278) (builtins_truth_test.__test__) Doctest: builtins_truth_test.__test__.if_unicode_literal (line 278) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running builtinslice ... plain_object_slice (line 31) (builtinslice.__test__) Doctest: builtinslice.__test__.plain_object_slice (line 31) ... ok typed_slice (line 11) (builtinslice.__test__) Doctest: builtinslice.__test__.typed_slice (line 11) ... ok unbound_method_lookup (line 3) (builtinslice.__test__) Doctest: builtinslice.__test__.unbound_method_lookup (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running builtinslice ... plain_object_slice (line 31) (builtinslice.__test__) Doctest: builtinslice.__test__.plain_object_slice (line 31) ... ok typed_slice (line 11) (builtinslice.__test__) Doctest: builtinslice.__test__.typed_slice (line 11) ... ok unbound_method_lookup (line 3) (builtinslice.__test__) Doctest: builtinslice.__test__.unbound_method_lookup (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bytearray_ascii_auto_encoding ... as_objects (line 16) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bytearray_ascii_auto_encoding ... as_objects (line 16) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (bytearray_ascii_auto_encoding.__test__) Doctest: bytearray_ascii_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bytearray_coercion ... assign_to_index (line 67) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.assign_to_index (line 67) ... ok check_bounds (line 117) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.check_bounds (line 117) ... ok coerce_charptr_slice (line 30) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.coerce_charptr_slice (line 30) ... ok coerce_to_charptr (line 8) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.coerce_to_charptr (line 8) ... ok coerce_to_charptrs (line 19) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.coerce_to_charptrs (line 19) ... ok infer_index_types (line 41) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.infer_index_types (line 41) ... ok infer_slice_types (line 54) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.infer_slice_types (line 54) ... ok nogil_assignment (line 150) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.nogil_assignment (line 150) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bytearray_coercion ... assign_to_index (line 67) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.assign_to_index (line 67) ... ok check_bounds (line 117) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.check_bounds (line 117) ... ok coerce_charptr_slice (line 30) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.coerce_charptr_slice (line 30) ... ok coerce_to_charptr (line 8) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.coerce_to_charptr (line 8) ... ok coerce_to_charptrs (line 19) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.coerce_to_charptrs (line 19) ... ok infer_index_types (line 41) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.infer_index_types (line 41) ... ok infer_slice_types (line 54) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.infer_slice_types (line 54) ... ok nogil_assignment (line 150) (bytearray_coercion.__test__) Doctest: bytearray_coercion.__test__.nogil_assignment (line 150) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bytearray_default_auto_encoding ... as_objects (line 16) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bytearray_default_auto_encoding ... as_objects (line 16) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (bytearray_default_auto_encoding.__test__) Doctest: bytearray_default_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bytearraymethods ... bytearray_append (line 203) (bytearraymethods.__test__) Doctest: bytearraymethods.__test__.bytearray_append (line 203) ... ok bytearray_decode (line 78) (bytearraymethods.__test__) Doctest: bytearraymethods.__test__.bytearray_decode (line 78) ... ok bytearray_decode_unbound_method (line 166) (bytearraymethods.__test__) Doctest: bytearraymethods.__test__.bytearray_decode_unbound_method (line 166) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bytearraymethods ... bytearray_append (line 203) (bytearraymethods.__test__) Doctest: bytearraymethods.__test__.bytearray_append (line 203) ... ok bytearray_decode (line 78) (bytearraymethods.__test__) Doctest: bytearraymethods.__test__.bytearray_decode (line 78) ... ok bytearray_decode_unbound_method (line 166) (bytearraymethods.__test__) Doctest: bytearraymethods.__test__.bytearray_decode_unbound_method (line 166) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bytes_char_coercion ... coerce_char_bytes_assign (line 90) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_char_bytes_assign (line 90) ... ok coerce_char_bytes_cast (line 26) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_char_bytes_cast (line 26) ... ok coerce_char_default (line 4) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_char_default (line 4) ... ok coerce_int_bytes_assign (line 119) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_int_bytes_assign (line 119) ... ok coerce_int_bytes_cast (line 53) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_int_bytes_cast (line 53) ... ok coerce_uchar_bytes_assign (line 103) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uchar_bytes_assign (line 103) ... ok coerce_uchar_bytes_cast (line 38) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uchar_bytes_cast (line 38) ... ok coerce_uchar_default (line 14) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uchar_default (line 14) ... ok coerce_uint_bytes_assign (line 139) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uint_bytes_assign (line 139) ... ok coerce_uint_bytes_cast (line 71) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uint_bytes_cast (line 71) ... ok indexing_to_char (line 172) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.indexing_to_char (line 172) ... ok inplace_ops_use_arithmetic (line 157) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.inplace_ops_use_arithmetic (line 157) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bytes_char_coercion ... coerce_char_bytes_assign (line 90) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_char_bytes_assign (line 90) ... ok coerce_char_bytes_cast (line 26) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_char_bytes_cast (line 26) ... ok coerce_char_default (line 4) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_char_default (line 4) ... ok coerce_int_bytes_assign (line 119) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_int_bytes_assign (line 119) ... ok coerce_int_bytes_cast (line 53) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_int_bytes_cast (line 53) ... ok coerce_uchar_bytes_assign (line 103) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uchar_bytes_assign (line 103) ... ok coerce_uchar_bytes_cast (line 38) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uchar_bytes_cast (line 38) ... ok coerce_uchar_default (line 14) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uchar_default (line 14) ... ok coerce_uint_bytes_assign (line 139) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uint_bytes_assign (line 139) ... ok coerce_uint_bytes_cast (line 71) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.coerce_uint_bytes_cast (line 71) ... ok indexing_to_char (line 172) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.indexing_to_char (line 172) ... ok inplace_ops_use_arithmetic (line 157) (bytes_char_coercion.__test__) Doctest: bytes_char_coercion.__test__.inplace_ops_use_arithmetic (line 157) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bytes_indexing ... index_literal (line 6) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal (line 6) ... ok index_literal_char_cast (line 26) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_char_cast (line 26) ... ok index_literal_char_coerce (line 106) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_char_coerce (line 106) ... ok index_literal_char_coerce_no_check (line 149) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_char_coerce_no_check (line 149) ... ok index_literal_uchar_cast (line 66) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_uchar_cast (line 66) ... ok index_nonliteral_char_cast (line 46) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_char_cast (line 46) ... ok index_nonliteral_char_coerce (line 127) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_char_coerce (line 127) ... ok index_nonliteral_char_coerce_no_check (line 168) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_char_coerce_no_check (line 168) ... ok index_nonliteral_uchar_cast (line 86) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_uchar_cast (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bytes_indexing ... index_literal (line 6) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal (line 6) ... ok index_literal_char_cast (line 26) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_char_cast (line 26) ... ok index_literal_char_coerce (line 106) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_char_coerce (line 106) ... ok index_literal_char_coerce_no_check (line 149) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_char_coerce_no_check (line 149) ... ok index_literal_uchar_cast (line 66) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_literal_uchar_cast (line 66) ... ok index_nonliteral_char_cast (line 46) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_char_cast (line 46) ... ok index_nonliteral_char_coerce (line 127) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_char_coerce (line 127) ... ok index_nonliteral_char_coerce_no_check (line 168) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_char_coerce_no_check (line 168) ... ok index_nonliteral_uchar_cast (line 86) (bytes_indexing.__test__) Doctest: bytes_indexing.__test__.index_nonliteral_uchar_cast (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running bytesmethods ... bytes_decode (line 71) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_decode (line 71) ... ok bytes_decode_unbound_method (line 159) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_decode_unbound_method (line 159) ... ok bytes_endswith (line 41) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_endswith (line 41) ... ok bytes_join (line 199) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_join (line 199) ... ok bytes_startswith (line 11) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_startswith (line 11) ... ok literal_join (line 215) (bytesmethods.__test__) Doctest: bytesmethods.__test__.literal_join (line 215) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running bytesmethods ... bytes_decode (line 71) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_decode (line 71) ... ok bytes_decode_unbound_method (line 159) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_decode_unbound_method (line 159) ... ok bytes_endswith (line 41) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_endswith (line 41) ... ok bytes_join (line 199) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_join (line 199) ... ok bytes_startswith (line 11) (bytesmethods.__test__) Doctest: bytesmethods.__test__.bytes_startswith (line 11) ... ok literal_join (line 215) (bytesmethods.__test__) Doctest: bytesmethods.__test__.literal_join (line 215) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running c_int_types_T255 ... c_int_types_T255 () Doctest: c_int_types_T255 ... ok test_add_char (line 115) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_char (line 115) ... ok test_add_int (line 296) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_int (line 296) ... ok test_add_long (line 427) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_long (line 427) ... ok test_add_longlong (line 558) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_longlong (line 558) ... ok test_add_schar (line 29) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_schar (line 29) ... ok test_add_short (line 165) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_short (line 165) ... ok test_add_sint (line 344) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_sint (line 344) ... ok test_add_slong (line 475) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_slong (line 475) ... ok test_add_slonglong (line 606) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_slonglong (line 606) ... ok test_add_sshort (line 213) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_sshort (line 213) ... ok test_add_uchar (line 72) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_uchar (line 72) ... ok test_add_uint (line 387) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_uint (line 387) ... ok test_add_ulong (line 518) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_ulong (line 518) ... ok test_add_ulonglong (line 649) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_ulonglong (line 649) ... ok test_add_ushort (line 256) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_ushort (line 256) ... ok test_char (line 92) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_char (line 92) ... ok test_convert_pyint (line 686) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_convert_pyint (line 686) ... ok test_convert_pylong (line 734) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_convert_pylong (line 734) ... ok test_int (line 273) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_int (line 273) ... ok test_long (line 404) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_long (line 404) ... ok test_longlong (line 535) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_longlong (line 535) ... ok test_schar (line 10) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_schar (line 10) ... ok test_short (line 142) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_short (line 142) ... ok test_sint (line 321) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_sint (line 321) ... ok test_slong (line 452) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_slong (line 452) ... ok test_slonglong (line 583) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_slonglong (line 583) ... ok test_sshort (line 190) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_sshort (line 190) ... ok test_uchar (line 53) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_uchar (line 53) ... ok test_uint (line 368) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_uint (line 368) ... ok test_ulong (line 499) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_ulong (line 499) ... ok test_ulonglong (line 630) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_ulonglong (line 630) ... ok test_ushort (line 237) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_ushort (line 237) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running c_int_types_T255 ... c_int_types_T255 () Doctest: c_int_types_T255 ... ok test_add_char (line 115) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_char (line 115) ... ok test_add_int (line 296) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_int (line 296) ... ok test_add_long (line 427) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_long (line 427) ... ok test_add_longlong (line 558) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_longlong (line 558) ... ok test_add_schar (line 29) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_schar (line 29) ... ok test_add_short (line 165) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_short (line 165) ... ok test_add_sint (line 344) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_sint (line 344) ... ok test_add_slong (line 475) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_slong (line 475) ... ok test_add_slonglong (line 606) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_slonglong (line 606) ... ok test_add_sshort (line 213) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_sshort (line 213) ... ok test_add_uchar (line 72) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_uchar (line 72) ... ok test_add_uint (line 387) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_uint (line 387) ... ok test_add_ulong (line 518) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_ulong (line 518) ... ok test_add_ulonglong (line 649) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_ulonglong (line 649) ... ok test_add_ushort (line 256) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_add_ushort (line 256) ... ok test_char (line 92) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_char (line 92) ... ok test_convert_pyint (line 686) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_convert_pyint (line 686) ... ok test_convert_pylong (line 734) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_convert_pylong (line 734) ... ok test_int (line 273) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_int (line 273) ... ok test_long (line 404) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_long (line 404) ... ok test_longlong (line 535) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_longlong (line 535) ... ok test_schar (line 10) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_schar (line 10) ... ok test_short (line 142) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_short (line 142) ... ok test_sint (line 321) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_sint (line 321) ... ok test_slong (line 452) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_slong (line 452) ... ok test_slonglong (line 583) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_slonglong (line 583) ... ok test_sshort (line 190) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_sshort (line 190) ... ok test_uchar (line 53) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_uchar (line 53) ... ok test_uint (line 368) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_uint (line 368) ... ok test_ulong (line 499) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_ulong (line 499) ... ok test_ulonglong (line 630) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_ulonglong (line 630) ... ok test_ushort (line 237) (c_int_types_T255.__test__) Doctest: c_int_types_T255.__test__.test_ushort (line 237) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running c_type_methods_T236 ... c_type_methods_T236 () Doctest: c_type_methods_T236 ... ok float__add__ (line 30) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.float__add__ (line 30) ... ok float_const__add__ (line 38) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.float_const__add__ (line 38) ... ok int__add__ (line 46) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.int__add__ (line 46) ... ok int_const__add__ (line 54) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.int_const__add__ (line 54) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running c_type_methods_T236 ... c_type_methods_T236 () Doctest: c_type_methods_T236 ... ok float__add__ (line 30) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.float__add__ (line 30) ... ok float_const__add__ (line 38) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.float_const__add__ (line 38) ... ok int__add__ (line 46) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.int__add__ (line 46) ... ok int_const__add__ (line 54) (c_type_methods_T236.__test__) Doctest: c_type_methods_T236.__test__.int_const__add__ (line 54) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running call_crash ... A (call_crash) Doctest: call_crash.A ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running call_crash ... A (call_crash) Doctest: call_crash.A ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running callargs ... c (line 1) (callargs.__test__) Doctest: callargs.__test__.c (line 1) ... ok d (line 18) (callargs.__test__) Doctest: callargs.__test__.d (line 18) ... ok f (line 44) (callargs.__test__) Doctest: callargs.__test__.f (line 44) ... ok g (line 58) (callargs.__test__) Doctest: callargs.__test__.g (line 58) ... ok h (line 72) (callargs.__test__) Doctest: callargs.__test__.h (line 72) ... ok test_int_kwargs (line 167) (callargs.__test__) Doctest: callargs.__test__.test_int_kwargs (line 167) ... ok test_kw (line 133) (callargs.__test__) Doctest: callargs.__test__.test_kw (line 133) ... ok test_kw_args (line 88) (callargs.__test__) Doctest: callargs.__test__.test_kw_args (line 88) ... ok test_noargs (line 151) (callargs.__test__) Doctest: callargs.__test__.test_noargs (line 151) ... ok test_pos_args (line 112) (callargs.__test__) Doctest: callargs.__test__.test_pos_args (line 112) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running callargs ... c (line 1) (callargs.__test__) Doctest: callargs.__test__.c (line 1) ... ok d (line 18) (callargs.__test__) Doctest: callargs.__test__.d (line 18) ... ok f (line 44) (callargs.__test__) Doctest: callargs.__test__.f (line 44) ... ok g (line 58) (callargs.__test__) Doctest: callargs.__test__.g (line 58) ... ok h (line 72) (callargs.__test__) Doctest: callargs.__test__.h (line 72) ... ok test_int_kwargs (line 167) (callargs.__test__) Doctest: callargs.__test__.test_int_kwargs (line 167) ... ok test_kw (line 133) (callargs.__test__) Doctest: callargs.__test__.test_kw (line 133) ... ok test_kw_args (line 88) (callargs.__test__) Doctest: callargs.__test__.test_kw_args (line 88) ... ok test_noargs (line 151) (callargs.__test__) Doctest: callargs.__test__.test_noargs (line 151) ... ok test_pos_args (line 112) (callargs.__test__) Doctest: callargs.__test__.test_pos_args (line 112) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running capiimpl ... capiimpl () Doctest: capiimpl ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running capiimpl ... capiimpl () Doctest: capiimpl ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running carray_coercion ... assign_int_array_array (line 85) (carray_coercion.__test__) Doctest: carray_coercion.__test__.assign_int_array_array (line 85) ... ok assign_int_array_array_from_tuples (line 94) (carray_coercion.__test__) Doctest: carray_coercion.__test__.assign_int_array_array_from_tuples (line 94) ... ok build_from_list_of_arrays (line 114) (carray_coercion.__test__) Doctest: carray_coercion.__test__.build_from_list_of_arrays (line 114) ... ok build_from_tuple_of_arrays (line 125) (carray_coercion.__test__) Doctest: carray_coercion.__test__.build_from_tuple_of_arrays (line 125) ... ok from_int_array (line 17) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_int_array (line 17) ... ok from_int_array_array (line 70) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_int_array_array (line 70) ... ok from_struct_array (line 146) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_struct_array (line 146) ... ok from_typedef_int_array (line 46) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_typedef_int_array (line 46) ... ok iterable_to_int_array (line 275) (carray_coercion.__test__) Doctest: carray_coercion.__test__.iterable_to_int_array (line 275) ... ok to_int_array (line 169) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_int_array (line 169) ... ok to_int_array_array (line 184) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_int_array_array (line 184) ... ok to_int_array_slice (line 251) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_int_array_slice (line 251) ... ok to_struct_array (line 291) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_array (line 291) ... ok to_struct_array_array (line 313) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_array_array (line 313) ... ok to_struct_with_array (line 333) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_with_array (line 333) ... ok to_struct_with_array_slice (line 362) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_with_array_slice (line 362) ... ok tuple_from_int_array (line 29) (carray_coercion.__test__) Doctest: carray_coercion.__test__.tuple_from_int_array (line 29) ... ok tuple_from_typedef_int_array (line 58) (carray_coercion.__test__) Doctest: carray_coercion.__test__.tuple_from_typedef_int_array (line 58) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running carray_coercion ... assign_int_array_array (line 85) (carray_coercion.__test__) Doctest: carray_coercion.__test__.assign_int_array_array (line 85) ... ok assign_int_array_array_from_tuples (line 94) (carray_coercion.__test__) Doctest: carray_coercion.__test__.assign_int_array_array_from_tuples (line 94) ... ok build_from_list_of_arrays (line 114) (carray_coercion.__test__) Doctest: carray_coercion.__test__.build_from_list_of_arrays (line 114) ... ok build_from_tuple_of_arrays (line 125) (carray_coercion.__test__) Doctest: carray_coercion.__test__.build_from_tuple_of_arrays (line 125) ... ok from_int_array (line 17) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_int_array (line 17) ... ok from_int_array_array (line 70) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_int_array_array (line 70) ... ok from_struct_array (line 146) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_struct_array (line 146) ... ok from_typedef_int_array (line 46) (carray_coercion.__test__) Doctest: carray_coercion.__test__.from_typedef_int_array (line 46) ... ok iterable_to_int_array (line 275) (carray_coercion.__test__) Doctest: carray_coercion.__test__.iterable_to_int_array (line 275) ... ok to_int_array (line 169) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_int_array (line 169) ... ok to_int_array_array (line 184) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_int_array_array (line 184) ... ok to_int_array_slice (line 251) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_int_array_slice (line 251) ... ok to_struct_array (line 291) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_array (line 291) ... ok to_struct_array_array (line 313) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_array_array (line 313) ... ok to_struct_with_array (line 333) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_with_array (line 333) ... ok to_struct_with_array_slice (line 362) (carray_coercion.__test__) Doctest: carray_coercion.__test__.to_struct_with_array_slice (line 362) ... ok tuple_from_int_array (line 29) (carray_coercion.__test__) Doctest: carray_coercion.__test__.tuple_from_int_array (line 29) ... ok tuple_from_typedef_int_array (line 58) (carray_coercion.__test__) Doctest: carray_coercion.__test__.tuple_from_typedef_int_array (line 58) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running carray_slicing ... iter_doublearray_for_loop_c (line 250) (carray_slicing.__test__) Doctest: carray_slicing.__test__.iter_doublearray_for_loop_c (line 250) ... ok iter_intarray_for_loop_c (line 180) (carray_slicing.__test__) Doctest: carray_slicing.__test__.iter_intarray_for_loop_c (line 180) ... ok slice_charptr_end (line 9) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_end (line 9) ... ok slice_charptr_for_loop_c (line 37) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c (line 37) ... ok slice_charptr_for_loop_c_dynamic_bounds (line 97) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_dynamic_bounds (line 97) ... ok slice_charptr_for_loop_c_enumerate (line 138) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_enumerate (line 138) ... ok slice_charptr_for_loop_c_step (line 71) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_step (line 71) ... ok slice_charptr_for_loop_c_to_bytes (line 54) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_to_bytes (line 54) ... ok slice_doublptr_for_loop_c (line 219) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_doublptr_for_loop_c (line 219) ... ok slice_intarray_for_loop_c (line 163) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_intarray_for_loop_c (line 163) ... ok slice_intptr_for_loop_c (line 191) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_intptr_for_loop_c (line 191) ... ok struct_ptr_iter (line 265) (carray_slicing.__test__) Doctest: carray_slicing.__test__.struct_ptr_iter (line 265) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running carray_slicing ... iter_doublearray_for_loop_c (line 250) (carray_slicing.__test__) Doctest: carray_slicing.__test__.iter_doublearray_for_loop_c (line 250) ... ok iter_intarray_for_loop_c (line 180) (carray_slicing.__test__) Doctest: carray_slicing.__test__.iter_intarray_for_loop_c (line 180) ... ok slice_charptr_end (line 9) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_end (line 9) ... ok slice_charptr_for_loop_c (line 37) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c (line 37) ... ok slice_charptr_for_loop_c_dynamic_bounds (line 97) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_dynamic_bounds (line 97) ... ok slice_charptr_for_loop_c_enumerate (line 138) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_enumerate (line 138) ... ok slice_charptr_for_loop_c_step (line 71) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_step (line 71) ... ok slice_charptr_for_loop_c_to_bytes (line 54) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_charptr_for_loop_c_to_bytes (line 54) ... ok slice_doublptr_for_loop_c (line 219) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_doublptr_for_loop_c (line 219) ... ok slice_intarray_for_loop_c (line 163) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_intarray_for_loop_c (line 163) ... ok slice_intptr_for_loop_c (line 191) (carray_slicing.__test__) Doctest: carray_slicing.__test__.slice_intptr_for_loop_c (line 191) ... ok struct_ptr_iter (line 265) (carray_slicing.__test__) Doctest: carray_slicing.__test__.struct_ptr_iter (line 265) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running carrays ... test1 (line 1) (carrays.__test__) Doctest: carrays.__test__.test1 (line 1) ... ok test2 (line 17) (carrays.__test__) Doctest: carrays.__test__.test2 (line 17) ... ok test3 (line 30) (carrays.__test__) Doctest: carrays.__test__.test3 (line 30) ... ok test_cimported_attribute (line 42) (carrays.__test__) Doctest: carrays.__test__.test_cimported_attribute (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running carrays ... test1 (line 1) (carrays.__test__) Doctest: carrays.__test__.test1 (line 1) ... ok test2 (line 17) (carrays.__test__) Doctest: carrays.__test__.test2 (line 17) ... ok test3 (line 30) (carrays.__test__) Doctest: carrays.__test__.test3 (line 30) ... ok test_cimported_attribute (line 42) (carrays.__test__) Doctest: carrays.__test__.test_cimported_attribute (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cascaded_list_unpacking_T467 ... recursive_parallel_assignment_from_call_left (line 15) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_left (line 15) ... ok recursive_parallel_assignment_from_call_left_reversed (line 37) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_left_reversed (line 37) ... ok recursive_parallel_assignment_from_call_right (line 26) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_right (line 26) ... ok recursive_parallel_assignment_from_call_right_reversed (line 48) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_right_reversed (line 48) ... ok simple_parallel_assignment_from_call (line 3) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.simple_parallel_assignment_from_call (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cascaded_list_unpacking_T467 ... recursive_parallel_assignment_from_call_left (line 15) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_left (line 15) ... ok recursive_parallel_assignment_from_call_left_reversed (line 37) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_left_reversed (line 37) ... ok recursive_parallel_assignment_from_call_right (line 26) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_right (line 26) ... ok recursive_parallel_assignment_from_call_right_reversed (line 48) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.recursive_parallel_assignment_from_call_right_reversed (line 48) ... ok simple_parallel_assignment_from_call (line 3) (cascaded_list_unpacking_T467.__test__) Doctest: cascaded_list_unpacking_T467.__test__.simple_parallel_assignment_from_call (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cascaded_typed_assignments_T466 ... non_simple_rhs (line 46) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.non_simple_rhs (line 46) ... ok non_simple_rhs_malloc (line 59) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.non_simple_rhs_malloc (line 59) ... ok pyobject_from_cvalue (line 106) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.pyobject_from_cvalue (line 106) ... ok simple_parallel_int_mix (line 16) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.simple_parallel_int_mix (line 16) ... ok simple_parallel_int_mix_recursive (line 27) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.simple_parallel_int_mix_recursive (line 27) ... ok simple_parallel_typed (line 7) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.simple_parallel_typed (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cascaded_typed_assignments_T466 ... non_simple_rhs (line 46) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.non_simple_rhs (line 46) ... ok non_simple_rhs_malloc (line 59) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.non_simple_rhs_malloc (line 59) ... ok pyobject_from_cvalue (line 106) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.pyobject_from_cvalue (line 106) ... ok simple_parallel_int_mix (line 16) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.simple_parallel_int_mix (line 16) ... ok simple_parallel_int_mix_recursive (line 27) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.simple_parallel_int_mix_recursive (line 27) ... ok simple_parallel_typed (line 7) (cascaded_typed_assignments_T466.__test__) Doctest: cascaded_typed_assignments_T466.__test__.simple_parallel_typed (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cascadedassignment ... test_cascaded_assignment_builtin_expr (line 36) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_builtin_expr (line 36) ... ok test_cascaded_assignment_evaluate_expr (line 51) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_evaluate_expr (line 51) ... ok test_cascaded_assignment_simple (line 8) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_simple (line 8) ... ok test_cascaded_assignment_typed (line 21) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_typed (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cascadedassignment ... test_cascaded_assignment_builtin_expr (line 36) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_builtin_expr (line 36) ... ok test_cascaded_assignment_evaluate_expr (line 51) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_evaluate_expr (line 51) ... ok test_cascaded_assignment_simple (line 8) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_simple (line 8) ... ok test_cascaded_assignment_typed (line 21) (cascadedassignment.__test__) Doctest: cascadedassignment.__test__.test_cascaded_assignment_typed (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_bool_T227 ... call_cfoo (line 17) (cdef_bool_T227.__test__) Doctest: cdef_bool_T227.__test__.call_cfoo (line 17) ... ok foo (line 5) (cdef_bool_T227.__test__) Doctest: cdef_bool_T227.__test__.foo (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_bool_T227 ... call_cfoo (line 17) (cdef_bool_T227.__test__) Doctest: cdef_bool_T227.__test__.call_cfoo (line 17) ... ok foo (line 5) (cdef_bool_T227.__test__) Doctest: cdef_bool_T227.__test__.foo (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_class_field ... cdef_class_field () Doctest: cdef_class_field ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_class_field ... cdef_class_field () Doctest: cdef_class_field ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_class_order ... test (line 11) (cdef_class_order.__test__) Doctest: cdef_class_order.__test__.test (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_class_order ... test (line 11) (cdef_class_order.__test__) Doctest: cdef_class_order.__test__.test (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_classmethod ... test0 (line 7) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test0 (line 7) ... ok test0_args (line 15) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test0_args (line 15) ... ok test0_args_kwargs (line 55) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test0_args_kwargs (line 55) ... ok test1 (line 23) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test1 (line 23) ... ok test1_args (line 39) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test1_args (line 39) ... ok test1_args_kwargs (line 63) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test1_args_kwargs (line 63) ... ok test2 (line 31) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test2 (line 31) ... ok test2_args (line 47) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test2_args (line 47) ... ok test2_args_kwargs (line 71) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test2_args_kwargs (line 71) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_classmethod ... test0 (line 7) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test0 (line 7) ... ok test0_args (line 15) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test0_args (line 15) ... ok test0_args_kwargs (line 55) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test0_args_kwargs (line 55) ... ok test1 (line 23) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test1 (line 23) ... ok test1_args (line 39) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test1_args (line 39) ... ok test1_args_kwargs (line 63) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test1_args_kwargs (line 63) ... ok test2 (line 31) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test2 (line 31) ... ok test2_args (line 47) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test2_args (line 47) ... ok test2_args_kwargs (line 71) (cdef_classmethod.__test__.cclass) Doctest: cdef_classmethod.__test__.cclass.test2_args_kwargs (line 71) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_decorator_directives_T183 ... cdiv_decorator (line 6) (cdef_decorator_directives_T183.__test__) Doctest: cdef_decorator_directives_T183.__test__.cdiv_decorator (line 6) ... ok pydiv_decorator (line 14) (cdef_decorator_directives_T183.__test__) Doctest: cdef_decorator_directives_T183.__test__.pydiv_decorator (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_decorator_directives_T183 ... cdiv_decorator (line 6) (cdef_decorator_directives_T183.__test__) Doctest: cdef_decorator_directives_T183.__test__.cdiv_decorator (line 6) ... ok pydiv_decorator (line 14) (cdef_decorator_directives_T183.__test__) Doctest: cdef_decorator_directives_T183.__test__.pydiv_decorator (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_function_kwargs ... call_cmeth (line 212) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cmeth (line 212) ... ok call_cpmeth (line 237) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cpmeth (line 237) ... ok call_cpmeth_optargs (line 301) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cpmeth_optargs (line 301) ... ok call_cpmeth_optargs1 (line 340) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cpmeth_optargs1 (line 340) ... ok call_optargs (line 262) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_optargs (line 262) ... ok cdef_funcptr (line 170) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cdef_funcptr (line 170) ... ok cdef_optargs (line 132) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cdef_optargs (line 132) ... ok cfunc_all_keywords (line 30) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_all_keywords (line 30) ... ok cfunc_some_keywords (line 40) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_some_keywords (line 40) ... ok cfunc_some_keywords_unordered (line 50) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_some_keywords_unordered (line 50) ... ok cfunc_some_keywords_unordered_sideeffect (line 60) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_some_keywords_unordered_sideeffect (line 60) ... ok cpfunc_all_keywords (line 73) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_all_keywords (line 73) ... ok cpfunc_some_keywords (line 83) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_some_keywords (line 83) ... ok cpfunc_some_keywords_unordered (line 93) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_some_keywords_unordered (line 93) ... ok cpfunc_some_keywords_unordered_sideeffect (line 103) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_some_keywords_unordered_sideeffect (line 103) ... ok libc_strstr (line 116) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.libc_strstr (line 116) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_function_kwargs ... call_cmeth (line 212) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cmeth (line 212) ... ok call_cpmeth (line 237) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cpmeth (line 237) ... ok call_cpmeth_optargs (line 301) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cpmeth_optargs (line 301) ... ok call_cpmeth_optargs1 (line 340) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_cpmeth_optargs1 (line 340) ... ok call_optargs (line 262) (cdef_function_kwargs.__test__.ExtType) Doctest: cdef_function_kwargs.__test__.ExtType.call_optargs (line 262) ... ok cdef_funcptr (line 170) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cdef_funcptr (line 170) ... ok cdef_optargs (line 132) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cdef_optargs (line 132) ... ok cfunc_all_keywords (line 30) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_all_keywords (line 30) ... ok cfunc_some_keywords (line 40) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_some_keywords (line 40) ... ok cfunc_some_keywords_unordered (line 50) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_some_keywords_unordered (line 50) ... ok cfunc_some_keywords_unordered_sideeffect (line 60) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cfunc_some_keywords_unordered_sideeffect (line 60) ... ok cpfunc_all_keywords (line 73) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_all_keywords (line 73) ... ok cpfunc_some_keywords (line 83) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_some_keywords (line 83) ... ok cpfunc_some_keywords_unordered (line 93) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_some_keywords_unordered (line 93) ... ok cpfunc_some_keywords_unordered_sideeffect (line 103) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.cpfunc_some_keywords_unordered_sideeffect (line 103) ... ok libc_strstr (line 116) (cdef_function_kwargs.__test__) Doctest: cdef_function_kwargs.__test__.libc_strstr (line 116) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_locals_decorator_T477 ... test (line 12) (cdef_locals_decorator_T477.__test__) Doctest: cdef_locals_decorator_T477.__test__.test (line 12) ... ok test_defval (line 19) (cdef_locals_decorator_T477.__test__) Doctest: cdef_locals_decorator_T477.__test__.test_defval (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_locals_decorator_T477 ... test (line 12) (cdef_locals_decorator_T477.__test__) Doctest: cdef_locals_decorator_T477.__test__.test (line 12) ... ok test_defval (line 19) (cdef_locals_decorator_T477.__test__) Doctest: cdef_locals_decorator_T477.__test__.test_defval (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_members_T517 ... cdef_members_T517 () Doctest: cdef_members_T517 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_members_T517 ... cdef_members_T517 () Doctest: cdef_members_T517 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_members_binding_properties ... cdef_members_binding_properties () Doctest: cdef_members_binding_properties ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_members_binding_properties ... cdef_members_binding_properties () Doctest: cdef_members_binding_properties ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_methods_T462 ... test_args (line 27) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_args (line 27) ... ok test_args_kwargs (line 34) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_args_kwargs (line 34) ... ok test_self (line 6) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_self (line 6) ... ok test_self_1 (line 13) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_self_1 (line 13) ... ok test_self_args (line 20) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_self_args (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_methods_T462 ... test_args (line 27) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_args (line 27) ... ok test_args_kwargs (line 34) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_args_kwargs (line 34) ... ok test_self (line 6) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_self (line 6) ... ok test_self_1 (line 13) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_self_1 (line 13) ... ok test_self_args (line 20) (cdef_methods_T462.__test__.cclass) Doctest: cdef_methods_T462.__test__.cclass.test_self_args (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_opt ... cdef_opt () Doctest: cdef_opt ... ok call0 (line 16) (cdef_opt.__test__) Doctest: cdef_opt.__test__.call0 (line 16) ... ok call1 (line 24) (cdef_opt.__test__) Doctest: cdef_opt.__test__.call1 (line 24) ... ok call2 (line 32) (cdef_opt.__test__) Doctest: cdef_opt.__test__.call2 (line 32) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_opt ... cdef_opt () Doctest: cdef_opt ... ok call0 (line 16) (cdef_opt.__test__) Doctest: cdef_opt.__test__.call0 (line 16) ... ok call1 (line 24) (cdef_opt.__test__) Doctest: cdef_opt.__test__.call1 (line 24) ... ok call2 (line 32) (cdef_opt.__test__) Doctest: cdef_opt.__test__.call2 (line 32) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdef_setitem_T284 ... no_cdef (line 3) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.no_cdef (line 3) ... ok test_list (line 35) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.test_list (line 35) ... ok with_cdef (line 13) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.with_cdef (line 13) ... ok with_external_list (line 23) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.with_external_list (line 23) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdef_setitem_T284 ... no_cdef (line 3) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.no_cdef (line 3) ... ok test_list (line 35) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.test_list (line 35) ... ok with_cdef (line 13) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.with_cdef (line 13) ... ok with_external_list (line 23) (cdef_setitem_T284.__test__) Doctest: cdef_setitem_T284.__test__.with_external_list (line 23) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdefassign ... test (line 3) (cdefassign.__test__) Doctest: cdefassign.__test__.test (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdefassign ... test (line 3) (cdefassign.__test__) Doctest: cdefassign.__test__.test (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdefoptargs ... method (line 44) (cdefoptargs.__test__.A) Doctest: cdefoptargs.__test__.A.method (line 44) ... ok method (line 52) (cdefoptargs.__test__.B) Doctest: cdefoptargs.__test__.B.method (line 52) ... ok method (line 62) (cdefoptargs.__test__.C) Doctest: cdefoptargs.__test__.C.method (line 62) ... ok call2 (line 3) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.call2 (line 3) ... ok call3 (line 9) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.call3 (line 9) ... ok call4 (line 15) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.call4 (line 15) ... ok test_foo (line 30) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.test_foo (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdefoptargs ... method (line 44) (cdefoptargs.__test__.A) Doctest: cdefoptargs.__test__.A.method (line 44) ... ok method (line 52) (cdefoptargs.__test__.B) Doctest: cdefoptargs.__test__.B.method (line 52) ... ok method (line 62) (cdefoptargs.__test__.C) Doctest: cdefoptargs.__test__.C.method (line 62) ... ok call2 (line 3) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.call2 (line 3) ... ok call3 (line 9) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.call3 (line 9) ... ok call4 (line 15) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.call4 (line 15) ... ok test_foo (line 30) (cdefoptargs.__test__) Doctest: cdefoptargs.__test__.test_foo (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cdivision_CEP_516 ... cdivision_CEP_516 () Doctest: cdivision_CEP_516 ... ok complex_expression (line 129) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.complex_expression (line 129) ... ok div_int_c_warn (line 117) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.div_int_c_warn (line 117) ... ok mod_div_zero_float (line 167) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.mod_div_zero_float (line 167) ... ok mod_div_zero_int (line 150) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.mod_div_zero_int (line 150) ... ok mod_int_c_warn (line 105) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.mod_int_c_warn (line 105) ... ok py_div_long (line 182) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.py_div_long (line 182) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cdivision_CEP_516 ... cdivision_CEP_516 () Doctest: cdivision_CEP_516 ... ok complex_expression (line 129) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.complex_expression (line 129) ... ok div_int_c_warn (line 117) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.div_int_c_warn (line 117) ... ok mod_div_zero_float (line 167) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.mod_div_zero_float (line 167) ... ok mod_div_zero_int (line 150) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.mod_div_zero_int (line 150) ... ok mod_int_c_warn (line 105) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.mod_int_c_warn (line 105) ... ok py_div_long (line 182) (cdivision_CEP_516.__test__) Doctest: cdivision_CEP_516.__test__.py_div_long (line 182) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cf_none ... conditional (line 51) (cf_none.__test__) Doctest: cf_none.__test__.conditional (line 51) ... ok conditional_arg (line 65) (cf_none.__test__) Doctest: cf_none.__test__.conditional_arg (line 65) ... ok conditional_not_none (line 76) (cf_none.__test__) Doctest: cf_none.__test__.conditional_not_none (line 76) ... ok dict_arg (line 20) (cf_none.__test__) Doctest: cf_none.__test__.dict_arg (line 20) ... ok dict_arg_not_none (line 29) (cf_none.__test__) Doctest: cf_none.__test__.dict_arg_not_none (line 29) ... ok none_checks (line 5) (cf_none.__test__) Doctest: cf_none.__test__.none_checks (line 5) ... ok reassignment (line 38) (cf_none.__test__) Doctest: cf_none.__test__.reassignment (line 38) ... ok self_dependency (line 87) (cf_none.__test__) Doctest: cf_none.__test__.self_dependency (line 87) ... ok self_dependency_none (line 102) (cf_none.__test__) Doctest: cf_none.__test__.self_dependency_none (line 102) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cf_none ... conditional (line 51) (cf_none.__test__) Doctest: cf_none.__test__.conditional (line 51) ... ok conditional_arg (line 65) (cf_none.__test__) Doctest: cf_none.__test__.conditional_arg (line 65) ... ok conditional_not_none (line 76) (cf_none.__test__) Doctest: cf_none.__test__.conditional_not_none (line 76) ... ok dict_arg (line 20) (cf_none.__test__) Doctest: cf_none.__test__.dict_arg (line 20) ... ok dict_arg_not_none (line 29) (cf_none.__test__) Doctest: cf_none.__test__.dict_arg_not_none (line 29) ... ok none_checks (line 5) (cf_none.__test__) Doctest: cf_none.__test__.none_checks (line 5) ... ok reassignment (line 38) (cf_none.__test__) Doctest: cf_none.__test__.reassignment (line 38) ... ok self_dependency (line 87) (cf_none.__test__) Doctest: cf_none.__test__.self_dependency (line 87) ... ok self_dependency_none (line 102) (cf_none.__test__) Doctest: cf_none.__test__.self_dependency_none (line 102) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cfunc_convert ... call_abc (line 99) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.call_abc (line 99) ... ok call_empty_cfunc (line 15) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.call_empty_cfunc (line 15) ... ok call_square_c (line 30) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.call_square_c (line 30) ... ok return_abc (line 117) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_abc (line 117) ... ok return_builtin_params_cfunc (line 201) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_builtin_params_cfunc (line 201) ... ok return_libc_sqrt (line 54) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_libc_sqrt (line 54) ... ok return_square_c (line 41) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_square_c (line 41) ... ok return_struct_builder (line 157) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_struct_builder (line 157) ... ok test_builtin_params (line 190) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_builtin_params (line 190) ... ok test_cdef_class_params (line 222) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_cdef_class_params (line 222) ... ok test_global (line 69) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_global (line 69) ... ok test_object_params (line 179) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_object_params (line 179) ... ok test_typedef (line 132) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_typedef (line 132) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cfunc_convert ... call_abc (line 99) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.call_abc (line 99) ... ok call_empty_cfunc (line 15) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.call_empty_cfunc (line 15) ... ok call_square_c (line 30) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.call_square_c (line 30) ... ok return_abc (line 117) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_abc (line 117) ... ok return_builtin_params_cfunc (line 201) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_builtin_params_cfunc (line 201) ... ok return_libc_sqrt (line 54) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_libc_sqrt (line 54) ... ok return_square_c (line 41) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_square_c (line 41) ... ok return_struct_builder (line 157) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.return_struct_builder (line 157) ... ok test_builtin_params (line 190) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_builtin_params (line 190) ... ok test_cdef_class_params (line 222) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_cdef_class_params (line 222) ... ok test_global (line 69) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_global (line 69) ... ok test_object_params (line 179) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_object_params (line 179) ... ok test_typedef (line 132) (cfunc_convert.__test__) Doctest: cfunc_convert.__test__.test_typedef (line 132) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cfuncdef ... test (line 14) (cfuncdef.__test__) Doctest: cfuncdef.__test__.test (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cfuncdef ... test (line 14) (cfuncdef.__test__) Doctest: cfuncdef.__test__.test (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running char_constants_T99 ... global_c_and_s (line 6) (char_constants_T99.__test__) Doctest: char_constants_T99.__test__.global_c_and_s (line 6) ... ok local_c_and_s (line 16) (char_constants_T99.__test__) Doctest: char_constants_T99.__test__.local_c_and_s (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running char_constants_T99 ... global_c_and_s (line 6) (char_constants_T99.__test__) Doctest: char_constants_T99.__test__.global_c_and_s (line 6) ... ok local_c_and_s (line 16) (char_constants_T99.__test__) Doctest: char_constants_T99.__test__.local_c_and_s (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running charcomparisonT412 ... f (line 3) (charcomparisonT412.__test__) Doctest: charcomparisonT412.__test__.f (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running charcomparisonT412 ... f (line 3) (charcomparisonT412.__test__) Doctest: charcomparisonT412.__test__.f (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running charencoding ... charencoding () Doctest: charencoding ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running charencoding ... charencoding () Doctest: charencoding ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running charescape ... charescape () Doctest: charescape ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running charescape ... charescape () Doctest: charescape ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running charptr_comparison_T582 ... charptr_equals_literal (line 10) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_equals_literal (line 10) ... ok charptr_ge_literal (line 52) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_ge_literal (line 52) ... ok charptr_gt_literal (line 24) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_gt_literal (line 24) ... ok charptr_le_literal (line 66) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_le_literal (line 66) ... ok charptr_lt_literal (line 38) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_lt_literal (line 38) ... ok slice_equals_literal (line 87) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_equals_literal (line 87) ... ok slice_ge_literal (line 129) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_ge_literal (line 129) ... ok slice_gt_literal (line 101) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_gt_literal (line 101) ... ok slice_le_literal (line 143) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_le_literal (line 143) ... ok slice_lt_literal (line 115) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_lt_literal (line 115) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running charptr_comparison_T582 ... charptr_equals_literal (line 10) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_equals_literal (line 10) ... ok charptr_ge_literal (line 52) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_ge_literal (line 52) ... ok charptr_gt_literal (line 24) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_gt_literal (line 24) ... ok charptr_le_literal (line 66) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_le_literal (line 66) ... ok charptr_lt_literal (line 38) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.charptr_lt_literal (line 38) ... ok slice_equals_literal (line 87) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_equals_literal (line 87) ... ok slice_ge_literal (line 129) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_ge_literal (line 129) ... ok slice_gt_literal (line 101) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_gt_literal (line 101) ... ok slice_le_literal (line 143) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_le_literal (line 143) ... ok slice_lt_literal (line 115) (charptr_comparison_T582.__test__) Doctest: charptr_comparison_T582.__test__.slice_lt_literal (line 115) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running charptr_decode ... slice_charptr_decode (line 11) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode (line 11) ... ok slice_charptr_decode_errormode (line 85) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_errormode (line 85) ... ok slice_charptr_decode_slice2 (line 49) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_slice2 (line 49) ... ok slice_charptr_decode_strlen (line 60) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_strlen (line 60) ... ok slice_charptr_decode_unbound (line 74) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_unbound (line 74) ... ok slice_charptr_decode_unknown_encoding (line 35) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_unknown_encoding (line 35) ... ok slice_charptr_dynamic_bounds (line 96) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_dynamic_bounds (line 96) ... ok slice_charptr_dynamic_bounds_non_name (line 108) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_dynamic_bounds_non_name (line 108) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running charptr_decode ... slice_charptr_decode (line 11) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode (line 11) ... ok slice_charptr_decode_errormode (line 85) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_errormode (line 85) ... ok slice_charptr_decode_slice2 (line 49) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_slice2 (line 49) ... ok slice_charptr_decode_strlen (line 60) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_strlen (line 60) ... ok slice_charptr_decode_unbound (line 74) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_unbound (line 74) ... ok slice_charptr_decode_unknown_encoding (line 35) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_decode_unknown_encoding (line 35) ... ok slice_charptr_dynamic_bounds (line 96) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_dynamic_bounds (line 96) ... ok slice_charptr_dynamic_bounds_non_name (line 108) (charptr_decode.__test__) Doctest: charptr_decode.__test__.slice_charptr_dynamic_bounds_non_name (line 108) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running charptr_from_temp ... test_charptr_and_charptr_func (line 83) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_charptr_and_charptr_func (line 83) ... ok test_charptr_and_ucharptr (line 91) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_charptr_and_ucharptr (line 91) ... ok test_more_args_adding (line 71) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_more_args_adding (line 71) ... ok test_more_args_indexing (line 30) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_more_args_indexing (line 30) ... ok test_more_args_slicing (line 52) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_more_args_slicing (line 52) ... ok test_one_arg_adding (line 63) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_one_arg_adding (line 63) ... ok test_one_arg_indexing (line 19) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_one_arg_indexing (line 19) ... ok test_one_arg_slicing (line 41) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_one_arg_slicing (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running charptr_from_temp ... test_charptr_and_charptr_func (line 83) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_charptr_and_charptr_func (line 83) ... ok test_charptr_and_ucharptr (line 91) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_charptr_and_ucharptr (line 91) ... ok test_more_args_adding (line 71) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_more_args_adding (line 71) ... ok test_more_args_indexing (line 30) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_more_args_indexing (line 30) ... ok test_more_args_slicing (line 52) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_more_args_slicing (line 52) ... ok test_one_arg_adding (line 63) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_one_arg_adding (line 63) ... ok test_one_arg_indexing (line 19) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_one_arg_indexing (line 19) ... ok test_one_arg_slicing (line 41) (charptr_from_temp.__test__) Doctest: charptr_from_temp.__test__.test_one_arg_slicing (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running charptr_len ... lentest_char (line 11) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char (line 11) ... ok lentest_char_c (line 22) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char_c (line 22) ... ok lentest_char_c_float (line 46) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char_c_float (line 46) ... ok lentest_char_c_short (line 34) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char_c_short (line 34) ... ok lentest_py (line 78) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_py (line 78) ... ok lentest_py_c (line 86) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_py_c (line 86) ... ok lentest_uchar (line 58) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_uchar (line 58) ... ok lentest_uchar_c (line 69) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_uchar_c (line 69) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running charptr_len ... lentest_char (line 11) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char (line 11) ... ok lentest_char_c (line 22) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char_c (line 22) ... ok lentest_char_c_float (line 46) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char_c_float (line 46) ... ok lentest_char_c_short (line 34) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_char_c_short (line 34) ... ok lentest_py (line 78) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_py (line 78) ... ok lentest_py_c (line 86) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_py_c (line 86) ... ok lentest_uchar (line 58) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_uchar (line 58) ... ok lentest_uchar_c (line 69) (charptr_len.__test__) Doctest: charptr_len.__test__.lentest_uchar_c (line 69) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running check_fused_types ... test_composed_types (line 171) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_composed_types (line 171) ... ok test_float_int (line 84) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_float_int (line 84) ... ok test_if_then_else_float_int (line 139) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_if_then_else_float_int (line 139) ... ok test_if_then_else_long_long (line 122) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_if_then_else_long_long (line 122) ... ok test_if_then_else_string_int (line 130) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_if_then_else_string_int (line 130) ... ok test_int_int (line 59) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_int_int (line 59) ... ok test_int_long (line 72) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_int_long (line 72) ... ok test_string_int (line 95) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_string_int (line 95) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running check_fused_types ... test_composed_types (line 171) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_composed_types (line 171) ... ok test_float_int (line 84) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_float_int (line 84) ... ok test_if_then_else_float_int (line 139) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_if_then_else_float_int (line 139) ... ok test_if_then_else_long_long (line 122) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_if_then_else_long_long (line 122) ... ok test_if_then_else_string_int (line 130) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_if_then_else_string_int (line 130) ... ok test_int_int (line 59) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_int_int (line 59) ... ok test_int_long (line 72) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_int_long (line 72) ... ok test_string_int (line 95) (check_fused_types.__test__) Doctest: check_fused_types.__test__.test_string_int (line 95) ... ok runTest (__main__.EndToEndTest) End-to-end cimport ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cimport_cython_T505 ... test_capi (line 8) (cimport_cython_T505.__test__) Doctest: cimport_cython_T505.__test__.test_capi (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cimport_cython_T505 ... test_capi (line 8) (cimport_cython_T505.__test__) Doctest: cimport_cython_T505.__test__.test_capi (line 8) ... ok runTest (__main__.EndToEndTest) End-to-end cimport_from_pyx ... ok runTest (__main__.EndToEndTest) End-to-end cimport_from_sys_path ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cintop ... cintop () Doctest: cintop ... ok f (line 18) (cintop.__test__) Doctest: cintop.__test__.f (line 18) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cintop ... cintop () Doctest: cintop ... ok f (line 18) (cintop.__test__) Doctest: cintop.__test__.f (line 18) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running class_func_in_control_structures_T87 ... class_func_in_control_structures_T87 () Doctest: class_func_in_control_structures_T87 ... ok Defined (class_func_in_control_structures_T87) Doctest: class_func_in_control_structures_T87.Defined ... ok test_class_cond (line 23) (class_func_in_control_structures_T87.__test__) Doctest: class_func_in_control_structures_T87.__test__.test_class_cond (line 23) ... ok test_func_cond (line 44) (class_func_in_control_structures_T87.__test__) Doctest: class_func_in_control_structures_T87.__test__.test_func_cond (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running class_func_in_control_structures_T87 ... class_func_in_control_structures_T87 () Doctest: class_func_in_control_structures_T87 ... ok Defined (class_func_in_control_structures_T87) Doctest: class_func_in_control_structures_T87.Defined ... ok test_class_cond (line 23) (class_func_in_control_structures_T87.__test__) Doctest: class_func_in_control_structures_T87.__test__.test_class_cond (line 23) ... ok test_func_cond (line 44) (class_func_in_control_structures_T87.__test__) Doctest: class_func_in_control_structures_T87.__test__.test_func_cond (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running class_redefine ... test_class_redef (line 12) (class_redefine.__test__) Doctest: class_redefine.__test__.test_class_redef (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running class_redefine ... test_class_redef (line 12) (class_redefine.__test__) Doctest: class_redefine.__test__.test_class_redef (line 12) ... ok run (__main__.PureDoctestTestCase) running pure doctests in class_redefine ... test_class_redef (pure_doctest__class_redefine) Doctest: pure_doctest__class_redefine.test_class_redef ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running class_scope ... MethodRedef (class_scope) Doctest: class_scope.MethodRedef ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running class_scope ... MethodRedef (class_scope) Doctest: class_scope.MethodRedef ... ok run (__main__.PureDoctestTestCase) running pure doctests in class_scope ... MethodRedef (pure_doctest__class_scope) Doctest: pure_doctest__class_scope.MethodRedef ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running class_scope_del_T684 ... DelInClass (class_scope_del_T684) Doctest: class_scope_del_T684.DelInClass ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running class_scope_del_T684 ... DelInClass (class_scope_del_T684) Doctest: class_scope_del_T684.DelInClass ... ok run (__main__.PureDoctestTestCase) running pure doctests in class_scope_del_T684 ... DelInClass (pure_doctest__class_scope_del_T684) Doctest: pure_doctest__class_scope_del_T684.DelInClass ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running classbody_exec ... classbody_exec () Doctest: classbody_exec ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running classbody_exec ... classbody_exec () Doctest: classbody_exec ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running classdecorators_T336 ... classdecorators_T336 () Doctest: classdecorators_T336 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running classdecorators_T336 ... classdecorators_T336 () Doctest: classdecorators_T336 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running classkwonlyargs ... classkwonlyargs () Doctest: classkwonlyargs ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running classkwonlyargs ... classkwonlyargs () Doctest: classkwonlyargs ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running classmethod ... classmethod () Doctest: classmethod ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running classmethod ... classmethod () Doctest: classmethod ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running classpass ... classpass () Doctest: classpass ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running classpass ... classpass () Doctest: classpass ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running clear_to_null ... TpClearFixture (clear_to_null) Doctest: clear_to_null.TpClearFixture ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running clear_to_null ... TpClearFixture (clear_to_null) Doctest: clear_to_null.TpClearFixture ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running clone_type ... dup (line 2) (clone_type.__test__.MyType) Doctest: clone_type.__test__.MyType.dup (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running clone_type ... dup (line 2) (clone_type.__test__.MyType) Doctest: clone_type.__test__.MyType.dup (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_arg_type_error ... func_with_typed_args (line 16) (closure_arg_type_error.__test__) Doctest: closure_arg_type_error.__test__.func_with_typed_args (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_arg_type_error ... func_with_typed_args (line 16) (closure_arg_type_error.__test__) Doctest: closure_arg_type_error.__test__.func_with_typed_args (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_class_T596 ... nested2 (line 50) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.nested2 (line 50) ... ok nested_classes (line 16) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.nested_classes (line 16) ... ok simple (line 5) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.simple (line 5) ... ok staff (line 28) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.staff (line 28) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_class_T596 ... nested2 (line 50) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.nested2 (line 50) ... ok nested_classes (line 16) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.nested_classes (line 16) ... ok simple (line 5) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.simple (line 5) ... ok staff (line 28) (closure_class_T596.__test__) Doctest: closure_class_T596.__test__.staff (line 28) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_decorators_T478 ... closure_decorators_T478 () Doctest: closure_decorators_T478 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_decorators_T478 ... closure_decorators_T478 () Doctest: closure_decorators_T478 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_inlining ... simple_noargs (line 7) (closure_inlining.__test__) Doctest: closure_inlining.__test__.simple_noargs (line 7) ... ok test_coerce (line 19) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_coerce (line 19) ... ok test_defaults (line 66) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_defaults (line 66) ... ok test_func_signature (line 36) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_func_signature (line 36) ... ok test_func_signature2 (line 51) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_func_signature2 (line 51) ... ok test_global_calls_still_work (line 107) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_global_calls_still_work (line 107) ... ok test_kwonly_args (line 76) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_kwonly_args (line 76) ... ok test_kwonly_args_missing (line 86) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_kwonly_args_missing (line 86) ... ok test_redef (line 138) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_redef (line 138) ... ok test_sideeffect_call_order (line 123) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_sideeffect_call_order (line 123) ... ok test_starred (line 97) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_starred (line 97) ... ok test_with_statement (line 160) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_with_statement (line 160) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_inlining ... simple_noargs (line 7) (closure_inlining.__test__) Doctest: closure_inlining.__test__.simple_noargs (line 7) ... ok test_coerce (line 19) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_coerce (line 19) ... ok test_defaults (line 66) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_defaults (line 66) ... ok test_func_signature (line 36) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_func_signature (line 36) ... ok test_func_signature2 (line 51) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_func_signature2 (line 51) ... ok test_global_calls_still_work (line 107) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_global_calls_still_work (line 107) ... ok test_kwonly_args (line 76) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_kwonly_args (line 76) ... ok test_kwonly_args_missing (line 86) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_kwonly_args_missing (line 86) ... ok test_redef (line 138) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_redef (line 138) ... ok test_sideeffect_call_order (line 123) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_sideeffect_call_order (line 123) ... ok test_starred (line 97) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_starred (line 97) ... ok test_with_statement (line 160) (closure_inlining.__test__) Doctest: closure_inlining.__test__.test_with_statement (line 160) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_inside_cdef_T554 ... call_f (line 5) (closure_inside_cdef_T554.__test__) Doctest: closure_inside_cdef_T554.__test__.call_f (line 5) ... ok closure_in_void (line 18) (closure_inside_cdef_T554.__test__) Doctest: closure_inside_cdef_T554.__test__.closure_in_void (line 18) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_inside_cdef_T554 ... call_f (line 5) (closure_inside_cdef_T554.__test__) Doctest: closure_inside_cdef_T554.__test__.call_f (line 5) ... ok closure_in_void (line 18) (closure_inside_cdef_T554.__test__) Doctest: closure_inside_cdef_T554.__test__.closure_in_void (line 18) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_name_mangling_T537 ... closure_name_mangling_T537 () Doctest: closure_name_mangling_T537 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_name_mangling_T537 ... closure_name_mangling_T537 () Doctest: closure_name_mangling_T537 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_self ... call_closure_method_cdef_attr_c (line 42) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.call_closure_method_cdef_attr_c (line 42) ... ok closure_method (line 19) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.closure_method (line 19) ... ok closure_method_cdef_attr (line 29) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.closure_method_cdef_attr (line 29) ... ok plain (line 10) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.plain (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_self ... call_closure_method_cdef_attr_c (line 42) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.call_closure_method_cdef_attr_c (line 42) ... ok closure_method (line 19) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.closure_method (line 19) ... ok closure_method_cdef_attr (line 29) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.closure_method_cdef_attr (line 29) ... ok plain (line 10) (closure_self.__test__.SelfInClosure) Doctest: closure_self.__test__.SelfInClosure.plain (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_1 ... g1425 (line 20) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1425 (line 20) ... ok g1432 (line 34) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1432 (line 34) ... ok g1435 (line 53) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1435 (line 53) ... ok g1438 (line 65) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1438 (line 65) ... ok g1441 (line 78) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1441 (line 78) ... ok g1446 (line 91) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1446 (line 91) ... ok g1449 (line 107) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1449 (line 107) ... ok g1454 (line 120) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1454 (line 120) ... ok g1459 (line 136) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1459 (line 136) ... ok g1462 (line 152) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1462 (line 152) ... ok g1465 (line 169) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1465 (line 169) ... ok g1468 (line 188) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1468 (line 188) ... ok g1471 (line 202) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1471 (line 202) ... ok g1474 (line 221) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1474 (line 221) ... ok g1478 (line 234) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1478 (line 234) ... ok g1483 (line 252) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1483 (line 252) ... ok g1486 (line 270) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1486 (line 270) ... ok g1491 (line 284) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1491 (line 284) ... ok g1494 (line 302) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1494 (line 302) ... ok g1501 (line 317) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1501 (line 317) ... ok g1508 (line 338) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1508 (line 338) ... ok g1513 (line 358) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1513 (line 358) ... ok g1518 (line 374) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1518 (line 374) ... ok g1523 (line 390) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1523 (line 390) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_1_def_to_cdef ... g1425 (line 20) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1425 (line 20) ... ok g1432 (line 37) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1432 (line 37) ... ok g1435 (line 59) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1435 (line 59) ... ok g1438 (line 74) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1438 (line 74) ... ok g1441 (line 90) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1441 (line 90) ... ok g1446 (line 106) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1446 (line 106) ... ok g1449 (line 125) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1449 (line 125) ... ok g1454 (line 141) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1454 (line 141) ... ok g1459 (line 160) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1459 (line 160) ... ok g1462 (line 179) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1462 (line 179) ... ok g1465 (line 199) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1465 (line 199) ... ok g1468 (line 221) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1468 (line 221) ... ok g1471 (line 238) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1471 (line 238) ... ok g1474 (line 260) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1474 (line 260) ... ok g1478 (line 276) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1478 (line 276) ... ok g1483 (line 297) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1483 (line 297) ... ok g1486 (line 318) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1486 (line 318) ... ok g1491 (line 335) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1491 (line 335) ... ok g1494 (line 356) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1494 (line 356) ... ok g1501 (line 374) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1501 (line 374) ... ok g1508 (line 398) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1508 (line 398) ... ok g1513 (line 421) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1513 (line 421) ... ok g1518 (line 440) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1518 (line 440) ... ok g1523 (line 459) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1523 (line 459) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_1 ... g1425 (line 20) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1425 (line 20) ... ok g1432 (line 34) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1432 (line 34) ... ok g1435 (line 53) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1435 (line 53) ... ok g1438 (line 65) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1438 (line 65) ... ok g1441 (line 78) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1441 (line 78) ... ok g1446 (line 91) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1446 (line 91) ... ok g1449 (line 107) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1449 (line 107) ... ok g1454 (line 120) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1454 (line 120) ... ok g1459 (line 136) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1459 (line 136) ... ok g1462 (line 152) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1462 (line 152) ... ok g1465 (line 169) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1465 (line 169) ... ok g1468 (line 188) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1468 (line 188) ... ok g1471 (line 202) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1471 (line 202) ... ok g1474 (line 221) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1474 (line 221) ... ok g1478 (line 234) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1478 (line 234) ... ok g1483 (line 252) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1483 (line 252) ... ok g1486 (line 270) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1486 (line 270) ... ok g1491 (line 284) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1491 (line 284) ... ok g1494 (line 302) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1494 (line 302) ... ok g1501 (line 317) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1501 (line 317) ... ok g1508 (line 338) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1508 (line 338) ... ok g1513 (line 358) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1513 (line 358) ... ok g1518 (line 374) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1518 (line 374) ... ok g1523 (line 390) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1523 (line 390) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_1_def_to_cdef ... g1425 (line 20) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1425 (line 20) ... ok g1432 (line 37) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1432 (line 37) ... ok g1435 (line 59) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1435 (line 59) ... ok g1438 (line 74) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1438 (line 74) ... ok g1441 (line 90) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1441 (line 90) ... ok g1446 (line 106) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1446 (line 106) ... ok g1449 (line 125) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1449 (line 125) ... ok g1454 (line 141) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1454 (line 141) ... ok g1459 (line 160) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1459 (line 160) ... ok g1462 (line 179) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1462 (line 179) ... ok g1465 (line 199) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1465 (line 199) ... ok g1468 (line 221) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1468 (line 221) ... ok g1471 (line 238) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1471 (line 238) ... ok g1474 (line 260) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1474 (line 260) ... ok g1478 (line 276) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1478 (line 276) ... ok g1483 (line 297) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1483 (line 297) ... ok g1486 (line 318) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1486 (line 318) ... ok g1491 (line 335) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1491 (line 335) ... ok g1494 (line 356) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1494 (line 356) ... ok g1501 (line 374) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1501 (line 374) ... ok g1508 (line 398) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1508 (line 398) ... ok g1513 (line 421) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1513 (line 421) ... ok g1518 (line 440) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1518 (line 440) ... ok g1523 (line 459) (closure_tests_1.__test__) Doctest: closure_tests_1.__test__.g1523 (line 459) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_2 ... g1526 (line 21) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1526 (line 21) ... ok g1535 (line 37) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1535 (line 37) ... ok g1540 (line 61) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1540 (line 61) ... ok g1547 (line 78) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1547 (line 78) ... ok g1550 (line 98) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1550 (line 98) ... ok g1553 (line 111) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1553 (line 111) ... ok g1562 (line 128) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1562 (line 128) ... ok g1570 (line 159) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1570 (line 159) ... ok g1575 (line 191) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1575 (line 191) ... ok g1578 (line 214) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1578 (line 214) ... ok g1581 (line 228) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1581 (line 228) ... ok g1584 (line 242) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1584 (line 242) ... ok g1587 (line 256) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1587 (line 256) ... ok g1594 (line 270) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1594 (line 270) ... ok g1598 (line 290) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1598 (line 290) ... ok g1603 (line 308) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1603 (line 308) ... ok g1611 (line 328) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1611 (line 328) ... ok g1614 (line 359) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1614 (line 359) ... ok g1617 (line 373) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1617 (line 373) ... ok g1620 (line 387) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1620 (line 387) ... ok g1623 (line 404) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1623 (line 404) ... ok g1627 (line 418) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1627 (line 418) ... ok g1632 (line 436) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1632 (line 436) ... ok g1639 (line 456) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1639 (line 456) ... ok g1646 (line 477) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1646 (line 477) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_2_def_to_cdef ... g1526 (line 21) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1526 (line 21) ... ok g1535 (line 40) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1535 (line 40) ... ok g1540 (line 67) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1540 (line 67) ... ok g1547 (line 87) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1547 (line 87) ... ok g1550 (line 110) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1550 (line 110) ... ok g1553 (line 126) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1553 (line 126) ... ok g1562 (line 146) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1562 (line 146) ... ok g1570 (line 180) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1570 (line 180) ... ok g1575 (line 215) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1575 (line 215) ... ok g1578 (line 241) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1578 (line 241) ... ok g1581 (line 258) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1581 (line 258) ... ok g1584 (line 275) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1584 (line 275) ... ok g1587 (line 292) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1587 (line 292) ... ok g1594 (line 309) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1594 (line 309) ... ok g1598 (line 332) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1598 (line 332) ... ok g1603 (line 353) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1603 (line 353) ... ok g1611 (line 376) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1611 (line 376) ... ok g1614 (line 410) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1614 (line 410) ... ok g1617 (line 427) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1617 (line 427) ... ok g1620 (line 444) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1620 (line 444) ... ok g1623 (line 464) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1623 (line 464) ... ok g1627 (line 481) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1627 (line 481) ... ok g1632 (line 502) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1632 (line 502) ... ok g1639 (line 525) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1639 (line 525) ... ok g1646 (line 549) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1646 (line 549) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_2 ... g1526 (line 21) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1526 (line 21) ... ok g1535 (line 37) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1535 (line 37) ... ok g1540 (line 61) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1540 (line 61) ... ok g1547 (line 78) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1547 (line 78) ... ok g1550 (line 98) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1550 (line 98) ... ok g1553 (line 111) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1553 (line 111) ... ok g1562 (line 128) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1562 (line 128) ... ok g1570 (line 159) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1570 (line 159) ... ok g1575 (line 191) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1575 (line 191) ... ok g1578 (line 214) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1578 (line 214) ... ok g1581 (line 228) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1581 (line 228) ... ok g1584 (line 242) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1584 (line 242) ... ok g1587 (line 256) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1587 (line 256) ... ok g1594 (line 270) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1594 (line 270) ... ok g1598 (line 290) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1598 (line 290) ... ok g1603 (line 308) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1603 (line 308) ... ok g1611 (line 328) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1611 (line 328) ... ok g1614 (line 359) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1614 (line 359) ... ok g1617 (line 373) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1617 (line 373) ... ok g1620 (line 387) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1620 (line 387) ... ok g1623 (line 404) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1623 (line 404) ... ok g1627 (line 418) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1627 (line 418) ... ok g1632 (line 436) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1632 (line 436) ... ok g1639 (line 456) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1639 (line 456) ... ok g1646 (line 477) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1646 (line 477) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_2_def_to_cdef ... g1526 (line 21) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1526 (line 21) ... ok g1535 (line 40) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1535 (line 40) ... ok g1540 (line 67) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1540 (line 67) ... ok g1547 (line 87) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1547 (line 87) ... ok g1550 (line 110) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1550 (line 110) ... ok g1553 (line 126) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1553 (line 126) ... ok g1562 (line 146) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1562 (line 146) ... ok g1570 (line 180) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1570 (line 180) ... ok g1575 (line 215) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1575 (line 215) ... ok g1578 (line 241) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1578 (line 241) ... ok g1581 (line 258) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1581 (line 258) ... ok g1584 (line 275) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1584 (line 275) ... ok g1587 (line 292) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1587 (line 292) ... ok g1594 (line 309) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1594 (line 309) ... ok g1598 (line 332) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1598 (line 332) ... ok g1603 (line 353) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1603 (line 353) ... ok g1611 (line 376) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1611 (line 376) ... ok g1614 (line 410) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1614 (line 410) ... ok g1617 (line 427) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1617 (line 427) ... ok g1620 (line 444) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1620 (line 444) ... ok g1623 (line 464) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1623 (line 464) ... ok g1627 (line 481) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1627 (line 481) ... ok g1632 (line 502) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1632 (line 502) ... ok g1639 (line 525) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1639 (line 525) ... ok g1646 (line 549) (closure_tests_2.__test__) Doctest: closure_tests_2.__test__.g1646 (line 549) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_3 ... g1649 (line 21) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1649 (line 21) ... ok g1653 (line 39) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1653 (line 39) ... ok g1662 (line 55) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1662 (line 55) ... ok g1665 (line 84) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1665 (line 84) ... ok g1670 (line 99) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1670 (line 99) ... ok g1674 (line 117) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1674 (line 117) ... ok g1681 (line 135) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1681 (line 135) ... ok g1688 (line 163) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1688 (line 163) ... ok g1698 (line 193) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1698 (line 193) ... ok g1702 (line 228) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1702 (line 228) ... ok g1716 (line 246) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1716 (line 246) ... ok g1729 (line 296) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1729 (line 296) ... ok g1733 (line 338) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1733 (line 338) ... ok g1737 (line 356) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1737 (line 356) ... ok g1741 (line 374) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1741 (line 374) ... ok g1747 (line 392) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1747 (line 392) ... ok g1754 (line 414) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1754 (line 414) ... ok g1765 (line 434) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1765 (line 434) ... ok g1769 (line 462) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1769 (line 462) ... ok g1779 (line 480) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1779 (line 480) ... ok g1785 (line 510) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1785 (line 510) ... ok g1791 (line 530) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1791 (line 530) ... ok g1800 (line 550) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1800 (line 550) ... ok g1807 (line 578) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1807 (line 578) ... ok g1828 (line 603) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1828 (line 603) ... ok g1843 (line 664) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1843 (line 664) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_3_def_to_cdef ... g1649 (line 21) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1649 (line 21) ... ok g1653 (line 42) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1653 (line 42) ... ok g1662 (line 61) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1662 (line 61) ... ok g1665 (line 93) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1665 (line 93) ... ok g1670 (line 111) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1670 (line 111) ... ok g1674 (line 132) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1674 (line 132) ... ok g1681 (line 153) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1681 (line 153) ... ok g1688 (line 184) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1688 (line 184) ... ok g1698 (line 217) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1698 (line 217) ... ok g1702 (line 255) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1702 (line 255) ... ok g1716 (line 276) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1716 (line 276) ... ok g1729 (line 329) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1729 (line 329) ... ok g1733 (line 374) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1733 (line 374) ... ok g1737 (line 395) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1737 (line 395) ... ok g1741 (line 416) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1741 (line 416) ... ok g1747 (line 437) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1747 (line 437) ... ok g1754 (line 462) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1754 (line 462) ... ok g1765 (line 485) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1765 (line 485) ... ok g1769 (line 516) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1769 (line 516) ... ok g1779 (line 537) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1779 (line 537) ... ok g1785 (line 570) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1785 (line 570) ... ok g1791 (line 593) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1791 (line 593) ... ok g1800 (line 616) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1800 (line 616) ... ok g1807 (line 647) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1807 (line 647) ... ok g1828 (line 675) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1828 (line 675) ... ok g1843 (line 739) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1843 (line 739) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_3 ... g1649 (line 21) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1649 (line 21) ... ok g1653 (line 39) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1653 (line 39) ... ok g1662 (line 55) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1662 (line 55) ... ok g1665 (line 84) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1665 (line 84) ... ok g1670 (line 99) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1670 (line 99) ... ok g1674 (line 117) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1674 (line 117) ... ok g1681 (line 135) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1681 (line 135) ... ok g1688 (line 163) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1688 (line 163) ... ok g1698 (line 193) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1698 (line 193) ... ok g1702 (line 228) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1702 (line 228) ... ok g1716 (line 246) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1716 (line 246) ... ok g1729 (line 296) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1729 (line 296) ... ok g1733 (line 338) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1733 (line 338) ... ok g1737 (line 356) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1737 (line 356) ... ok g1741 (line 374) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1741 (line 374) ... ok g1747 (line 392) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1747 (line 392) ... ok g1754 (line 414) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1754 (line 414) ... ok g1765 (line 434) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1765 (line 434) ... ok g1769 (line 462) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1769 (line 462) ... ok g1779 (line 480) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1779 (line 480) ... ok g1785 (line 510) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1785 (line 510) ... ok g1791 (line 530) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1791 (line 530) ... ok g1800 (line 550) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1800 (line 550) ... ok g1807 (line 578) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1807 (line 578) ... ok g1828 (line 603) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1828 (line 603) ... ok g1843 (line 664) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1843 (line 664) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_3_def_to_cdef ... g1649 (line 21) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1649 (line 21) ... ok g1653 (line 42) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1653 (line 42) ... ok g1662 (line 61) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1662 (line 61) ... ok g1665 (line 93) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1665 (line 93) ... ok g1670 (line 111) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1670 (line 111) ... ok g1674 (line 132) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1674 (line 132) ... ok g1681 (line 153) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1681 (line 153) ... ok g1688 (line 184) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1688 (line 184) ... ok g1698 (line 217) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1698 (line 217) ... ok g1702 (line 255) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1702 (line 255) ... ok g1716 (line 276) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1716 (line 276) ... ok g1729 (line 329) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1729 (line 329) ... ok g1733 (line 374) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1733 (line 374) ... ok g1737 (line 395) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1737 (line 395) ... ok g1741 (line 416) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1741 (line 416) ... ok g1747 (line 437) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1747 (line 437) ... ok g1754 (line 462) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1754 (line 462) ... ok g1765 (line 485) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1765 (line 485) ... ok g1769 (line 516) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1769 (line 516) ... ok g1779 (line 537) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1779 (line 537) ... ok g1785 (line 570) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1785 (line 570) ... ok g1791 (line 593) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1791 (line 593) ... ok g1800 (line 616) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1800 (line 616) ... ok g1807 (line 647) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1807 (line 647) ... ok g1828 (line 675) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1828 (line 675) ... ok g1843 (line 739) (closure_tests_3.__test__) Doctest: closure_tests_3.__test__.g1843 (line 739) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_4 ... g1852 (line 21) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1852 (line 21) ... ok g1864 (line 53) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1864 (line 53) ... ok g1872 (line 98) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1872 (line 98) ... ok g1885 (line 131) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1885 (line 131) ... ok g1897 (line 177) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1897 (line 177) ... ok g1923 (line 209) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1923 (line 209) ... ok g1927 (line 281) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1927 (line 281) ... ok g1935 (line 297) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1935 (line 297) ... ok g1946 (line 321) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1946 (line 321) ... ok g1949 (line 361) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1949 (line 361) ... ok g1952 (line 375) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1952 (line 375) ... ok g1956 (line 389) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1956 (line 389) ... ok g1959 (line 407) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1959 (line 407) ... ok g1965 (line 424) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1965 (line 424) ... ok g1971 (line 446) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1971 (line 446) ... ok g1983 (line 469) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1983 (line 469) ... ok g1990 (line 514) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1990 (line 514) ... ok g1997 (line 538) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1997 (line 538) ... ok g2002 (line 563) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2002 (line 563) ... ok g2010 (line 581) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2010 (line 581) ... ok g2017 (line 610) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2017 (line 610) ... ok g2032 (line 633) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2032 (line 633) ... ok g2038 (line 673) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2038 (line 673) ... ok g2046 (line 698) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2046 (line 698) ... ok g2050 (line 729) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2050 (line 729) ... ok g2061 (line 749) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2061 (line 749) ... ok g2075 (line 777) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2075 (line 777) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closure_tests_4_def_to_cdef ... g1852 (line 21) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1852 (line 21) ... ok g1864 (line 56) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1864 (line 56) ... ok g1872 (line 104) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1872 (line 104) ... ok g1885 (line 140) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1885 (line 140) ... ok g1897 (line 189) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1897 (line 189) ... ok g1923 (line 224) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1923 (line 224) ... ok g1927 (line 299) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1927 (line 299) ... ok g1935 (line 318) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1935 (line 318) ... ok g1946 (line 345) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1946 (line 345) ... ok g1949 (line 388) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1949 (line 388) ... ok g1952 (line 405) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1952 (line 405) ... ok g1956 (line 422) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1956 (line 422) ... ok g1959 (line 443) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1959 (line 443) ... ok g1965 (line 463) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1965 (line 463) ... ok g1971 (line 488) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1971 (line 488) ... ok g1983 (line 514) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1983 (line 514) ... ok g1990 (line 562) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1990 (line 562) ... ok g1997 (line 589) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1997 (line 589) ... ok g2002 (line 617) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2002 (line 617) ... ok g2010 (line 638) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2010 (line 638) ... ok g2017 (line 670) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2017 (line 670) ... ok g2032 (line 696) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2032 (line 696) ... ok g2038 (line 739) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2038 (line 739) ... ok g2046 (line 767) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2046 (line 767) ... ok g2050 (line 801) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2050 (line 801) ... ok g2061 (line 824) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2061 (line 824) ... ok g2075 (line 855) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2075 (line 855) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_4 ... g1852 (line 21) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1852 (line 21) ... ok g1864 (line 53) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1864 (line 53) ... ok g1872 (line 98) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1872 (line 98) ... ok g1885 (line 131) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1885 (line 131) ... ok g1897 (line 177) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1897 (line 177) ... ok g1923 (line 209) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1923 (line 209) ... ok g1927 (line 281) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1927 (line 281) ... ok g1935 (line 297) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1935 (line 297) ... ok g1946 (line 321) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1946 (line 321) ... ok g1949 (line 361) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1949 (line 361) ... ok g1952 (line 375) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1952 (line 375) ... ok g1956 (line 389) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1956 (line 389) ... ok g1959 (line 407) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1959 (line 407) ... ok g1965 (line 424) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1965 (line 424) ... ok g1971 (line 446) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1971 (line 446) ... ok g1983 (line 469) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1983 (line 469) ... ok g1990 (line 514) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1990 (line 514) ... ok g1997 (line 538) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1997 (line 538) ... ok g2002 (line 563) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2002 (line 563) ... ok g2010 (line 581) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2010 (line 581) ... ok g2017 (line 610) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2017 (line 610) ... ok g2032 (line 633) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2032 (line 633) ... ok g2038 (line 673) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2038 (line 673) ... ok g2046 (line 698) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2046 (line 698) ... ok g2050 (line 729) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2050 (line 729) ... ok g2061 (line 749) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2061 (line 749) ... ok g2075 (line 777) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2075 (line 777) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closure_tests_4_def_to_cdef ... g1852 (line 21) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1852 (line 21) ... ok g1864 (line 56) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1864 (line 56) ... ok g1872 (line 104) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1872 (line 104) ... ok g1885 (line 140) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1885 (line 140) ... ok g1897 (line 189) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1897 (line 189) ... ok g1923 (line 224) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1923 (line 224) ... ok g1927 (line 299) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1927 (line 299) ... ok g1935 (line 318) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1935 (line 318) ... ok g1946 (line 345) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1946 (line 345) ... ok g1949 (line 388) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1949 (line 388) ... ok g1952 (line 405) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1952 (line 405) ... ok g1956 (line 422) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1956 (line 422) ... ok g1959 (line 443) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1959 (line 443) ... ok g1965 (line 463) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1965 (line 463) ... ok g1971 (line 488) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1971 (line 488) ... ok g1983 (line 514) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1983 (line 514) ... ok g1990 (line 562) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1990 (line 562) ... ok g1997 (line 589) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g1997 (line 589) ... ok g2002 (line 617) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2002 (line 617) ... ok g2010 (line 638) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2010 (line 638) ... ok g2017 (line 670) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2017 (line 670) ... ok g2032 (line 696) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2032 (line 696) ... ok g2038 (line 739) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2038 (line 739) ... ok g2046 (line 767) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2046 (line 767) ... ok g2050 (line 801) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2050 (line 801) ... ok g2061 (line 824) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2061 (line 824) ... ok g2075 (line 855) (closure_tests_4.__test__) Doctest: closure_tests_4.__test__.g2075 (line 855) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closures_T82 ... a (line 23) (closures_T82.__test__) Doctest: closures_T82.__test__.a (line 23) ... ok add_n (line 9) (closures_T82.__test__) Doctest: closures_T82.__test__.add_n (line 9) ... ok call_ignore_func (line 162) (closures_T82.__test__) Doctest: closures_T82.__test__.call_ignore_func (line 162) ... ok cy_twofuncs (line 117) (closures_T82.__test__) Doctest: closures_T82.__test__.cy_twofuncs (line 117) ... ok deep_inner (line 201) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner (line 201) ... ok deep_inner_sibling (line 221) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner_sibling (line 221) ... ok inner_override (line 75) (closures_T82.__test__) Doctest: closures_T82.__test__.inner_override (line 75) ... ok local_x (line 34) (closures_T82.__test__) Doctest: closures_T82.__test__.local_x (line 34) ... ok more_inner_funcs (line 168) (closures_T82.__test__) Doctest: closures_T82.__test__.more_inner_funcs (line 168) ... ok reassign (line 86) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign (line 86) ... ok reassign_int (line 96) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int (line 96) ... ok reassign_int_int (line 106) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int_int (line 106) ... ok switch_funcs (line 137) (closures_T82.__test__) Doctest: closures_T82.__test__.switch_funcs (line 137) ... ok x (line 50) (closures_T82.__test__) Doctest: closures_T82.__test__.x (line 50) ... ok x2 (line 61) (closures_T82.__test__) Doctest: closures_T82.__test__.x2 (line 61) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running closures_T82_def_to_cdef ... a (line 26) (closures_T82.__test__) Doctest: closures_T82.__test__.a (line 26) ... ok add_n (line 9) (closures_T82.__test__) Doctest: closures_T82.__test__.add_n (line 9) ... ok call_ignore_func (line 198) (closures_T82.__test__) Doctest: closures_T82.__test__.call_ignore_func (line 198) ... ok cy_twofuncs (line 144) (closures_T82.__test__) Doctest: closures_T82.__test__.cy_twofuncs (line 144) ... ok deep_inner (line 238) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner (line 238) ... ok deep_inner_sibling (line 256) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner_sibling (line 256) ... ok inner_override (line 90) (closures_T82.__test__) Doctest: closures_T82.__test__.inner_override (line 90) ... ok local_x (line 40) (closures_T82.__test__) Doctest: closures_T82.__test__.local_x (line 40) ... ok more_inner_funcs (line 207) (closures_T82.__test__) Doctest: closures_T82.__test__.more_inner_funcs (line 207) ... ok reassign (line 104) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign (line 104) ... ok reassign_int (line 117) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int (line 117) ... ok reassign_int_int (line 130) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int_int (line 130) ... ok switch_funcs (line 167) (closures_T82.__test__) Doctest: closures_T82.__test__.switch_funcs (line 167) ... ok x (line 59) (closures_T82.__test__) Doctest: closures_T82.__test__.x (line 59) ... ok x2 (line 73) (closures_T82.__test__) Doctest: closures_T82.__test__.x2 (line 73) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closures_T82 ... a (line 23) (closures_T82.__test__) Doctest: closures_T82.__test__.a (line 23) ... ok add_n (line 9) (closures_T82.__test__) Doctest: closures_T82.__test__.add_n (line 9) ... ok call_ignore_func (line 162) (closures_T82.__test__) Doctest: closures_T82.__test__.call_ignore_func (line 162) ... ok cy_twofuncs (line 117) (closures_T82.__test__) Doctest: closures_T82.__test__.cy_twofuncs (line 117) ... ok deep_inner (line 201) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner (line 201) ... ok deep_inner_sibling (line 221) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner_sibling (line 221) ... ok inner_override (line 75) (closures_T82.__test__) Doctest: closures_T82.__test__.inner_override (line 75) ... ok local_x (line 34) (closures_T82.__test__) Doctest: closures_T82.__test__.local_x (line 34) ... ok more_inner_funcs (line 168) (closures_T82.__test__) Doctest: closures_T82.__test__.more_inner_funcs (line 168) ... ok reassign (line 86) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign (line 86) ... ok reassign_int (line 96) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int (line 96) ... ok reassign_int_int (line 106) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int_int (line 106) ... ok switch_funcs (line 137) (closures_T82.__test__) Doctest: closures_T82.__test__.switch_funcs (line 137) ... ok x (line 50) (closures_T82.__test__) Doctest: closures_T82.__test__.x (line 50) ... ok x2 (line 61) (closures_T82.__test__) Doctest: closures_T82.__test__.x2 (line 61) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running closures_T82_def_to_cdef ... a (line 26) (closures_T82.__test__) Doctest: closures_T82.__test__.a (line 26) ... ok add_n (line 9) (closures_T82.__test__) Doctest: closures_T82.__test__.add_n (line 9) ... ok call_ignore_func (line 198) (closures_T82.__test__) Doctest: closures_T82.__test__.call_ignore_func (line 198) ... ok cy_twofuncs (line 144) (closures_T82.__test__) Doctest: closures_T82.__test__.cy_twofuncs (line 144) ... ok deep_inner (line 238) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner (line 238) ... ok deep_inner_sibling (line 256) (closures_T82.__test__) Doctest: closures_T82.__test__.deep_inner_sibling (line 256) ... ok inner_override (line 90) (closures_T82.__test__) Doctest: closures_T82.__test__.inner_override (line 90) ... ok local_x (line 40) (closures_T82.__test__) Doctest: closures_T82.__test__.local_x (line 40) ... ok more_inner_funcs (line 207) (closures_T82.__test__) Doctest: closures_T82.__test__.more_inner_funcs (line 207) ... ok reassign (line 104) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign (line 104) ... ok reassign_int (line 117) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int (line 117) ... ok reassign_int_int (line 130) (closures_T82.__test__) Doctest: closures_T82.__test__.reassign_int_int (line 130) ... ok switch_funcs (line 167) (closures_T82.__test__) Doctest: closures_T82.__test__.switch_funcs (line 167) ... ok x (line 59) (closures_T82.__test__) Doctest: closures_T82.__test__.x (line 59) ... ok x2 (line 73) (closures_T82.__test__) Doctest: closures_T82.__test__.x2 (line 73) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cmethod_inline_T474 ... Subtyping (cmethod_inline_T474) Doctest: cmethod_inline_T474.Subtyping ... ok TestInlineMethod (cmethod_inline_T474) Doctest: cmethod_inline_T474.TestInlineMethod ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cmethod_inline_T474 ... Subtyping (cmethod_inline_T474) Doctest: cmethod_inline_T474.Subtyping ... ok TestInlineMethod (cmethod_inline_T474) Doctest: cmethod_inline_T474.TestInlineMethod ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cmp ... c_cmp (line 90) (cmp.__test__) Doctest: cmp.__test__.c_cmp (line 90) ... ok cascaded_c (line 30) (cmp.__test__) Doctest: cmp.__test__.cascaded_c (line 30) ... ok cascaded_mix_pyleft (line 41) (cmp.__test__) Doctest: cmp.__test__.cascaded_mix_pyleft (line 41) ... ok cascaded_mix_pyright (line 52) (cmp.__test__) Doctest: cmp.__test__.cascaded_mix_pyright (line 52) ... ok cascaded_py (line 10) (cmp.__test__) Doctest: cmp.__test__.cascaded_py (line 10) ... ok pointer_cmp (line 76) (cmp.__test__) Doctest: cmp.__test__.pointer_cmp (line 76) ... ok single_c (line 21) (cmp.__test__) Doctest: cmp.__test__.single_c (line 21) ... ok single_py (line 1) (cmp.__test__) Doctest: cmp.__test__.single_py (line 1) ... ok typed_cmp (line 63) (cmp.__test__) Doctest: cmp.__test__.typed_cmp (line 63) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cmp ... c_cmp (line 90) (cmp.__test__) Doctest: cmp.__test__.c_cmp (line 90) ... ok cascaded_c (line 30) (cmp.__test__) Doctest: cmp.__test__.cascaded_c (line 30) ... ok cascaded_mix_pyleft (line 41) (cmp.__test__) Doctest: cmp.__test__.cascaded_mix_pyleft (line 41) ... ok cascaded_mix_pyright (line 52) (cmp.__test__) Doctest: cmp.__test__.cascaded_mix_pyright (line 52) ... ok cascaded_py (line 10) (cmp.__test__) Doctest: cmp.__test__.cascaded_py (line 10) ... ok pointer_cmp (line 76) (cmp.__test__) Doctest: cmp.__test__.pointer_cmp (line 76) ... ok single_c (line 21) (cmp.__test__) Doctest: cmp.__test__.single_c (line 21) ... ok single_py (line 1) (cmp.__test__) Doctest: cmp.__test__.single_py (line 1) ... ok typed_cmp (line 63) (cmp.__test__) Doctest: cmp.__test__.typed_cmp (line 63) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running code_object_cache ... assert_multi_step_code_object_reuse (line 89) (code_object_cache.__test__) Doctest: code_object_cache.__test__.assert_multi_step_code_object_reuse (line 89) ... ok assert_simple_code_object_reuse (line 79) (code_object_cache.__test__) Doctest: code_object_cache.__test__.assert_simple_code_object_reuse (line 79) ... ok test_lowlevel_bisect2 (line 18) (code_object_cache.__test__) Doctest: code_object_cache.__test__.test_lowlevel_bisect2 (line 18) ... ok test_lowlevel_bisect5 (line 30) (code_object_cache.__test__) Doctest: code_object_cache.__test__.test_lowlevel_bisect5 (line 30) ... ok test_lowlevel_bisect6 (line 45) (code_object_cache.__test__) Doctest: code_object_cache.__test__.test_lowlevel_bisect6 (line 45) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running code_object_cache ... assert_multi_step_code_object_reuse (line 89) (code_object_cache.__test__) Doctest: code_object_cache.__test__.assert_multi_step_code_object_reuse (line 89) ... ok assert_simple_code_object_reuse (line 79) (code_object_cache.__test__) Doctest: code_object_cache.__test__.assert_simple_code_object_reuse (line 79) ... ok test_lowlevel_bisect2 (line 18) (code_object_cache.__test__) Doctest: code_object_cache.__test__.test_lowlevel_bisect2 (line 18) ... ok test_lowlevel_bisect5 (line 30) (code_object_cache.__test__) Doctest: code_object_cache.__test__.test_lowlevel_bisect5 (line 30) ... ok test_lowlevel_bisect6 (line 45) (code_object_cache.__test__) Doctest: code_object_cache.__test__.test_lowlevel_bisect6 (line 45) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running coercearraytoptr ... eggs (line 14) (coercearraytoptr.__test__) Doctest: coercearraytoptr.__test__.eggs (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running coercearraytoptr ... eggs (line 14) (coercearraytoptr.__test__) Doctest: coercearraytoptr.__test__.eggs (line 14) ... ok runTest (__main__.EndToEndTest) End-to-end common_utility_types ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running compiledef ... compiledef () Doctest: compiledef ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running compiledef ... compiledef () Doctest: compiledef ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running complex_cast_T445 ... complex_double_cast (line 3) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.complex_double_cast (line 3) ... ok complex_double_int_cast (line 13) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.complex_double_int_cast (line 13) ... ok complex_int_double_cast (line 22) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.complex_int_double_cast (line 22) ... ok test_side_effect (line 39) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.test_side_effect (line 39) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running complex_cast_T445 ... complex_double_cast (line 3) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.complex_double_cast (line 3) ... ok complex_double_int_cast (line 13) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.complex_double_int_cast (line 13) ... ok complex_int_double_cast (line 22) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.complex_int_double_cast (line 22) ... ok test_side_effect (line 39) (complex_cast_T445.__test__) Doctest: complex_cast_T445.__test__.test_side_effect (line 39) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running complex_coercion_sideeffects_T693 ... test_coercion (line 8) (complex_coercion_sideeffects_T693.__test__) Doctest: complex_coercion_sideeffects_T693.__test__.test_coercion (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running complex_coercion_sideeffects_T693 ... test_coercion (line 8) (complex_coercion_sideeffects_T693.__test__) Doctest: complex_coercion_sideeffects_T693.__test__.test_coercion (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running complex_int_T446 ... test_arith (line 8) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_arith (line 8) ... ok test_coercion (line 31) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_coercion (line 31) ... ok test_conjugate (line 46) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_conjugate (line 46) ... ok test_conjugate2 (line 53) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_conjugate2 (line 53) ... ok test_conjugate3 (line 60) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_conjugate3 (line 60) ... ok test_div_by_zero (line 20) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_div_by_zero (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running complex_int_T446 ... test_arith (line 8) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_arith (line 8) ... ok test_coercion (line 31) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_coercion (line 31) ... ok test_conjugate (line 46) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_conjugate (line 46) ... ok test_conjugate2 (line 53) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_conjugate2 (line 53) ... ok test_conjugate3 (line 60) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_conjugate3 (line 60) ... ok test_div_by_zero (line 20) (complex_int_T446.__test__) Doctest: complex_int_T446.__test__.test_div_by_zero (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running complex_numbers_T305 ... complex_retval (line 206) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running complex_numbers_T305 ... complex_retval (line 206) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_T305.__test__) Doctest: complex_numbers_T305.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running complex_numbers_c89_T398 ... complex_retval (line 206) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running complex_numbers_c89_T398 ... complex_retval (line 206) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_c89_T398.__test__) Doctest: complex_numbers_c89_T398.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running complex_numbers_c99_T398 ... complex_retval (line 206) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running complex_numbers_c99_T398 ... complex_retval (line 206) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_c99_T398.__test__) Doctest: complex_numbers_c99_T398.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running complex_numbers_cxx_T398 ... complex_retval (line 206) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running complex_numbers_cxx_T398 ... complex_retval (line 206) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.complex_retval (line 206) ... ok test_arithmetic (line 17) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_arithmetic (line 17) ... ok test_coerce_typedef_multiply (line 191) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_coerce_typedef_multiply (line 191) ... ok test_coerce_typedef_multiply_int (line 199) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_coerce_typedef_multiply_int (line 199) ... ok test_coercion (line 73) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_coercion (line 73) ... ok test_compare (line 91) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_compare (line 91) ... ok test_compare_coerce (line 104) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_compare_coerce (line 104) ... ok test_conjugate (line 145) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_conjugate (line 145) ... ok test_conjugate_double (line 152) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_conjugate_double (line 152) ... ok test_conjugate_typedef (line 160) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_conjugate_typedef (line 160) ... ok test_div_by_zero (line 62) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_div_by_zero (line 62) ... ok test_int_pow (line 47) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_int_pow (line 47) ... ok test_literal (line 115) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_literal (line 115) ... ok test_object_conversion (line 5) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_object_conversion (line 5) ... ok test_pow (line 28) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_pow (line 28) ... ok test_real_imag (line 122) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_real_imag (line 122) ... ok test_real_imag_assignment (line 133) (complex_numbers_cxx_T398.__test__) Doctest: complex_numbers_cxx_T398.__test__.test_real_imag_assignment (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running concatcstrings ... concatcstrings () Doctest: concatcstrings ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running concatcstrings ... concatcstrings () Doctest: concatcstrings ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running constant_folding ... binop_bool (line 90) (constant_folding.__test__) Doctest: constant_folding.__test__.binop_bool (line 90) ... ok cascaded_cmp_with_partial_constants (line 405) (constant_folding.__test__) Doctest: constant_folding.__test__.cascaded_cmp_with_partial_constants (line 405) ... ok cascaded_cmp_with_partial_constants_and_false_end (line 440) (constant_folding.__test__) Doctest: constant_folding.__test__.cascaded_cmp_with_partial_constants_and_false_end (line 440) ... ok combined (line 380) (constant_folding.__test__) Doctest: constant_folding.__test__.combined (line 380) ... ok const_in_binop (line 466) (constant_folding.__test__) Doctest: constant_folding.__test__.const_in_binop (line 466) ... ok for_in_empty (line 216) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty (line 216) ... ok for_in_empty_else (line 227) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty_else (line 227) ... ok for_in_empty_listcomp (line 245) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty_listcomp (line 245) ... ok for_in_empty_nested_listcomp (line 260) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty_nested_listcomp (line 260) ... ok for_in_nested_listcomp (line 275) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_nested_listcomp (line 275) ... ok in_mult_list (line 348) (constant_folding.__test__) Doctest: constant_folding.__test__.in_mult_list (line 348) ... ok mult_empty_list (line 286) (constant_folding.__test__) Doctest: constant_folding.__test__.mult_empty_list (line 286) ... ok mult_int_list_int (line 308) (constant_folding.__test__) Doctest: constant_folding.__test__.mult_int_list_int (line 308) ... ok mult_list_int_int (line 297) (constant_folding.__test__) Doctest: constant_folding.__test__.mult_list_int_int (line 297) ... ok neg_mult_list (line 320) (constant_folding.__test__) Doctest: constant_folding.__test__.neg_mult_list (line 320) ... ok not_in_mult_list (line 364) (constant_folding.__test__) Doctest: constant_folding.__test__.not_in_mult_list (line 364) ... ok slicing2 (line 115) (constant_folding.__test__) Doctest: constant_folding.__test__.slicing2 (line 115) ... ok str_in_and_not_in (line 159) (constant_folding.__test__) Doctest: constant_folding.__test__.str_in_and_not_in (line 159) ... ok str_slicing2 (line 136) (constant_folding.__test__) Doctest: constant_folding.__test__.str_slicing2 (line 136) ... ok unop_bool (line 71) (constant_folding.__test__) Doctest: constant_folding.__test__.unop_bool (line 71) ... ok unop_floats (line 12) (constant_folding.__test__) Doctest: constant_folding.__test__.unop_floats (line 12) ... ok unop_ints (line 51) (constant_folding.__test__) Doctest: constant_folding.__test__.unop_ints (line 51) ... ok while_false (line 171) (constant_folding.__test__) Doctest: constant_folding.__test__.while_false (line 171) ... ok while_false_else (line 182) (constant_folding.__test__) Doctest: constant_folding.__test__.while_false_else (line 182) ... ok while_true (line 202) (constant_folding.__test__) Doctest: constant_folding.__test__.while_true (line 202) ... ok zero_mult_list (line 332) (constant_folding.__test__) Doctest: constant_folding.__test__.zero_mult_list (line 332) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running constant_folding ... binop_bool (line 90) (constant_folding.__test__) Doctest: constant_folding.__test__.binop_bool (line 90) ... ok cascaded_cmp_with_partial_constants (line 405) (constant_folding.__test__) Doctest: constant_folding.__test__.cascaded_cmp_with_partial_constants (line 405) ... ok cascaded_cmp_with_partial_constants_and_false_end (line 440) (constant_folding.__test__) Doctest: constant_folding.__test__.cascaded_cmp_with_partial_constants_and_false_end (line 440) ... ok combined (line 380) (constant_folding.__test__) Doctest: constant_folding.__test__.combined (line 380) ... ok const_in_binop (line 466) (constant_folding.__test__) Doctest: constant_folding.__test__.const_in_binop (line 466) ... ok for_in_empty (line 216) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty (line 216) ... ok for_in_empty_else (line 227) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty_else (line 227) ... ok for_in_empty_listcomp (line 245) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty_listcomp (line 245) ... ok for_in_empty_nested_listcomp (line 260) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_empty_nested_listcomp (line 260) ... ok for_in_nested_listcomp (line 275) (constant_folding.__test__) Doctest: constant_folding.__test__.for_in_nested_listcomp (line 275) ... ok in_mult_list (line 348) (constant_folding.__test__) Doctest: constant_folding.__test__.in_mult_list (line 348) ... ok mult_empty_list (line 286) (constant_folding.__test__) Doctest: constant_folding.__test__.mult_empty_list (line 286) ... ok mult_int_list_int (line 308) (constant_folding.__test__) Doctest: constant_folding.__test__.mult_int_list_int (line 308) ... ok mult_list_int_int (line 297) (constant_folding.__test__) Doctest: constant_folding.__test__.mult_list_int_int (line 297) ... ok neg_mult_list (line 320) (constant_folding.__test__) Doctest: constant_folding.__test__.neg_mult_list (line 320) ... ok not_in_mult_list (line 364) (constant_folding.__test__) Doctest: constant_folding.__test__.not_in_mult_list (line 364) ... ok slicing2 (line 115) (constant_folding.__test__) Doctest: constant_folding.__test__.slicing2 (line 115) ... ok str_in_and_not_in (line 159) (constant_folding.__test__) Doctest: constant_folding.__test__.str_in_and_not_in (line 159) ... ok str_slicing2 (line 136) (constant_folding.__test__) Doctest: constant_folding.__test__.str_slicing2 (line 136) ... ok unop_bool (line 71) (constant_folding.__test__) Doctest: constant_folding.__test__.unop_bool (line 71) ... ok unop_floats (line 12) (constant_folding.__test__) Doctest: constant_folding.__test__.unop_floats (line 12) ... ok unop_ints (line 51) (constant_folding.__test__) Doctest: constant_folding.__test__.unop_ints (line 51) ... ok while_false (line 171) (constant_folding.__test__) Doctest: constant_folding.__test__.while_false (line 171) ... ok while_false_else (line 182) (constant_folding.__test__) Doctest: constant_folding.__test__.while_false_else (line 182) ... ok while_true (line 202) (constant_folding.__test__) Doctest: constant_folding.__test__.while_true (line 202) ... ok zero_mult_list (line 332) (constant_folding.__test__) Doctest: constant_folding.__test__.zero_mult_list (line 332) ... ok run (__main__.PureDoctestTestCase) running pure doctests in constant_folding ... binop_bool (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.binop_bool ... ok cascaded_cmp_with_partial_constants (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.cascaded_cmp_with_partial_constants ... ok cascaded_cmp_with_partial_constants_and_false_end (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.cascaded_cmp_with_partial_constants_and_false_end ... ok combined (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.combined ... ok const_in_binop (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.const_in_binop ... ok for_in_empty (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.for_in_empty ... ok for_in_empty_else (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.for_in_empty_else ... ok for_in_empty_listcomp (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.for_in_empty_listcomp ... ok for_in_empty_nested_listcomp (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.for_in_empty_nested_listcomp ... ok for_in_nested_listcomp (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.for_in_nested_listcomp ... ok in_mult_list (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.in_mult_list ... ok mult_empty_list (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.mult_empty_list ... ok mult_int_list_int (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.mult_int_list_int ... ok mult_list_int_int (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.mult_list_int_int ... ok neg_mult_list (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.neg_mult_list ... ok not_in_mult_list (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.not_in_mult_list ... ok slicing2 (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.slicing2 ... ok str_in_and_not_in (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.str_in_and_not_in ... ok str_slicing2 (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.str_slicing2 ... ok unop_bool (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.unop_bool ... ok unop_floats (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.unop_floats ... ok unop_ints (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.unop_ints ... ok unop_py_floats_tuple (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.unop_py_floats_tuple ... ok while_false (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.while_false ... ok while_false_else (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.while_false_else ... ok while_true (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.while_true ... ok zero_mult_list (pure_doctest__constant_folding) Doctest: pure_doctest__constant_folding.zero_mult_list ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running constant_folding_cy ... add_strings (line 109) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.add_strings (line 109) ... ok bytes_slicing2 (line 16) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.bytes_slicing2 (line 16) ... ok for_in_empty_setcomp (line 92) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.for_in_empty_setcomp (line 92) ... ok unicode_slicing2 (line 39) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.unicode_slicing2 (line 39) ... ok unicode_slicing_safe_surrogates2 (line 74) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.unicode_slicing_safe_surrogates2 (line 74) ... ok unicode_slicing_unsafe_surrogates2 (line 62) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.unicode_slicing_unsafe_surrogates2 (line 62) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running constant_folding_cy ... add_strings (line 109) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.add_strings (line 109) ... ok bytes_slicing2 (line 16) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.bytes_slicing2 (line 16) ... ok for_in_empty_setcomp (line 92) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.for_in_empty_setcomp (line 92) ... ok unicode_slicing2 (line 39) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.unicode_slicing2 (line 39) ... ok unicode_slicing_safe_surrogates2 (line 74) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.unicode_slicing_safe_surrogates2 (line 74) ... ok unicode_slicing_unsafe_surrogates2 (line 62) (constant_folding_cy.__test__) Doctest: constant_folding_cy.__test__.unicode_slicing_unsafe_surrogates2 (line 62) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running consts ... add (line 12) (consts.__test__) Doctest: consts.__test__.add (line 12) ... ok add_var (line 20) (consts.__test__) Doctest: consts.__test__.add_var (line 20) ... ok arithm (line 71) (consts.__test__) Doctest: consts.__test__.arithm (line 71) ... ok cascaded_compare (line 273) (consts.__test__) Doctest: consts.__test__.cascaded_compare (line 273) ... ok char_int_mix (line 47) (consts.__test__) Doctest: consts.__test__.char_int_mix (line 47) ... ok compile_time_DEF (line 265) (consts.__test__) Doctest: consts.__test__.compile_time_DEF (line 265) ... ok int_cast (line 55) (consts.__test__) Doctest: consts.__test__.int_cast (line 55) ... ok lists (line 87) (consts.__test__) Doctest: consts.__test__.lists (line 87) ... ok long_int_mix (line 36) (consts.__test__) Doctest: consts.__test__.long_int_mix (line 36) ... ok mul (line 63) (consts.__test__) Doctest: consts.__test__.mul (line 63) ... ok multiplied_const_tuple (line 249) (consts.__test__) Doctest: consts.__test__.multiplied_const_tuple (line 249) ... ok multiplied_const_tuple_len1 (line 257) (consts.__test__) Doctest: consts.__test__.multiplied_const_tuple_len1 (line 257) ... ok multiplied_global_nonconst_tuple (line 238) (consts.__test__) Doctest: consts.__test__.multiplied_global_nonconst_tuple (line 238) ... ok multiplied_lists_left (line 111) (consts.__test__) Doctest: consts.__test__.multiplied_lists_left (line 111) ... ok multiplied_lists_neg (line 119) (consts.__test__) Doctest: consts.__test__.multiplied_lists_neg (line 119) ... ok multiplied_lists_nonconst (line 127) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst (line 127) ... ok multiplied_lists_nonconst_expression (line 161) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst_expression (line 161) ... ok multiplied_lists_nonconst_left (line 148) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst_left (line 148) ... ok multiplied_lists_nonconst_with_side_effects (line 188) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst_with_side_effects (line 188) ... ok multiplied_lists_right (line 103) (consts.__test__) Doctest: consts.__test__.multiplied_lists_right (line 103) ... ok multiplied_lists_right_len1 (line 95) (consts.__test__) Doctest: consts.__test__.multiplied_lists_right_len1 (line 95) ... ok multiplied_lists_with_side_effects (line 177) (consts.__test__) Doctest: consts.__test__.multiplied_lists_with_side_effects (line 177) ... ok multiplied_nonconst_tuple (line 228) (consts.__test__) Doctest: consts.__test__.multiplied_nonconst_tuple (line 228) ... ok multiplied_nonconst_tuple_arg (line 199) (consts.__test__) Doctest: consts.__test__.multiplied_nonconst_tuple_arg (line 199) ... ok multiplied_nonconst_tuple_int_arg (line 220) (consts.__test__) Doctest: consts.__test__.multiplied_nonconst_tuple_int_arg (line 220) ... ok neg (line 28) (consts.__test__) Doctest: consts.__test__.neg (line 28) ... ok parameters (line 79) (consts.__test__) Doctest: consts.__test__.parameters (line 79) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running consts ... add (line 12) (consts.__test__) Doctest: consts.__test__.add (line 12) ... ok add_var (line 20) (consts.__test__) Doctest: consts.__test__.add_var (line 20) ... ok arithm (line 71) (consts.__test__) Doctest: consts.__test__.arithm (line 71) ... ok cascaded_compare (line 273) (consts.__test__) Doctest: consts.__test__.cascaded_compare (line 273) ... ok char_int_mix (line 47) (consts.__test__) Doctest: consts.__test__.char_int_mix (line 47) ... ok compile_time_DEF (line 265) (consts.__test__) Doctest: consts.__test__.compile_time_DEF (line 265) ... ok int_cast (line 55) (consts.__test__) Doctest: consts.__test__.int_cast (line 55) ... ok lists (line 87) (consts.__test__) Doctest: consts.__test__.lists (line 87) ... ok long_int_mix (line 36) (consts.__test__) Doctest: consts.__test__.long_int_mix (line 36) ... ok mul (line 63) (consts.__test__) Doctest: consts.__test__.mul (line 63) ... ok multiplied_const_tuple (line 249) (consts.__test__) Doctest: consts.__test__.multiplied_const_tuple (line 249) ... ok multiplied_const_tuple_len1 (line 257) (consts.__test__) Doctest: consts.__test__.multiplied_const_tuple_len1 (line 257) ... ok multiplied_global_nonconst_tuple (line 238) (consts.__test__) Doctest: consts.__test__.multiplied_global_nonconst_tuple (line 238) ... ok multiplied_lists_left (line 111) (consts.__test__) Doctest: consts.__test__.multiplied_lists_left (line 111) ... ok multiplied_lists_neg (line 119) (consts.__test__) Doctest: consts.__test__.multiplied_lists_neg (line 119) ... ok multiplied_lists_nonconst (line 127) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst (line 127) ... ok multiplied_lists_nonconst_expression (line 161) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst_expression (line 161) ... ok multiplied_lists_nonconst_left (line 148) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst_left (line 148) ... ok multiplied_lists_nonconst_with_side_effects (line 188) (consts.__test__) Doctest: consts.__test__.multiplied_lists_nonconst_with_side_effects (line 188) ... ok multiplied_lists_right (line 103) (consts.__test__) Doctest: consts.__test__.multiplied_lists_right (line 103) ... ok multiplied_lists_right_len1 (line 95) (consts.__test__) Doctest: consts.__test__.multiplied_lists_right_len1 (line 95) ... ok multiplied_lists_with_side_effects (line 177) (consts.__test__) Doctest: consts.__test__.multiplied_lists_with_side_effects (line 177) ... ok multiplied_nonconst_tuple (line 228) (consts.__test__) Doctest: consts.__test__.multiplied_nonconst_tuple (line 228) ... ok multiplied_nonconst_tuple_arg (line 199) (consts.__test__) Doctest: consts.__test__.multiplied_nonconst_tuple_arg (line 199) ... ok multiplied_nonconst_tuple_int_arg (line 220) (consts.__test__) Doctest: consts.__test__.multiplied_nonconst_tuple_int_arg (line 220) ... ok neg (line 28) (consts.__test__) Doctest: consts.__test__.neg (line 28) ... ok parameters (line 79) (consts.__test__) Doctest: consts.__test__.parameters (line 79) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running contains_T455 ... cascaded (line 82) (contains_T455.__test__) Doctest: contains_T455.__test__.cascaded (line 82) ... ok in_dict (line 54) (contains_T455.__test__) Doctest: contains_T455.__test__.in_dict (line 54) ... ok in_sequence (line 3) (contains_T455.__test__) Doctest: contains_T455.__test__.in_sequence (line 3) ... ok not_in_dict (line 68) (contains_T455.__test__) Doctest: contains_T455.__test__.not_in_dict (line 68) ... ok not_in_sequence (line 28) (contains_T455.__test__) Doctest: contains_T455.__test__.not_in_sequence (line 28) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running contains_T455 ... cascaded (line 82) (contains_T455.__test__) Doctest: contains_T455.__test__.cascaded (line 82) ... ok in_dict (line 54) (contains_T455.__test__) Doctest: contains_T455.__test__.in_dict (line 54) ... ok in_sequence (line 3) (contains_T455.__test__) Doctest: contains_T455.__test__.in_sequence (line 3) ... ok not_in_dict (line 68) (contains_T455.__test__) Doctest: contains_T455.__test__.not_in_dict (line 68) ... ok not_in_sequence (line 28) (contains_T455.__test__) Doctest: contains_T455.__test__.not_in_sequence (line 28) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running control_flow_except_T725 ... unused_except_capture (line 1) (control_flow_except_T725.__test__) Doctest: control_flow_except_T725.__test__.unused_except_capture (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running control_flow_except_T725 ... unused_except_capture (line 1) (control_flow_except_T725.__test__) Doctest: control_flow_except_T725.__test__.unused_except_capture (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running control_flow_stack_allocation ... test (line 22) (control_flow_stack_allocation.__test__) Doctest: control_flow_stack_allocation.__test__.test (line 22) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running control_flow_stack_allocation ... test (line 22) (control_flow_stack_allocation.__test__) Doctest: control_flow_stack_allocation.__test__.test (line 22) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cpdef ... Exception RuntimeError: RuntimeError() in 'cpdef.unraisable' ignored A (cpdef) Doctest: cpdef.A ... ok B (cpdef) Doctest: cpdef.B ... ok C (cpdef) Doctest: cpdef.C ... ok raisable (line 9) (cpdef.__test__) Doctest: cpdef.__test__.raisable (line 9) ... ok unraisable (line 1) (cpdef.__test__) Doctest: cpdef.__test__.unraisable (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpdef ... Exception RuntimeError: RuntimeError() in 'cpdef.unraisable' ignored A (cpdef) Doctest: cpdef.A ... ok B (cpdef) Doctest: cpdef.B ... ok C (cpdef) Doctest: cpdef.C ... ok raisable (line 9) (cpdef.__test__) Doctest: cpdef.__test__.raisable (line 9) ... ok unraisable (line 1) (cpdef.__test__) Doctest: cpdef.__test__.unraisable (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cpdef_enums ... cpdef_enums () Doctest: cpdef_enums ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpdef_enums ... cpdef_enums () Doctest: cpdef_enums ... ok runTest (__main__.EndToEndTest) End-to-end cpdef_enums_import ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cpdef_extern_func ... === C/C++ compiler error output: === cpdef_extern_func.c: In function 'initcpdef_extern_func': cpdef_extern_func.c:1434:5: warning: passing argument 1 of '__Pyx_CFunc_const__char______const__char________int___to_py' from incompatible pointer type [enabled by default] PyObject* wrapped = __Pyx_CFunc_const__char______const__char________int___to_py(strchr); ^ cpdef_extern_func.c:995:18: note: expected 'const char * (*)(const char *, int)' but argument is of type 'char * (*)(const char *, int)' static PyObject *__Pyx_CFunc_const__char______const__char________int___to_py(char const *(*__pyx_v_f)(char const *, int)) { ^ ============================== cpdef_extern_func () Doctest: cpdef_extern_func ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpdef_extern_func ... cpdef_extern_func () Doctest: cpdef_extern_func ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cpdef_extern_func_in_py ... cpdef_extern_func_in_py () Doctest: cpdef_extern_func_in_py ... ok call_pxd_sqrt (line 14) (cpdef_extern_func_in_py.__test__) Doctest: cpdef_extern_func_in_py.__test__.call_pxd_sqrt (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpdef_extern_func_in_py ... cpdef_extern_func_in_py () Doctest: cpdef_extern_func_in_py ... ok call_pxd_sqrt (line 14) (cpdef_extern_func_in_py.__test__) Doctest: cpdef_extern_func_in_py.__test__.call_pxd_sqrt (line 14) ... ok run (__main__.PureDoctestTestCase) running pure doctests in cpdef_extern_func_in_py ... pure_doctest__cpdef_extern_func_in_py () Doctest: pure_doctest__cpdef_extern_func_in_py ... ok call_pxd_sqrt (pure_doctest__cpdef_extern_func_in_py) Doctest: pure_doctest__cpdef_extern_func_in_py.call_pxd_sqrt ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cpdef_temps_T411 ... A (cpdef_temps_T411) Doctest: cpdef_temps_T411.A ... ok B (cpdef_temps_T411) Doctest: cpdef_temps_T411.B ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpdef_temps_T411 ... A (cpdef_temps_T411) Doctest: cpdef_temps_T411.A ... ok B (cpdef_temps_T411) Doctest: cpdef_temps_T411.B ... ok runTest (__main__.EndToEndTest) End-to-end cpp_assignment_overload ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_bool ... test_bool (line 6) (cpp_bool.__test__) Doctest: cpp_bool.__test__.test_bool (line 6) ... ok runTest (__main__.EndToEndTest) End-to-end cpp_call_stack_allocated ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_class_redef ... test_Foo (line 11) (cpp_class_redef.__test__) Doctest: cpp_class_redef.__test__.test_Foo (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_classes ... test_class_member (line 135) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_class_member (line 135) ... ok test_default_constructor (line 48) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_default_constructor (line 48) ... ok test_derived_class_member (line 151) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_derived_class_member (line 151) ... ok test_new_del (line 35) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_new_del (line 35) ... ok test_overload_bint_int (line 70) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_overload_bint_int (line 70) ... ok test_rect_area (line 59) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_rect_area (line 59) ... ok test_square_area (line 86) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_square_area (line 86) ... ok test_stack_allocation (line 116) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_stack_allocation (line 116) ... ok test_template_class_member (line 168) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_template_class_member (line 168) ... ok test_value_call (line 101) (cpp_classes.__test__) Doctest: cpp_classes.__test__.test_value_call (line 101) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_classes_def ... test_Poly (line 23) (cpp_classes_def.__test__) Doctest: cpp_classes_def.__test__.test_Poly (line 23) ... ok test_Static (line 51) (cpp_classes_def.__test__) Doctest: cpp_classes_def.__test__.test_Static (line 51) ... ok test_init_dealloc (line 73) (cpp_classes_def.__test__) Doctest: cpp_classes_def.__test__.test_init_dealloc (line 73) ... ok test_templates (line 99) (cpp_classes_def.__test__) Doctest: cpp_classes_def.__test__.test_templates (line 99) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_const_method ... test_const_get (line 17) (cpp_const_method.__test__) Doctest: cpp_const_method.__test__.test_const_get (line 17) ... ok test_const_pointer_get (line 45) (cpp_const_method.__test__) Doctest: cpp_const_method.__test__.test_const_pointer_get (line 45) ... ok test_const_ref_get (line 31) (cpp_const_method.__test__) Doctest: cpp_const_method.__test__.test_const_ref_get (line 31) ... ok test_vector_members (line 61) (cpp_const_method.__test__) Doctest: cpp_const_method.__test__.test_vector_members (line 61) ... ok runTest (__main__.EndToEndTest) End-to-end cpp_custom_string ... ok runTest (__main__.EndToEndTest) End-to-end cpp_exception_declaration_compatibility ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_exceptions ... test_cppclass_method_custom (line 189) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_cppclass_method_custom (line 189) ... ok test_cppclass_method_raw (line 161) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_cppclass_method_raw (line 161) ... ok test_cppclass_method_value (line 175) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_cppclass_method_value (line 175) ... ok test_domain_error (line 30) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_domain_error (line 30) ... ok test_index_custom (line 151) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_index_custom (line 151) ... ok test_index_raw (line 131) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_index_raw (line 131) ... ok test_index_value (line 141) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_index_value (line 141) ... ok test_int_custom (line 121) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_int_custom (line 121) ... ok test_int_raw (line 101) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_int_raw (line 101) ... ok test_int_value (line 111) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_int_value (line 111) ... ok test_ios_failure (line 39) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_ios_failure (line 39) ... ok test_memory (line 46) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_memory (line 46) ... ok test_overflow (line 60) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_overflow (line 60) ... ok test_range_error (line 69) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_range_error (line 69) ... ok test_typeerror (line 78) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_typeerror (line 78) ... ok test_underflow (line 92) (cpp_exceptions.__test__) Doctest: cpp_exceptions.__test__.test_underflow (line 92) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_exceptions_nogil ... test_bar (line 123) (cpp_exceptions_nogil.__test__) Doctest: cpp_exceptions_nogil.__test__.test_bar (line 123) ... ok test_foo (line 23) (cpp_exceptions_nogil.__test__) Doctest: cpp_exceptions_nogil.__test__.test_foo (line 23) ... ok test_foo_nogil (line 15) (cpp_exceptions_nogil.__test__) Doctest: cpp_exceptions_nogil.__test__.test_foo_nogil (line 15) ... ok test_spam (line 223) (cpp_exceptions_nogil.__test__) Doctest: cpp_exceptions_nogil.__test__.test_spam (line 223) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_iterators ... test_custom (line 39) (cpp_iterators.__test__) Doctest: cpp_iterators.__test__.test_custom (line 39) ... ok test_iteration_in_generator (line 68) (cpp_iterators.__test__) Doctest: cpp_iterators.__test__.test_iteration_in_generator (line 68) ... ok test_iteration_in_generator_reassigned (line 76) (cpp_iterators.__test__) Doctest: cpp_iterators.__test__.test_iteration_in_generator_reassigned (line 76) ... ok test_iteration_over_heap_vector (line 54) (cpp_iterators.__test__) Doctest: cpp_iterators.__test__.test_iteration_over_heap_vector (line 54) ... ok test_ptrs (line 25) (cpp_iterators.__test__) Doctest: cpp_iterators.__test__.test_ptrs (line 25) ... ok test_vector (line 13) (cpp_iterators.__test__) Doctest: cpp_iterators.__test__.test_vector (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_namespaces ... test_function (line 15) (cpp_namespaces.__test__) Doctest: cpp_namespaces.__test__.test_function (line 15) ... ok test_nested (line 24) (cpp_namespaces.__test__) Doctest: cpp_namespaces.__test__.test_nested (line 24) ... ok test_typedef (line 33) (cpp_namespaces.__test__) Doctest: cpp_namespaces.__test__.test_typedef (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_nested_classes ... test (line 11) (cpp_nested_classes.__test__) Doctest: cpp_nested_classes.__test__.test (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_nested_templates ... test_wrap_pair (line 20) (cpp_nested_templates.__test__) Doctest: cpp_nested_templates.__test__.test_wrap_pair (line 20) ... ok test_wrap_pair_pair (line 33) (cpp_nested_templates.__test__) Doctest: cpp_nested_templates.__test__.test_wrap_pair_pair (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_nonstdint ... test_int24 (line 16) (cpp_nonstdint.__test__) Doctest: cpp_nonstdint.__test__.test_int24 (line 16) ... ok test_int512 (line 121) (cpp_nonstdint.__test__) Doctest: cpp_nonstdint.__test__.test_int512 (line 121) ... ok test_int56 (line 51) (cpp_nonstdint.__test__) Doctest: cpp_nonstdint.__test__.test_int56 (line 51) ... ok test_int88 (line 86) (cpp_nonstdint.__test__) Doctest: cpp_nonstdint.__test__.test_int88 (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_operators ... test_binop (line 96) (cpp_operators.__test__) Doctest: cpp_operators.__test__.test_binop (line 96) ... ok test_bool_cond (line 172) (cpp_operators.__test__) Doctest: cpp_operators.__test__.test_bool_cond (line 172) ... ok test_bool_op (line 159) (cpp_operators.__test__) Doctest: cpp_operators.__test__.test_bool_op (line 159) ... ok test_cmp (line 129) (cpp_operators.__test__) Doctest: cpp_operators.__test__.test_cmp (line 129) ... ok test_incdec (line 77) (cpp_operators.__test__) Doctest: cpp_operators.__test__.test_incdec (line 77) ... ok test_index_call (line 148) (cpp_operators.__test__) Doctest: cpp_operators.__test__.test_index_call (line 148) ... ok test_unops (line 59) (cpp_operators.__test__) Doctest: cpp_operators.__test__.test_unops (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_smart_ptr ... test_unique_ptr (line 11) (cpp_smart_ptr.__test__) Doctest: cpp_smart_ptr.__test__.test_unique_ptr (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_stl ... VectorWrapper (cpp_stl) Doctest: cpp_stl.VectorWrapper ... ok test_vector (line 25) (cpp_stl.__test__) Doctest: cpp_stl.__test__.test_vector (line 25) ... ok test_vector_iterator (line 40) (cpp_stl.__test__) Doctest: cpp_stl.__test__.test_vector_iterator (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_stl_conversion ... test_double_vector (line 109) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_double_vector (line 109) ... ok test_encode_to_string (line 38) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_encode_to_string (line 38) ... ok test_encode_to_string_cast (line 48) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_encode_to_string_cast (line 48) ... ok test_enum_map (line 216) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_enum_map (line 216) ... ok test_int_vector (line 75) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_int_vector (line 75) ... ok test_list (line 153) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_list (line 153) ... ok test_map (line 185) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_map (line 185) ... ok test_nested (line 201) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_nested (line 201) ... ok test_pair (line 145) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_pair (line 145) ... ok test_repeated_double_vector (line 119) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_repeated_double_vector (line 119) ... ok test_set (line 161) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_set (line 161) ... ok test_string (line 28) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_string (line 28) ... ok test_string_call (line 68) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_string_call (line 68) ... ok test_string_vector (line 91) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_string_vector (line 91) ... ok test_string_vector_temp_funcarg (line 102) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_string_vector_temp_funcarg (line 102) ... ok test_typedef_vector (line 129) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_typedef_vector (line 129) ... ok test_unicode_encode_to_string (line 58) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_unicode_encode_to_string (line 58) ... ok test_unordered_map (line 193) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_unordered_map (line 193) ... ok test_unordered_set (line 173) (cpp_stl_conversion.__test__) Doctest: cpp_stl_conversion.__test__.test_unordered_set (line 173) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_stl_string ... test_append (line 133) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_append (line 133) ... ok test_assign (line 111) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_assign (line 111) ... ok test_char_compare (line 143) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_char_compare (line 143) ... ok test_clear (line 102) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_clear (line 102) ... ok test_compare (line 41) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_compare (line 41) ... ok test_conversion (line 12) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_conversion (line 12) ... ok test_copy (line 81) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_copy (line 81) ... ok test_cstr (line 152) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_cstr (line 152) ... ok test_cstr_decode (line 172) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_cstr_decode (line 172) ... ok test_cstr_ptr_decode (line 183) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_cstr_ptr_decode (line 183) ... ok test_decode (line 162) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_decode (line 162) ... ok test_decode_sliced (line 195) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_decode_sliced (line 195) ... ok test_decode_sliced_end (line 222) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_decode_sliced_end (line 222) ... ok test_decode_sliced_end_negative (line 235) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_decode_sliced_end_negative (line 235) ... ok test_decode_sliced_negative (line 205) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_decode_sliced_negative (line 205) ... ok test_decode_sliced_start (line 250) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_decode_sliced_start (line 250) ... ok test_decode_sliced_start_negative (line 260) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_decode_sliced_start_negative (line 260) ... ok test_empty (line 53) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_empty (line 53) ... ok test_equals_operator (line 271) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_equals_operator (line 271) ... ok test_find (line 92) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_find (line 92) ... ok test_greater_than (line 292) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_greater_than (line 292) ... ok test_indexing (line 23) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_indexing (line 23) ... ok test_insert (line 71) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_insert (line 71) ... ok test_less_than (line 280) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_less_than (line 280) ... ok test_push_back (line 62) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_push_back (line 62) ... ok test_size (line 32) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_size (line 32) ... ok test_substr (line 121) (cpp_stl_string.__test__) Doctest: cpp_stl_string.__test__.test_substr (line 121) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_stl_string_ascii_auto_encoding ... test_assign (line 69) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_assign (line 69) ... ok test_bytearray_cast (line 103) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_bytearray_cast (line 103) ... ok test_bytes_cast (line 79) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_bytes_cast (line 79) ... ok test_clear (line 57) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_clear (line 57) ... ok test_conversion (line 15) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_conversion (line 15) ... ok test_empty (line 30) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_empty (line 30) ... ok test_push_back (line 45) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_push_back (line 45) ... ok test_str_cast (line 140) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_str_cast (line 140) ... ok test_unicode_cast (line 127) (cpp_stl_string_ascii_auto_encoding.__test__) Doctest: cpp_stl_string_ascii_auto_encoding.__test__.test_unicode_cast (line 127) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_stl_string_ascii_auto_encoding_str ... test_assign (line 69) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_assign (line 69) ... ok test_bytearray_cast (line 103) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_bytearray_cast (line 103) ... ok test_bytes_cast (line 79) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_bytes_cast (line 79) ... ok test_clear (line 57) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_clear (line 57) ... ok test_conversion (line 15) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_conversion (line 15) ... ok test_empty (line 30) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_empty (line 30) ... ok test_push_back (line 45) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_push_back (line 45) ... ok test_str_cast (line 140) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_str_cast (line 140) ... ok test_unicode_cast (line 127) (cpp_stl_string_ascii_auto_encoding_str.__test__) Doctest: cpp_stl_string_ascii_auto_encoding_str.__test__.test_unicode_cast (line 127) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_stl_vector ... index_set_test (line 57) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.index_set_test (line 57) ... ok index_test (line 41) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.index_test (line 41) ... ok item_ptr_test (line 130) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.item_ptr_test (line 130) ... ok iteration_test (line 74) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.iteration_test (line 74) ... ok list_test (line 24) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.list_test (line 24) ... ok nogil_test (line 114) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.nogil_test (line 114) ... ok reverse_iteration_test (line 94) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.reverse_iteration_test (line 94) ... ok simple_test (line 9) (cpp_stl_vector.__test__) Doctest: cpp_stl_vector.__test__.simple_test (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_template_functions ... test_class_deductions (line 59) (cpp_template_functions.__test__) Doctest: cpp_template_functions.__test__.test_class_deductions (line 59) ... ok test_method (line 35) (cpp_template_functions.__test__) Doctest: cpp_template_functions.__test__.test_method (line 35) ... ok test_more_deductions (line 52) (cpp_template_functions.__test__) Doctest: cpp_template_functions.__test__.test_more_deductions (line 52) ... ok test_no_arg (line 14) (cpp_template_functions.__test__) Doctest: cpp_template_functions.__test__.test_no_arg (line 14) ... ok test_one_param (line 21) (cpp_template_functions.__test__) Doctest: cpp_template_functions.__test__.test_one_param (line 21) ... ok test_simple_deduction (line 45) (cpp_template_functions.__test__) Doctest: cpp_template_functions.__test__.test_simple_deduction (line 45) ... ok test_two_params (line 28) (cpp_template_functions.__test__) Doctest: cpp_template_functions.__test__.test_two_params (line 28) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_template_ref_args ... test_template_ref_arg (line 21) (cpp_template_ref_args.__test__) Doctest: cpp_template_ref_args.__test__.test_template_ref_arg (line 21) ... ok test_template_ref_attr (line 37) (cpp_template_ref_args.__test__) Doctest: cpp_template_ref_args.__test__.test_template_ref_attr (line 37) ... ok test_template_ref_const_attr (line 46) (cpp_template_ref_args.__test__) Doctest: cpp_template_ref_args.__test__.test_template_ref_const_attr (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_template_subclasses ... testA (line 27) (cpp_template_subclasses.__test__) Doctest: cpp_template_subclasses.__test__.testA (line 27) ... ok testB (line 42) (cpp_template_subclasses.__test__) Doctest: cpp_template_subclasses.__test__.testB (line 42) ... ok testC (line 58) (cpp_template_subclasses.__test__) Doctest: cpp_template_subclasses.__test__.testC (line 58) ... ok testD (line 77) (cpp_template_subclasses.__test__) Doctest: cpp_template_subclasses.__test__.testD (line 77) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_templates ... test_cast_template_pointer (line 102) (cpp_templates.__test__) Doctest: cpp_templates.__test__.test_cast_template_pointer (line 102) ... ok test_double (line 45) (cpp_templates.__test__) Doctest: cpp_templates.__test__.test_double (line 45) ... ok test_func_ptr (line 89) (cpp_templates.__test__) Doctest: cpp_templates.__test__.test_func_ptr (line 89) ... ok test_int (line 29) (cpp_templates.__test__) Doctest: cpp_templates.__test__.test_int (line 29) ... ok test_pair (line 60) (cpp_templates.__test__) Doctest: cpp_templates.__test__.test_pair (line 60) ... ok test_ptr (line 73) (cpp_templates.__test__) Doctest: cpp_templates.__test__.test_ptr (line 73) ... ok test_static (line 112) (cpp_templates.__test__) Doctest: cpp_templates.__test__.test_static (line 112) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_type_inference ... test_reversed_vector_iteration (line 10) (cpp_type_inference.__test__) Doctest: cpp_type_inference.__test__.test_reversed_vector_iteration (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_vector_in_generator ... stack_vector_in_generator (line 6) (cpp_vector_in_generator.__test__) Doctest: cpp_vector_in_generator.__test__.stack_vector_in_generator (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running crashT245 ... f (line 5) (crashT245.__test__) Doctest: crashT245.__test__.f (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running crashT245 ... f (line 5) (crashT245.__test__) Doctest: crashT245.__test__.f (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cross_closure_type_inference ... test_outer_inner2_double (line 92) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner2_double (line 92) ... ok test_outer_inner_carg (line 49) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_carg (line 49) ... ok test_outer_inner_double (line 7) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_double (line 7) ... ok test_outer_inner_double_int (line 21) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_double_int (line 21) ... ok test_outer_inner_incompatible (line 62) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_incompatible (line 62) ... ok test_outer_inner_ptr (line 75) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_ptr (line 75) ... ok test_outer_inner_pyarg (line 36) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_pyarg (line 36) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cross_closure_type_inference ... test_outer_inner2_double (line 92) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner2_double (line 92) ... ok test_outer_inner_carg (line 49) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_carg (line 49) ... ok test_outer_inner_double (line 7) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_double (line 7) ... ok test_outer_inner_double_int (line 21) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_double_int (line 21) ... ok test_outer_inner_incompatible (line 62) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_incompatible (line 62) ... ok test_outer_inner_ptr (line 75) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_ptr (line 75) ... ok test_outer_inner_pyarg (line 36) (cross_closure_type_inference.__test__) Doctest: cross_closure_type_inference.__test__.test_outer_inner_pyarg (line 36) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cstringmeth ... cstringmeth () Doctest: cstringmeth ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cstringmeth ... cstringmeth () Doctest: cstringmeth ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cstringmul ... cstringmul () Doctest: cstringmul ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cstringmul ... cstringmul () Doctest: cstringmul ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cstruct ... test_c (line 43) (cstruct.__test__) Doctest: cstruct.__test__.test_c (line 43) ... ok test_g (line 58) (cstruct.__test__) Doctest: cstruct.__test__.test_g (line 58) ... ok test_i (line 36) (cstruct.__test__) Doctest: cstruct.__test__.test_i (line 36) ... ok test_p (line 50) (cstruct.__test__) Doctest: cstruct.__test__.test_p (line 50) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cstruct ... test_c (line 43) (cstruct.__test__) Doctest: cstruct.__test__.test_c (line 43) ... ok test_g (line 58) (cstruct.__test__) Doctest: cstruct.__test__.test_g (line 58) ... ok test_i (line 36) (cstruct.__test__) Doctest: cstruct.__test__.test_i (line 36) ... ok test_p (line 50) (cstruct.__test__) Doctest: cstruct.__test__.test_p (line 50) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ct_DEF ... ct_DEF () Doctest: ct_DEF ... ok c (line 47) (ct_DEF.__test__) Doctest: ct_DEF.__test__.c (line 47) ... ok constant_tuple (line 149) (ct_DEF.__test__) Doctest: ct_DEF.__test__.constant_tuple (line 149) ... ok ellipsis (line 202) (ct_DEF.__test__) Doctest: ct_DEF.__test__.ellipsis (line 202) ... ok expression (line 211) (ct_DEF.__test__) Doctest: ct_DEF.__test__.expression (line 211) ... ok f (line 113) (ct_DEF.__test__) Doctest: ct_DEF.__test__.f (line 113) ... ok false (line 194) (ct_DEF.__test__) Doctest: ct_DEF.__test__.false (line 194) ... ok five (line 176) (ct_DEF.__test__) Doctest: ct_DEF.__test__.five (line 176) ... ok i0 (line 55) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i0 (line 55) ... ok i1 (line 63) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i1 (line 63) ... ok i2 (line 71) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i2 (line 71) ... ok i3 (line 79) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i3 (line 79) ... ok l (line 87) (ct_DEF.__test__) Doctest: ct_DEF.__test__.l (line 87) ... ok large_nums (line 95) (ct_DEF.__test__) Doctest: ct_DEF.__test__.large_nums (line 95) ... ok none (line 219) (ct_DEF.__test__) Doctest: ct_DEF.__test__.none (line 219) ... ok true (line 185) (ct_DEF.__test__) Doctest: ct_DEF.__test__.true (line 185) ... ok tuple_indexing (line 160) (ct_DEF.__test__) Doctest: ct_DEF.__test__.tuple_indexing (line 160) ... ok two (line 168) (ct_DEF.__test__) Doctest: ct_DEF.__test__.two (line 168) ... ok type_of_bytes (line 128) (ct_DEF.__test__) Doctest: ct_DEF.__test__.type_of_bytes (line 128) ... ok type_of_unicode (line 138) (ct_DEF.__test__) Doctest: ct_DEF.__test__.type_of_unicode (line 138) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ct_DEF ... ct_DEF () Doctest: ct_DEF ... ok c (line 47) (ct_DEF.__test__) Doctest: ct_DEF.__test__.c (line 47) ... ok constant_tuple (line 149) (ct_DEF.__test__) Doctest: ct_DEF.__test__.constant_tuple (line 149) ... ok ellipsis (line 202) (ct_DEF.__test__) Doctest: ct_DEF.__test__.ellipsis (line 202) ... ok expression (line 211) (ct_DEF.__test__) Doctest: ct_DEF.__test__.expression (line 211) ... ok f (line 113) (ct_DEF.__test__) Doctest: ct_DEF.__test__.f (line 113) ... ok false (line 194) (ct_DEF.__test__) Doctest: ct_DEF.__test__.false (line 194) ... ok five (line 176) (ct_DEF.__test__) Doctest: ct_DEF.__test__.five (line 176) ... ok i0 (line 55) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i0 (line 55) ... ok i1 (line 63) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i1 (line 63) ... ok i2 (line 71) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i2 (line 71) ... ok i3 (line 79) (ct_DEF.__test__) Doctest: ct_DEF.__test__.i3 (line 79) ... ok l (line 87) (ct_DEF.__test__) Doctest: ct_DEF.__test__.l (line 87) ... ok large_nums (line 95) (ct_DEF.__test__) Doctest: ct_DEF.__test__.large_nums (line 95) ... ok none (line 219) (ct_DEF.__test__) Doctest: ct_DEF.__test__.none (line 219) ... ok true (line 185) (ct_DEF.__test__) Doctest: ct_DEF.__test__.true (line 185) ... ok tuple_indexing (line 160) (ct_DEF.__test__) Doctest: ct_DEF.__test__.tuple_indexing (line 160) ... ok two (line 168) (ct_DEF.__test__) Doctest: ct_DEF.__test__.two (line 168) ... ok type_of_bytes (line 128) (ct_DEF.__test__) Doctest: ct_DEF.__test__.type_of_bytes (line 128) ... ok type_of_unicode (line 138) (ct_DEF.__test__) Doctest: ct_DEF.__test__.type_of_unicode (line 138) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ct_IF ... f (line 4) (ct_IF.__test__) Doctest: ct_IF.__test__.f (line 4) ... ok g (line 18) (ct_IF.__test__) Doctest: ct_IF.__test__.g (line 18) ... ok h (line 32) (ct_IF.__test__) Doctest: ct_IF.__test__.h (line 32) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ct_IF ... f (line 4) (ct_IF.__test__) Doctest: ct_IF.__test__.f (line 4) ... ok g (line 18) (ct_IF.__test__) Doctest: ct_IF.__test__.g (line 18) ... ok h (line 32) (ct_IF.__test__) Doctest: ct_IF.__test__.h (line 32) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ctruthtests ... test_Py_ssize_t (line 52) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_Py_ssize_t (line 52) ... ok test_attr_int (line 68) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_attr_int (line 68) ... ok test_attr_ptr (line 91) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_attr_ptr (line 91) ... ok test_int (line 28) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_int (line 28) ... ok test_ptr (line 1) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_ptr (line 1) ... ok test_ptr2 (line 12) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_ptr2 (line 12) ... ok test_short (line 40) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_short (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ctruthtests ... test_Py_ssize_t (line 52) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_Py_ssize_t (line 52) ... ok test_attr_int (line 68) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_attr_int (line 68) ... ok test_attr_ptr (line 91) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_attr_ptr (line 91) ... ok test_int (line 28) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_int (line 28) ... ok test_ptr (line 1) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_ptr (line 1) ... ok test_ptr2 (line 12) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_ptr2 (line 12) ... ok test_short (line 40) (ctruthtests.__test__) Doctest: ctruthtests.__test__.test_short (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ctuple ... c_types (line 68) (ctuple.__test__) Doctest: ctuple.__test__.c_types (line 68) ... ok call_cdef_ctuple_return_type (line 112) (ctuple.__test__) Doctest: ctuple.__test__.call_cdef_ctuple_return_type (line 112) ... ok cpdef_ctuple_return_type (line 121) (ctuple.__test__) Doctest: ctuple.__test__.cpdef_ctuple_return_type (line 121) ... ok indexing (line 20) (ctuple.__test__) Doctest: ctuple.__test__.indexing (line 20) ... ok packing_tuple (line 52) (ctuple.__test__) Doctest: ctuple.__test__.packing_tuple (line 52) ... ok simple_convert (line 3) (ctuple.__test__) Doctest: ctuple.__test__.simple_convert (line 3) ... ok test_binop (line 164) (ctuple.__test__) Doctest: ctuple.__test__.test_binop (line 164) ... ok test_equality (line 142) (ctuple.__test__) Doctest: ctuple.__test__.test_equality (line 142) ... ok test_mul (line 171) (ctuple.__test__) Doctest: ctuple.__test__.test_mul (line 171) ... ok test_type_inference (line 129) (ctuple.__test__) Doctest: ctuple.__test__.test_type_inference (line 129) ... ok test_unop (line 178) (ctuple.__test__) Doctest: ctuple.__test__.test_unop (line 178) ... ok union_in_ctuple_dynamic (line 95) (ctuple.__test__) Doctest: ctuple.__test__.union_in_ctuple_dynamic (line 95) ... ok union_in_ctuple_literal (line 85) (ctuple.__test__) Doctest: ctuple.__test__.union_in_ctuple_literal (line 85) ... ok unpacking (line 31) (ctuple.__test__) Doctest: ctuple.__test__.unpacking (line 31) ... ok unpacking_with_side_effect (line 43) (ctuple.__test__) Doctest: ctuple.__test__.unpacking_with_side_effect (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ctuple ... c_types (line 68) (ctuple.__test__) Doctest: ctuple.__test__.c_types (line 68) ... ok call_cdef_ctuple_return_type (line 112) (ctuple.__test__) Doctest: ctuple.__test__.call_cdef_ctuple_return_type (line 112) ... ok cpdef_ctuple_return_type (line 121) (ctuple.__test__) Doctest: ctuple.__test__.cpdef_ctuple_return_type (line 121) ... ok indexing (line 20) (ctuple.__test__) Doctest: ctuple.__test__.indexing (line 20) ... ok packing_tuple (line 52) (ctuple.__test__) Doctest: ctuple.__test__.packing_tuple (line 52) ... ok simple_convert (line 3) (ctuple.__test__) Doctest: ctuple.__test__.simple_convert (line 3) ... ok test_binop (line 164) (ctuple.__test__) Doctest: ctuple.__test__.test_binop (line 164) ... ok test_equality (line 142) (ctuple.__test__) Doctest: ctuple.__test__.test_equality (line 142) ... ok test_mul (line 171) (ctuple.__test__) Doctest: ctuple.__test__.test_mul (line 171) ... ok test_type_inference (line 129) (ctuple.__test__) Doctest: ctuple.__test__.test_type_inference (line 129) ... ok test_unop (line 178) (ctuple.__test__) Doctest: ctuple.__test__.test_unop (line 178) ... ok union_in_ctuple_dynamic (line 95) (ctuple.__test__) Doctest: ctuple.__test__.union_in_ctuple_dynamic (line 95) ... ok union_in_ctuple_literal (line 85) (ctuple.__test__) Doctest: ctuple.__test__.union_in_ctuple_literal (line 85) ... ok unpacking (line 31) (ctuple.__test__) Doctest: ctuple.__test__.unpacking (line 31) ... ok unpacking_with_side_effect (line 43) (ctuple.__test__) Doctest: ctuple.__test__.unpacking_with_side_effect (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ctypedef_char_types ... const_char_arrays (line 36) (ctypedef_char_types.__test__) Doctest: ctypedef_char_types.__test__.const_char_arrays (line 36) ... ok const_charptrs (line 13) (ctypedef_char_types.__test__) Doctest: ctypedef_char_types.__test__.const_charptrs (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ctypedef_char_types ... const_char_arrays (line 36) (ctypedef_char_types.__test__) Doctest: ctypedef_char_types.__test__.const_char_arrays (line 36) ... ok const_charptrs (line 13) (ctypedef_char_types.__test__) Doctest: ctypedef_char_types.__test__.const_charptrs (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ctypedef_delegation ... typedef_delegation (line 4) (ctypedef_delegation.__test__) Doctest: ctypedef_delegation.__test__.typedef_delegation (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ctypedef_delegation ... typedef_delegation (line 4) (ctypedef_delegation.__test__) Doctest: ctypedef_delegation.__test__.typedef_delegation (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ctypedef_int_types_T333 ... MyClass (ctypedef_int_types_T333) Doctest: ctypedef_int_types_T333.MyClass ... ok test_DefSInt (line 569) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_DefSInt (line 569) ... ok test_DefUChar (line 580) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_DefUChar (line 580) ... ok test_ExtSInt (line 593) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ExtSInt (line 593) ... ok test_ExtUInt (line 604) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ExtUInt (line 604) ... ok test_LocSInt (line 621) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_LocSInt (line 621) ... ok test_LocUInt (line 632) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_LocUInt (line 632) ... ok test_MySInt1 (line 513) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MySInt1 (line 513) ... ok test_MySInt2 (line 541) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MySInt2 (line 541) ... ok test_MyUInt1 (line 524) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MyUInt1 (line 524) ... ok test_MyUInt2 (line 552) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MyUInt2 (line 552) ... ok test_add_schar (line 42) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_schar (line 42) ... ok test_add_sint (line 208) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_sint (line 208) ... ok test_add_slong (line 291) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_slong (line 291) ... ok test_add_slonglong (line 374) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_slonglong (line 374) ... ok test_add_sshort (line 125) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_sshort (line 125) ... ok test_add_uchar (line 85) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_uchar (line 85) ... ok test_add_uint (line 251) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_uint (line 251) ... ok test_add_ulong (line 334) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_ulong (line 334) ... ok test_add_ulonglong (line 417) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_ulonglong (line 417) ... ok test_add_ushort (line 168) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_ushort (line 168) ... ok test_schar (line 23) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_schar (line 23) ... ok test_sint (line 185) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_sint (line 185) ... ok test_slong (line 268) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_slong (line 268) ... ok test_slonglong (line 351) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_slonglong (line 351) ... ok test_sshort (line 102) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_sshort (line 102) ... ok test_uchar (line 66) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_uchar (line 66) ... ok test_uint (line 232) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_uint (line 232) ... ok test_ulong (line 315) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ulong (line 315) ... ok test_ulonglong (line 398) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ulonglong (line 398) ... ok test_ushort (line 149) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ushort (line 149) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ctypedef_int_types_T333 ... MyClass (ctypedef_int_types_T333) Doctest: ctypedef_int_types_T333.MyClass ... ok test_DefSInt (line 569) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_DefSInt (line 569) ... ok test_DefUChar (line 580) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_DefUChar (line 580) ... ok test_ExtSInt (line 593) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ExtSInt (line 593) ... ok test_ExtUInt (line 604) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ExtUInt (line 604) ... ok test_LocSInt (line 621) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_LocSInt (line 621) ... ok test_LocUInt (line 632) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_LocUInt (line 632) ... ok test_MySInt1 (line 513) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MySInt1 (line 513) ... ok test_MySInt2 (line 541) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MySInt2 (line 541) ... ok test_MyUInt1 (line 524) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MyUInt1 (line 524) ... ok test_MyUInt2 (line 552) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_MyUInt2 (line 552) ... ok test_add_schar (line 42) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_schar (line 42) ... ok test_add_sint (line 208) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_sint (line 208) ... ok test_add_slong (line 291) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_slong (line 291) ... ok test_add_slonglong (line 374) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_slonglong (line 374) ... ok test_add_sshort (line 125) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_sshort (line 125) ... ok test_add_uchar (line 85) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_uchar (line 85) ... ok test_add_uint (line 251) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_uint (line 251) ... ok test_add_ulong (line 334) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_ulong (line 334) ... ok test_add_ulonglong (line 417) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_ulonglong (line 417) ... ok test_add_ushort (line 168) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_add_ushort (line 168) ... ok test_schar (line 23) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_schar (line 23) ... ok test_sint (line 185) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_sint (line 185) ... ok test_slong (line 268) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_slong (line 268) ... ok test_slonglong (line 351) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_slonglong (line 351) ... ok test_sshort (line 102) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_sshort (line 102) ... ok test_uchar (line 66) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_uchar (line 66) ... ok test_uint (line 232) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_uint (line 232) ... ok test_ulong (line 315) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ulong (line 315) ... ok test_ulonglong (line 398) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ulonglong (line 398) ... ok test_ushort (line 149) (ctypedef_int_types_T333.__test__) Doctest: ctypedef_int_types_T333.__test__.test_ushort (line 149) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cunion ... test_c (line 34) (cunion.__test__) Doctest: cunion.__test__.test_c (line 34) ... ok test_charptr_to_py (line 57) (cunion.__test__) Doctest: cunion.__test__.test_charptr_to_py (line 57) ... ok test_i (line 26) (cunion.__test__) Doctest: cunion.__test__.test_i (line 26) ... ok test_p (line 42) (cunion.__test__) Doctest: cunion.__test__.test_p (line 42) ... ok test_safe_type_mix_from_to_py (line 86) (cunion.__test__) Doctest: cunion.__test__.test_safe_type_mix_from_to_py (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cunion ... test_c (line 34) (cunion.__test__) Doctest: cunion.__test__.test_c (line 34) ... ok test_charptr_to_py (line 57) (cunion.__test__) Doctest: cunion.__test__.test_charptr_to_py (line 57) ... ok test_i (line 26) (cunion.__test__) Doctest: cunion.__test__.test_i (line 26) ... ok test_p (line 42) (cunion.__test__) Doctest: cunion.__test__.test_p (line 42) ... ok test_safe_type_mix_from_to_py (line 86) (cunion.__test__) Doctest: cunion.__test__.test_safe_type_mix_from_to_py (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cyclic_gc ... ExtSubTypeNoGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypeNoGC ... ok ExtSubTypePlusGCPyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePlusGCPyArgsWithGC ... ok ExtSubTypePlusPyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePlusPyArgsWithGC ... ok ExtSubTypePyArgsNoGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePyArgsNoGC ... ok ExtSubTypePyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePyArgsWithGC ... ok ExtTypeFinalNoGC (cyclic_gc) Doctest: cyclic_gc.ExtTypeFinalNoGC ... ok ExtTypeNoGC (cyclic_gc) Doctest: cyclic_gc.ExtTypeNoGC ... ok ExtTypePyArgsNoGC (cyclic_gc) Doctest: cyclic_gc.ExtTypePyArgsNoGC ... ok ExtTypePyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtTypePyArgsWithGC ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cyclic_gc ... ExtSubTypeNoGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypeNoGC ... ok ExtSubTypePlusGCPyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePlusGCPyArgsWithGC ... ok ExtSubTypePlusPyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePlusPyArgsWithGC ... ok ExtSubTypePyArgsNoGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePyArgsNoGC ... ok ExtSubTypePyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtSubTypePyArgsWithGC ... ok ExtTypeFinalNoGC (cyclic_gc) Doctest: cyclic_gc.ExtTypeFinalNoGC ... ok ExtTypeNoGC (cyclic_gc) Doctest: cyclic_gc.ExtTypeNoGC ... ok ExtTypePyArgsNoGC (cyclic_gc) Doctest: cyclic_gc.ExtTypePyArgsNoGC ... ok ExtTypePyArgsWithGC (cyclic_gc) Doctest: cyclic_gc.ExtTypePyArgsWithGC ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cyfunction ... === C/C++ compiler error output: === cyfunction.c: In function '__pyx_pf_10cyfunction_16test_annotations_inner': cyfunction.c:3079:71: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] struct __pyx_obj_10cyfunction___pyx_scope_struct__test_annotations *__pyx_cur_scope; ^ ============================== BindingTest (cyfunction) Doctest: cyfunction.BindingTest ... ok inspect_isbuiltin (line 30) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_isbuiltin (line 30) ... ok inspect_isfunction (line 19) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_isfunction (line 19) ... ok inspect_isroutine (line 10) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_isroutine (line 10) ... ok inspect_signature (line 41) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_signature (line 41) ... ok test_annotations (line 268) (cyfunction.__test__) Doctest: cyfunction.__test__.test_annotations (line 268) ... ok test_closure (line 124) (cyfunction.__test__) Doctest: cyfunction.__test__.test_closure (line 124) ... ok test_code (line 199) (cyfunction.__test__) Doctest: cyfunction.__test__.test_code (line 199) ... ok test_dict (line 74) (cyfunction.__test__) Doctest: cyfunction.__test__.test_dict (line 74) ... ok test_doc (line 100) (cyfunction.__test__) Doctest: cyfunction.__test__.test_doc (line 100) ... ok test_globals (line 130) (cyfunction.__test__) Doctest: cyfunction.__test__.test_globals (line 130) ... ok test_hash (line 112) (cyfunction.__test__) Doctest: cyfunction.__test__.test_hash (line 112) ... ok test_name (line 86) (cyfunction.__test__) Doctest: cyfunction.__test__.test_name (line 86) ... ok test_reduce (line 145) (cyfunction.__test__) Doctest: cyfunction.__test__.test_reduce (line 145) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cyfunction ... === C/C++ compiler error output: === cyfunction.cpp: In function 'PyObject* __pyx_pf_10cyfunction_16test_annotations_inner(PyObject*, PyObject*, PyObject*)': cyfunction.cpp:3088:71: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] struct __pyx_obj_10cyfunction___pyx_scope_struct__test_annotations *__pyx_cur_scope; ^ ============================== BindingTest (cyfunction) Doctest: cyfunction.BindingTest ... ok inspect_isbuiltin (line 30) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_isbuiltin (line 30) ... ok inspect_isfunction (line 19) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_isfunction (line 19) ... ok inspect_isroutine (line 10) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_isroutine (line 10) ... ok inspect_signature (line 41) (cyfunction.__test__) Doctest: cyfunction.__test__.inspect_signature (line 41) ... ok test_annotations (line 268) (cyfunction.__test__) Doctest: cyfunction.__test__.test_annotations (line 268) ... ok test_closure (line 124) (cyfunction.__test__) Doctest: cyfunction.__test__.test_closure (line 124) ... ok test_code (line 199) (cyfunction.__test__) Doctest: cyfunction.__test__.test_code (line 199) ... ok test_dict (line 74) (cyfunction.__test__) Doctest: cyfunction.__test__.test_dict (line 74) ... ok test_doc (line 100) (cyfunction.__test__) Doctest: cyfunction.__test__.test_doc (line 100) ... ok test_globals (line 130) (cyfunction.__test__) Doctest: cyfunction.__test__.test_globals (line 130) ... ok test_hash (line 112) (cyfunction.__test__) Doctest: cyfunction.__test__.test_hash (line 112) ... ok test_name (line 86) (cyfunction.__test__) Doctest: cyfunction.__test__.test_name (line 86) ... ok test_reduce (line 145) (cyfunction.__test__) Doctest: cyfunction.__test__.test_reduce (line 145) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cyfunction_defaults ... test_defaults_fused (line 134) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_fused (line 134) ... ok test_defaults_literal (line 18) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_literal (line 18) ... ok test_defaults_none (line 13) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_none (line 13) ... ok test_defaults_nonliteral (line 33) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_nonliteral (line 33) ... ok test_defaults_nonliteral_func_call (line 70) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_nonliteral_func_call (line 70) ... ok test_dynamic_defaults_fused (line 156) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_dynamic_defaults_fused (line 156) ... ok test_func_default_inlined (line 177) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_func_default_inlined (line 177) ... ok test_func_default_scope (line 197) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_func_default_scope (line 197) ... ok test_func_default_scope_local (line 215) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_func_default_scope_local (line 215) ... ok test_kwdefaults (line 93) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_kwdefaults (line 93) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cyfunction_defaults ... test_defaults_fused (line 134) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_fused (line 134) ... ok test_defaults_literal (line 18) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_literal (line 18) ... ok test_defaults_none (line 13) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_none (line 13) ... ok test_defaults_nonliteral (line 33) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_nonliteral (line 33) ... ok test_defaults_nonliteral_func_call (line 70) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_defaults_nonliteral_func_call (line 70) ... ok test_dynamic_defaults_fused (line 156) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_dynamic_defaults_fused (line 156) ... ok test_func_default_inlined (line 177) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_func_default_inlined (line 177) ... ok test_func_default_scope (line 197) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_func_default_scope (line 197) ... ok test_func_default_scope_local (line 215) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_func_default_scope_local (line 215) ... ok test_kwdefaults (line 93) (cyfunction_defaults.__test__) Doctest: cyfunction_defaults.__test__.test_kwdefaults (line 93) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cython2_bytes ... compare_cs (line 8) (cython2_bytes.__test__) Doctest: cython2_bytes.__test__.compare_cs (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cython2_bytes ... compare_cs (line 8) (cython2_bytes.__test__) Doctest: cython2_bytes.__test__.compare_cs (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cython3 ... cython3 () Doctest: cython3 ... ok annotation_syntax (line 473) (cython3.__test__) Doctest: cython3.__test__.annotation_syntax (line 473) ... ok cdiv_int (line 53) (cython3.__test__) Doctest: cython3.__test__.cdiv_int (line 53) ... ok dict_comp (line 402) (cython3.__test__) Doctest: cython3.__test__.dict_comp (line 402) ... ok dict_iter (line 418) (cython3.__test__) Doctest: cython3.__test__.dict_iter (line 418) ... ok dict_iter_new_dict (line 442) (cython3.__test__) Doctest: cython3.__test__.dict_iter_new_dict (line 442) ... ok except_as_deletes_target_in_gen (line 230) (cython3.__test__) Doctest: cython3.__test__.except_as_deletes_target_in_gen (line 230) ... ok except_as_no_raise_does_not_touch_target (line 98) (cython3.__test__) Doctest: cython3.__test__.except_as_no_raise_does_not_touch_target (line 98) ... ok except_as_raise_deletes_target (line 113) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_deletes_target (line 113) ... ok except_as_raise_deletes_target_even_after_del (line 140) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_deletes_target_even_after_del (line 140) ... ok except_as_raise_deletes_target_on_error (line 173) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_deletes_target_on_error (line 173) ... ok except_as_raise_with_empty_except (line 203) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_with_empty_except (line 203) ... ok exec1_function (line 289) (cython3.__test__) Doctest: cython3.__test__.exec1_function (line 289) ... ok exec2_function (line 278) (cython3.__test__) Doctest: cython3.__test__.exec2_function (line 278) ... ok exec3_function (line 268) (cython3.__test__) Doctest: cython3.__test__.exec3_function (line 268) ... ok genexpr_module_level (line 363) (cython3.__test__) Doctest: cython3.__test__.genexpr_module_level (line 363) ... ok int_literals (line 460) (cython3.__test__) Doctest: cython3.__test__.int_literals (line 460) ... ok list_comp (line 332) (cython3.__test__) Doctest: cython3.__test__.list_comp (line 332) ... ok list_comp_module_level (line 353) (cython3.__test__) Doctest: cython3.__test__.list_comp_module_level (line 353) ... ok list_comp_unknown_type (line 372) (cython3.__test__) Doctest: cython3.__test__.list_comp_unknown_type (line 372) ... ok list_comp_with_lambda (line 342) (cython3.__test__) Doctest: cython3.__test__.list_comp_with_lambda (line 342) ... ok listcomp_as_condition (line 379) (cython3.__test__) Doctest: cython3.__test__.listcomp_as_condition (line 379) ... ok loop_over_unicode_literal (line 322) (cython3.__test__) Doctest: cython3.__test__.loop_over_unicode_literal (line 322) ... ok print_function (line 260) (cython3.__test__) Doctest: cython3.__test__.print_function (line 260) ... ok set_comp (line 392) (cython3.__test__) Doctest: cython3.__test__.set_comp (line 392) ... ok str_type_is_unicode (line 309) (cython3.__test__) Doctest: cython3.__test__.str_type_is_unicode (line 309) ... ok truediv (line 32) (cython3.__test__) Doctest: cython3.__test__.truediv (line 32) ... ok truediv_int (line 42) (cython3.__test__) Doctest: cython3.__test__.truediv_int (line 42) ... ok unicode_literals (line 300) (cython3.__test__) Doctest: cython3.__test__.unicode_literals (line 300) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cython3 ... cython3 () Doctest: cython3 ... ok annotation_syntax (line 473) (cython3.__test__) Doctest: cython3.__test__.annotation_syntax (line 473) ... ok cdiv_int (line 53) (cython3.__test__) Doctest: cython3.__test__.cdiv_int (line 53) ... ok dict_comp (line 402) (cython3.__test__) Doctest: cython3.__test__.dict_comp (line 402) ... ok dict_iter (line 418) (cython3.__test__) Doctest: cython3.__test__.dict_iter (line 418) ... ok dict_iter_new_dict (line 442) (cython3.__test__) Doctest: cython3.__test__.dict_iter_new_dict (line 442) ... ok except_as_deletes_target_in_gen (line 230) (cython3.__test__) Doctest: cython3.__test__.except_as_deletes_target_in_gen (line 230) ... ok except_as_no_raise_does_not_touch_target (line 98) (cython3.__test__) Doctest: cython3.__test__.except_as_no_raise_does_not_touch_target (line 98) ... ok except_as_raise_deletes_target (line 113) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_deletes_target (line 113) ... ok except_as_raise_deletes_target_even_after_del (line 140) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_deletes_target_even_after_del (line 140) ... ok except_as_raise_deletes_target_on_error (line 173) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_deletes_target_on_error (line 173) ... ok except_as_raise_with_empty_except (line 203) (cython3.__test__) Doctest: cython3.__test__.except_as_raise_with_empty_except (line 203) ... ok exec1_function (line 289) (cython3.__test__) Doctest: cython3.__test__.exec1_function (line 289) ... ok exec2_function (line 278) (cython3.__test__) Doctest: cython3.__test__.exec2_function (line 278) ... ok exec3_function (line 268) (cython3.__test__) Doctest: cython3.__test__.exec3_function (line 268) ... ok genexpr_module_level (line 363) (cython3.__test__) Doctest: cython3.__test__.genexpr_module_level (line 363) ... ok int_literals (line 460) (cython3.__test__) Doctest: cython3.__test__.int_literals (line 460) ... ok list_comp (line 332) (cython3.__test__) Doctest: cython3.__test__.list_comp (line 332) ... ok list_comp_module_level (line 353) (cython3.__test__) Doctest: cython3.__test__.list_comp_module_level (line 353) ... ok list_comp_unknown_type (line 372) (cython3.__test__) Doctest: cython3.__test__.list_comp_unknown_type (line 372) ... ok list_comp_with_lambda (line 342) (cython3.__test__) Doctest: cython3.__test__.list_comp_with_lambda (line 342) ... ok listcomp_as_condition (line 379) (cython3.__test__) Doctest: cython3.__test__.listcomp_as_condition (line 379) ... ok loop_over_unicode_literal (line 322) (cython3.__test__) Doctest: cython3.__test__.loop_over_unicode_literal (line 322) ... ok print_function (line 260) (cython3.__test__) Doctest: cython3.__test__.print_function (line 260) ... ok set_comp (line 392) (cython3.__test__) Doctest: cython3.__test__.set_comp (line 392) ... ok str_type_is_unicode (line 309) (cython3.__test__) Doctest: cython3.__test__.str_type_is_unicode (line 309) ... ok truediv (line 32) (cython3.__test__) Doctest: cython3.__test__.truediv (line 32) ... ok truediv_int (line 42) (cython3.__test__) Doctest: cython3.__test__.truediv_int (line 42) ... ok unicode_literals (line 300) (cython3.__test__) Doctest: cython3.__test__.unicode_literals (line 300) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cython_includes ... cpython_cimports (line 16) (cython_includes.__test__) Doctest: cython_includes.__test__.cpython_cimports (line 16) ... ok libc_cimports (line 7) (cython_includes.__test__) Doctest: cython_includes.__test__.libc_cimports (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cython_includes ... cpython_cimports (line 16) (cython_includes.__test__) Doctest: cython_includes.__test__.cpython_cimports (line 16) ... ok libc_cimports (line 7) (cython_includes.__test__) Doctest: cython_includes.__test__.libc_cimports (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running cythonscope ... test_cdef_class_cython_utility (line 47) (cythonscope.__test__) Doctest: cythonscope.__test__.test_cdef_class_cython_utility (line 47) ... ok test_cdef_cython_utility (line 34) (cythonscope.__test__) Doctest: cythonscope.__test__.test_cdef_cython_utility (line 34) ... ok test_cython_utility_dep (line 136) (cythonscope.__test__) Doctest: cythonscope.__test__.test_cython_utility_dep (line 136) ... ok test_extclass_c_methods (line 68) (cythonscope.__test__) Doctest: cythonscope.__test__.test_extclass_c_methods (line 68) ... ok test_extclass_cython_methods (line 103) (cythonscope.__test__) Doctest: cythonscope.__test__.test_extclass_cython_methods (line 103) ... ok viewobjs (line 151) (cythonscope.__test__) Doctest: cythonscope.__test__.viewobjs (line 151) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cythonscope ... test_cdef_class_cython_utility (line 47) (cythonscope.__test__) Doctest: cythonscope.__test__.test_cdef_class_cython_utility (line 47) ... ok test_cdef_cython_utility (line 34) (cythonscope.__test__) Doctest: cythonscope.__test__.test_cdef_cython_utility (line 34) ... ok test_cython_utility_dep (line 136) (cythonscope.__test__) Doctest: cythonscope.__test__.test_cython_utility_dep (line 136) ... ok test_extclass_c_methods (line 68) (cythonscope.__test__) Doctest: cythonscope.__test__.test_extclass_c_methods (line 68) ... ok test_extclass_cython_methods (line 103) (cythonscope.__test__) Doctest: cythonscope.__test__.test_extclass_cython_methods (line 103) ... ok viewobjs (line 151) (cythonscope.__test__) Doctest: cythonscope.__test__.viewobjs (line 151) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running datetime_cimport ... test_date (line 8) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_date (line 8) ... ok test_datetime (line 26) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_datetime (line 26) ... ok test_time (line 17) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_time (line 17) ... ok test_timedelta (line 35) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_timedelta (line 35) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running datetime_cimport ... test_date (line 8) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_date (line 8) ... ok test_datetime (line 26) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_datetime (line 26) ... ok test_time (line 17) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_time (line 17) ... ok test_timedelta (line 35) (datetime_cimport.__test__) Doctest: datetime_cimport.__test__.test_timedelta (line 35) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running datetime_members ... test_date (line 13) (datetime_members.__test__) Doctest: datetime_members.__test__.test_date (line 13) ... ok test_datetime (line 23) (datetime_members.__test__) Doctest: datetime_members.__test__.test_datetime (line 23) ... ok test_time (line 38) (datetime_members.__test__) Doctest: datetime_members.__test__.test_time (line 38) ... ok test_timedelta (line 49) (datetime_members.__test__) Doctest: datetime_members.__test__.test_timedelta (line 49) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running datetime_members ... test_date (line 13) (datetime_members.__test__) Doctest: datetime_members.__test__.test_date (line 13) ... ok test_datetime (line 23) (datetime_members.__test__) Doctest: datetime_members.__test__.test_datetime (line 23) ... ok test_time (line 38) (datetime_members.__test__) Doctest: datetime_members.__test__.test_time (line 38) ... ok test_timedelta (line 49) (datetime_members.__test__) Doctest: datetime_members.__test__.test_timedelta (line 49) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running datetime_pxd ... do_date (line 41) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_date (line 41) ... ok do_datetime (line 49) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_datetime (line 49) ... ok do_datetime_tzinfo (line 82) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_datetime_tzinfo (line 82) ... ok do_datetime_tzinfo2 (line 130) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_datetime_tzinfo2 (line 130) ... ok do_time (line 60) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_time (line 60) ... ok do_time_tzinfo (line 70) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_time_tzinfo (line 70) ... ok do_time_tzinfo2 (line 94) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_time_tzinfo2 (line 94) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running datetime_pxd ... do_date (line 41) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_date (line 41) ... ok do_datetime (line 49) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_datetime (line 49) ... ok do_datetime_tzinfo (line 82) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_datetime_tzinfo (line 82) ... ok do_datetime_tzinfo2 (line 130) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_datetime_tzinfo2 (line 130) ... ok do_time (line 60) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_time (line 60) ... ok do_time_tzinfo (line 70) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_time_tzinfo (line 70) ... ok do_time_tzinfo2 (line 94) (datetime_pxd.__test__) Doctest: datetime_pxd.__test__.do_time_tzinfo2 (line 94) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running decorator_lambda ... TestClassDecorator (decorator_lambda) Doctest: decorator_lambda.TestClassDecorator ... ok test_function (line 19) (decorator_lambda.__test__) Doctest: decorator_lambda.__test__.test_function (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running decorator_lambda ... TestClassDecorator (decorator_lambda) Doctest: decorator_lambda.TestClassDecorator ... ok test_function (line 19) (decorator_lambda.__test__) Doctest: decorator_lambda.__test__.test_function (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running decorators ... decorators () Doctest: decorators ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running decorators ... decorators () Doctest: decorators ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running decorators_T593 ... decorators_T593 () Doctest: decorators_T593 ... ok Bar (decorators_T593) Doctest: decorators_T593.Bar ... ok class_in_closure (line 56) (decorators_T593.__test__) Doctest: decorators_T593.__test__.class_in_closure (line 56) ... ok class_not_in_closure (line 82) (decorators_T593.__test__) Doctest: decorators_T593.__test__.class_not_in_closure (line 82) ... ok wrapped_func (line 44) (decorators_T593.__test__) Doctest: decorators_T593.__test__.wrapped_func (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running decorators_T593 ... decorators_T593 () Doctest: decorators_T593 ... ok Bar (decorators_T593) Doctest: decorators_T593.Bar ... ok class_in_closure (line 56) (decorators_T593.__test__) Doctest: decorators_T593.__test__.class_in_closure (line 56) ... ok class_not_in_closure (line 82) (decorators_T593.__test__) Doctest: decorators_T593.__test__.class_not_in_closure (line 82) ... ok wrapped_func (line 44) (decorators_T593.__test__) Doctest: decorators_T593.__test__.wrapped_func (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running decorators_py_T593 ... decorators_py_T593 () Doctest: decorators_py_T593 ... ok class_in_closure (line 45) (decorators_py_T593.__test__) Doctest: decorators_py_T593.__test__.class_in_closure (line 45) ... ok class_not_in_closure (line 71) (decorators_py_T593.__test__) Doctest: decorators_py_T593.__test__.class_not_in_closure (line 71) ... ok wrapped_func (line 33) (decorators_py_T593.__test__) Doctest: decorators_py_T593.__test__.wrapped_func (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running decorators_py_T593 ... decorators_py_T593 () Doctest: decorators_py_T593 ... ok class_in_closure (line 45) (decorators_py_T593.__test__) Doctest: decorators_py_T593.__test__.class_in_closure (line 45) ... ok class_not_in_closure (line 71) (decorators_py_T593.__test__) Doctest: decorators_py_T593.__test__.class_not_in_closure (line 71) ... ok wrapped_func (line 33) (decorators_py_T593.__test__) Doctest: decorators_py_T593.__test__.wrapped_func (line 33) ... ok run (__main__.PureDoctestTestCase) running pure doctests in decorators_py_T593 ... pure_doctest__decorators_py_T593 () Doctest: pure_doctest__decorators_py_T593 ... ok class_in_closure (pure_doctest__decorators_py_T593) Doctest: pure_doctest__decorators_py_T593.class_in_closure ... ok class_not_in_closure (pure_doctest__decorators_py_T593) Doctest: pure_doctest__decorators_py_T593.class_not_in_closure ... ok wrapped_func (pure_doctest__decorators_py_T593) Doctest: pure_doctest__decorators_py_T593.wrapped_func ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running default_args_T674 ... test_inner (line 4) (default_args_T674.__test__) Doctest: default_args_T674.__test__.test_inner (line 4) ... ok test_lambda (line 17) (default_args_T674.__test__) Doctest: default_args_T674.__test__.test_lambda (line 17) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running default_args_T674 ... test_inner (line 4) (default_args_T674.__test__) Doctest: default_args_T674.__test__.test_inner (line 4) ... ok test_lambda (line 17) (default_args_T674.__test__) Doctest: default_args_T674.__test__.test_lambda (line 17) ... ok run (__main__.PureDoctestTestCase) running pure doctests in default_args_T674 ... test_inner (pure_doctest__default_args_T674) Doctest: pure_doctest__default_args_T674.test_inner ... ok test_lambda (pure_doctest__default_args_T674) Doctest: pure_doctest__default_args_T674.test_lambda ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running defnode_err_val ... test_errval (line 8) (defnode_err_val.__test__) Doctest: defnode_err_val.__test__.test_errval (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running defnode_err_val ... test_errval (line 8) (defnode_err_val.__test__) Doctest: defnode_err_val.__test__.test_errval (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running delete ... A (delete) Doctest: delete.A ... ok del_dict (line 33) (delete.__test__) Doctest: delete.__test__.del_dict (line 33) ... ok del_dict_from_literal (line 42) (delete.__test__) Doctest: delete.__test__.del_dict_from_literal (line 42) ... ok del_int (line 59) (delete.__test__) Doctest: delete.__test__.del_int (line 59) ... ok del_item (line 22) (delete.__test__) Doctest: delete.__test__.del_item (line 22) ... ok del_list (line 51) (delete.__test__) Doctest: delete.__test__.del_list (line 51) ... ok del_list_int (line 69) (delete.__test__) Doctest: delete.__test__.del_list_int (line 69) ... ok del_local (line 97) (delete.__test__) Doctest: delete.__test__.del_local (line 97) ... ok del_seq (line 104) (delete.__test__) Doctest: delete.__test__.del_seq (line 104) ... ok del_temp_slice (line 77) (delete.__test__) Doctest: delete.__test__.del_temp_slice (line 77) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running delete ... A (delete) Doctest: delete.A ... ok del_dict (line 33) (delete.__test__) Doctest: delete.__test__.del_dict (line 33) ... ok del_dict_from_literal (line 42) (delete.__test__) Doctest: delete.__test__.del_dict_from_literal (line 42) ... ok del_int (line 59) (delete.__test__) Doctest: delete.__test__.del_int (line 59) ... ok del_item (line 22) (delete.__test__) Doctest: delete.__test__.del_item (line 22) ... ok del_list (line 51) (delete.__test__) Doctest: delete.__test__.del_list (line 51) ... ok del_list_int (line 69) (delete.__test__) Doctest: delete.__test__.del_list_int (line 69) ... ok del_local (line 97) (delete.__test__) Doctest: delete.__test__.del_local (line 97) ... ok del_seq (line 104) (delete.__test__) Doctest: delete.__test__.del_seq (line 104) ... ok del_temp_slice (line 77) (delete.__test__) Doctest: delete.__test__.del_temp_slice (line 77) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running delslice ... del_constant_start_stop (line 4) (delslice.__test__) Doctest: delslice.__test__.del_constant_start_stop (line 4) ... ok del_start (line 18) (delslice.__test__) Doctest: delslice.__test__.del_start (line 18) ... ok del_start_stop (line 90) (delslice.__test__) Doctest: delslice.__test__.del_start_stop (line 90) ... ok del_stop (line 54) (delslice.__test__) Doctest: delslice.__test__.del_stop (line 54) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running delslice ... del_constant_start_stop (line 4) (delslice.__test__) Doctest: delslice.__test__.del_constant_start_stop (line 4) ... ok del_start (line 18) (delslice.__test__) Doctest: delslice.__test__.del_start (line 18) ... ok del_start_stop (line 90) (delslice.__test__) Doctest: delslice.__test__.del_start_stop (line 90) ... ok del_stop (line 54) (delslice.__test__) Doctest: delslice.__test__.del_stop (line 54) ... ok run (__main__.PureDoctestTestCase) running pure doctests in delslice ... del_constant_start_stop (pure_doctest__delslice) Doctest: pure_doctest__delslice.del_constant_start_stop ... ok del_start (pure_doctest__delslice) Doctest: pure_doctest__delslice.del_start ... ok del_start_stop (pure_doctest__delslice) Doctest: pure_doctest__delslice.del_start_stop ... ok del_stop (pure_doctest__delslice) Doctest: pure_doctest__delslice.del_stop ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dict ... constant (line 38) (dict.__test__) Doctest: dict.__test__.constant (line 38) ... ok dict_call (line 50) (dict.__test__) Doctest: dict.__test__.dict_call (line 50) ... ok dict_call_dict (line 60) (dict.__test__) Doctest: dict.__test__.dict_call_dict (line 60) ... ok dict_call_kwargs (line 70) (dict.__test__) Doctest: dict.__test__.dict_call_kwargs (line 70) ... ok empty (line 6) (dict.__test__) Doctest: dict.__test__.empty (line 6) ... ok item_creation_sideeffect (line 96) (dict.__test__) Doctest: dict.__test__.item_creation_sideeffect (line 96) ... ok items_of_dict_call (line 86) (dict.__test__) Doctest: dict.__test__.items_of_dict_call (line 86) ... ok keyvalue (line 14) (dict.__test__) Doctest: dict.__test__.keyvalue (line 14) ... ok keyvalues (line 22) (dict.__test__) Doctest: dict.__test__.keyvalues (line 22) ... ok keyvalues2 (line 30) (dict.__test__) Doctest: dict.__test__.keyvalues2 (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dict ... constant (line 38) (dict.__test__) Doctest: dict.__test__.constant (line 38) ... ok dict_call (line 50) (dict.__test__) Doctest: dict.__test__.dict_call (line 50) ... ok dict_call_dict (line 60) (dict.__test__) Doctest: dict.__test__.dict_call_dict (line 60) ... ok dict_call_kwargs (line 70) (dict.__test__) Doctest: dict.__test__.dict_call_kwargs (line 70) ... ok empty (line 6) (dict.__test__) Doctest: dict.__test__.empty (line 6) ... ok item_creation_sideeffect (line 96) (dict.__test__) Doctest: dict.__test__.item_creation_sideeffect (line 96) ... ok items_of_dict_call (line 86) (dict.__test__) Doctest: dict.__test__.items_of_dict_call (line 86) ... ok keyvalue (line 14) (dict.__test__) Doctest: dict.__test__.keyvalue (line 14) ... ok keyvalues (line 22) (dict.__test__) Doctest: dict.__test__.keyvalues (line 22) ... ok keyvalues2 (line 30) (dict.__test__) Doctest: dict.__test__.keyvalues2 (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dict_get ... get (line 6) (dict_get.__test__) Doctest: dict_get.__test__.get (line 6) ... ok get_default (line 49) (dict_get.__test__) Doctest: dict_get.__test__.get_default (line 49) ... ok get_in_condition (line 84) (dict_get.__test__) Doctest: dict_get.__test__.get_in_condition (line 84) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dict_get ... get (line 6) (dict_get.__test__) Doctest: dict_get.__test__.get (line 6) ... ok get_default (line 49) (dict_get.__test__) Doctest: dict_get.__test__.get_default (line 49) ... ok get_in_condition (line 84) (dict_get.__test__) Doctest: dict_get.__test__.get_in_condition (line 84) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dict_getitem ... getitem_in_condition (line 57) (dict_getitem.__test__) Doctest: dict_getitem.__test__.getitem_in_condition (line 57) ... ok getitem_not_none (line 66) (dict_getitem.__test__) Doctest: dict_getitem.__test__.getitem_not_none (line 66) ... ok getitem_tuple (line 49) (dict_getitem.__test__) Doctest: dict_getitem.__test__.getitem_tuple (line 49) ... ok test (line 6) (dict_getitem.__test__) Doctest: dict_getitem.__test__.test (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dict_getitem ... getitem_in_condition (line 57) (dict_getitem.__test__) Doctest: dict_getitem.__test__.getitem_in_condition (line 57) ... ok getitem_not_none (line 66) (dict_getitem.__test__) Doctest: dict_getitem.__test__.getitem_not_none (line 66) ... ok getitem_tuple (line 49) (dict_getitem.__test__) Doctest: dict_getitem.__test__.getitem_tuple (line 49) ... ok test (line 6) (dict_getitem.__test__) Doctest: dict_getitem.__test__.test (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dict_iter_unpack ... iteritems_unpack (line 4) (dict_iter_unpack.__test__) Doctest: dict_iter_unpack.__test__.iteritems_unpack (line 4) ... ok itervalues_unpack (line 12) (dict_iter_unpack.__test__) Doctest: dict_iter_unpack.__test__.itervalues_unpack (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dict_iter_unpack ... iteritems_unpack (line 4) (dict_iter_unpack.__test__) Doctest: dict_iter_unpack.__test__.iteritems_unpack (line 4) ... ok itervalues_unpack (line 12) (dict_iter_unpack.__test__) Doctest: dict_iter_unpack.__test__.itervalues_unpack (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dict_setdefault ... setdefault1 (line 28) (dict_setdefault.__test__) Doctest: dict_setdefault.__test__.setdefault1 (line 28) ... ok setdefault2 (line 73) (dict_setdefault.__test__) Doctest: dict_setdefault.__test__.setdefault2 (line 73) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dict_setdefault ... setdefault1 (line 28) (dict_setdefault.__test__) Doctest: dict_setdefault.__test__.setdefault1 (line 28) ... ok setdefault2 (line 73) (dict_setdefault.__test__) Doctest: dict_setdefault.__test__.setdefault2 (line 73) ... ok run (__main__.PureDoctestTestCase) running pure doctests in dict_setdefault ... setdefault1 (pure_doctest__dict_setdefault) Doctest: pure_doctest__dict_setdefault.setdefault1 ... ok setdefault2 (pure_doctest__dict_setdefault) Doctest: pure_doctest__dict_setdefault.setdefault2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dict_values_in_expression ... values_in_expression (line 2) (dict_values_in_expression.__test__) Doctest: dict_values_in_expression.__test__.values_in_expression (line 2) ... ok values_of_expression (line 13) (dict_values_in_expression.__test__) Doctest: dict_values_in_expression.__test__.values_of_expression (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dict_values_in_expression ... values_in_expression (line 2) (dict_values_in_expression.__test__) Doctest: dict_values_in_expression.__test__.values_in_expression (line 2) ... ok values_of_expression (line 13) (dict_values_in_expression.__test__) Doctest: dict_values_in_expression.__test__.values_of_expression (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dictcomp ... dictcomp (line 4) (dictcomp.__test__) Doctest: dictcomp.__test__.dictcomp (line 4) ... ok genexpr (line 21) (dictcomp.__test__) Doctest: dictcomp.__test__.genexpr (line 21) ... ok iterdict_dictcomp (line 48) (dictcomp.__test__) Doctest: dictcomp.__test__.iterdict_dictcomp (line 48) ... ok typed_dictcomp (line 40) (dictcomp.__test__) Doctest: dictcomp.__test__.typed_dictcomp (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dictcomp ... dictcomp (line 4) (dictcomp.__test__) Doctest: dictcomp.__test__.dictcomp (line 4) ... ok genexpr (line 21) (dictcomp.__test__) Doctest: dictcomp.__test__.genexpr (line 21) ... ok iterdict_dictcomp (line 48) (dictcomp.__test__) Doctest: dictcomp.__test__.iterdict_dictcomp (line 48) ... ok typed_dictcomp (line 40) (dictcomp.__test__) Doctest: dictcomp.__test__.typed_dictcomp (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dictintindex ... test_del_char (line 155) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_char (line 155) ... ok test_del_int (line 177) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_int (line 177) ... ok test_del_longlong (line 199) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_longlong (line 199) ... ok test_del_longlong_big (line 221) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_longlong_big (line 221) ... ok test_del_uchar (line 166) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_uchar (line 166) ... ok test_del_uint (line 188) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_uint (line 188) ... ok test_del_ulonglong (line 210) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_ulonglong (line 210) ... ok test_del_ulonglong_big (line 234) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_ulonglong_big (line 234) ... ok test_get_char_neg (line 1) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_char_neg (line 1) ... ok test_get_char_pos (line 20) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_char_pos (line 20) ... ok test_get_char_zero (line 12) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_char_zero (line 12) ... ok test_get_int_neg (line 48) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_int_neg (line 48) ... ok test_get_int_pos (line 64) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_int_pos (line 64) ... ok test_get_int_zero (line 56) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_int_zero (line 56) ... ok test_get_longlong_big (line 116) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_big (line 116) ... ok test_get_longlong_neg (line 92) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_neg (line 92) ... ok test_get_longlong_pos (line 108) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_pos (line 108) ... ok test_get_longlong_zero (line 100) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_zero (line 100) ... ok test_get_uchar_pos (line 38) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uchar_pos (line 38) ... ok test_get_uchar_zero (line 30) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uchar_zero (line 30) ... ok test_get_uint_pos (line 82) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uint_pos (line 82) ... ok test_get_uint_zero (line 74) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uint_zero (line 74) ... ok test_get_ulonglong_big (line 143) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_ulonglong_big (line 143) ... ok test_get_ulonglong_pos (line 135) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_ulonglong_pos (line 135) ... ok test_get_ulonglong_zero (line 127) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_ulonglong_zero (line 127) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dictintindex ... test_del_char (line 155) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_char (line 155) ... ok test_del_int (line 177) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_int (line 177) ... ok test_del_longlong (line 199) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_longlong (line 199) ... ok test_del_longlong_big (line 221) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_longlong_big (line 221) ... ok test_del_uchar (line 166) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_uchar (line 166) ... ok test_del_uint (line 188) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_uint (line 188) ... ok test_del_ulonglong (line 210) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_ulonglong (line 210) ... ok test_del_ulonglong_big (line 234) (dictintindex.__test__) Doctest: dictintindex.__test__.test_del_ulonglong_big (line 234) ... ok test_get_char_neg (line 1) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_char_neg (line 1) ... ok test_get_char_pos (line 20) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_char_pos (line 20) ... ok test_get_char_zero (line 12) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_char_zero (line 12) ... ok test_get_int_neg (line 48) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_int_neg (line 48) ... ok test_get_int_pos (line 64) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_int_pos (line 64) ... ok test_get_int_zero (line 56) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_int_zero (line 56) ... ok test_get_longlong_big (line 116) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_big (line 116) ... ok test_get_longlong_neg (line 92) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_neg (line 92) ... ok test_get_longlong_pos (line 108) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_pos (line 108) ... ok test_get_longlong_zero (line 100) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_longlong_zero (line 100) ... ok test_get_uchar_pos (line 38) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uchar_pos (line 38) ... ok test_get_uchar_zero (line 30) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uchar_zero (line 30) ... ok test_get_uint_pos (line 82) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uint_pos (line 82) ... ok test_get_uint_zero (line 74) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_uint_zero (line 74) ... ok test_get_ulonglong_big (line 143) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_ulonglong_big (line 143) ... ok test_get_ulonglong_pos (line 135) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_ulonglong_pos (line 135) ... ok test_get_ulonglong_zero (line 127) (dictintindex.__test__) Doctest: dictintindex.__test__.test_get_ulonglong_zero (line 127) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dietachmayer1 ... test (line 1) (dietachmayer1.__test__) Doctest: dietachmayer1.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dietachmayer1 ... test (line 1) (dietachmayer1.__test__) Doctest: dietachmayer1.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running directive_locals_in_pxd ... test_pxd_locals (line 21) (directive_locals_in_pxd.__test__) Doctest: directive_locals_in_pxd.__test__.test_pxd_locals (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running directive_locals_in_pxd ... test_pxd_locals (line 21) (directive_locals_in_pxd.__test__) Doctest: directive_locals_in_pxd.__test__.test_pxd_locals (line 21) ... ok run (__main__.PureDoctestTestCase) running pure doctests in directive_locals_in_pxd ... test_pxd_locals (pure_doctest__directive_locals_in_pxd) Doctest: pure_doctest__directive_locals_in_pxd.test_pxd_locals ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running division_T384 ... division_T384 () Doctest: division_T384 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running division_T384 ... division_T384 () Doctest: division_T384 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running double_dealloc_T796 ... double_dealloc_T796 () Doctest: double_dealloc_T796 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running double_dealloc_T796 ... double_dealloc_T796 () Doctest: double_dealloc_T796 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running duplicate_keyword_in_call ... test_call (line 8) (duplicate_keyword_in_call.__test__) Doctest: duplicate_keyword_in_call.__test__.test_call (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running duplicate_keyword_in_call ... test_call (line 8) (duplicate_keyword_in_call.__test__) Doctest: duplicate_keyword_in_call.__test__.test_call (line 8) ... ok run (__main__.PureDoctestTestCase) running pure doctests in duplicate_keyword_in_call ... test_call (pure_doctest__duplicate_keyword_in_call) Doctest: pure_doctest__duplicate_keyword_in_call.test_call ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running dynamic_args ... test_exttype_args (line 13) (dynamic_args.__test__) Doctest: dynamic_args.__test__.test_exttype_args (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running dynamic_args ... test_exttype_args (line 13) (dynamic_args.__test__) Doctest: dynamic_args.__test__.test_exttype_args (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ellipsis_T488 ... ellipsis_T488 () Doctest: ellipsis_T488 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ellipsis_T488 ... ellipsis_T488 () Doctest: ellipsis_T488 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running embedsignatures ... embedsignatures () Doctest: embedsignatures ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running embedsignatures ... embedsignatures () Doctest: embedsignatures ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running empty_builtin_constructors ... _bool (line 7) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._bool (line 7) ... ok _bytes (line 42) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._bytes (line 42) ... ok _complex (line 35) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._complex (line 35) ... ok _dict (line 77) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._dict (line 77) ... ok _float (line 28) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._float (line 28) ... ok _frozenset (line 95) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._frozenset (line 95) ... ok _int (line 14) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._int (line 14) ... ok _list (line 70) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._list (line 70) ... ok _long (line 21) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._long (line 21) ... ok _set (line 86) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._set (line 86) ... ok _str (line 49) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._str (line 49) ... ok _tuple (line 63) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._tuple (line 63) ... ok _unicode (line 56) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._unicode (line 56) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running empty_builtin_constructors ... _bool (line 7) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._bool (line 7) ... ok _bytes (line 42) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._bytes (line 42) ... ok _complex (line 35) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._complex (line 35) ... ok _dict (line 77) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._dict (line 77) ... ok _float (line 28) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._float (line 28) ... ok _frozenset (line 95) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._frozenset (line 95) ... ok _int (line 14) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._int (line 14) ... ok _list (line 70) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._list (line 70) ... ok _long (line 21) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._long (line 21) ... ok _set (line 86) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._set (line 86) ... ok _str (line 49) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._str (line 49) ... ok _tuple (line 63) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._tuple (line 63) ... ok _unicode (line 56) (empty_builtin_constructors.__test__) Doctest: empty_builtin_constructors.__test__._unicode (line 56) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running empty_declarators ... zed (line 1) (empty_declarators.__test__) Doctest: empty_declarators.__test__.zed (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running empty_declarators ... zed (line 1) (empty_declarators.__test__) Doctest: empty_declarators.__test__.zed (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running empty_for_loop_T208 ... go_c_empty (line 13) (empty_for_loop_T208.__test__) Doctest: empty_for_loop_T208.__test__.go_c_empty (line 13) ... ok go_py_empty (line 3) (empty_for_loop_T208.__test__) Doctest: empty_for_loop_T208.__test__.go_py_empty (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running empty_for_loop_T208 ... go_c_empty (line 13) (empty_for_loop_T208.__test__) Doctest: empty_for_loop_T208.__test__.go_c_empty (line 13) ... ok go_py_empty (line 3) (empty_for_loop_T208.__test__) Doctest: empty_for_loop_T208.__test__.go_py_empty (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running enumboolctx ... enum_boolctx (line 5) (enumboolctx.__test__) Doctest: enumboolctx.__test__.enum_boolctx (line 5) ... ok extern_enum_false (line 21) (enumboolctx.__test__) Doctest: enumboolctx.__test__.extern_enum_false (line 21) ... ok extern_enum_false_true (line 35) (enumboolctx.__test__) Doctest: enumboolctx.__test__.extern_enum_false_true (line 35) ... ok extern_enum_true (line 28) (enumboolctx.__test__) Doctest: enumboolctx.__test__.extern_enum_true (line 28) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running enumboolctx ... enum_boolctx (line 5) (enumboolctx.__test__) Doctest: enumboolctx.__test__.enum_boolctx (line 5) ... ok extern_enum_false (line 21) (enumboolctx.__test__) Doctest: enumboolctx.__test__.extern_enum_false (line 21) ... ok extern_enum_false_true (line 35) (enumboolctx.__test__) Doctest: enumboolctx.__test__.extern_enum_false_true (line 35) ... ok extern_enum_true (line 28) (enumboolctx.__test__) Doctest: enumboolctx.__test__.extern_enum_true (line 28) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running enumerate_T316 ... c_enumerate_carray_target (line 56) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.c_enumerate_carray_target (line 56) ... ok convert_target_enumerate (line 204) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.convert_target_enumerate (line 204) ... ok convert_target_enumerate_start (line 216) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.convert_target_enumerate_start (line 216) ... ok empty_c_enumerate (line 144) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.empty_c_enumerate (line 144) ... ok go_c_enumerate (line 43) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_c_enumerate (line 43) ... ok go_c_enumerate_step (line 70) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_c_enumerate_step (line 70) ... ok go_py_enumerate (line 6) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_py_enumerate (line 6) ... ok go_py_enumerate_start (line 31) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_py_enumerate_start (line 31) ... ok multi_c_enumerate (line 191) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.multi_c_enumerate (line 191) ... ok multi_enumerate (line 167) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.multi_enumerate (line 167) ... ok multi_enumerate_start (line 179) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.multi_enumerate_start (line 179) ... ok py_enumerate_break (line 101) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_break (line 101) ... ok py_enumerate_continue (line 128) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_continue (line 128) ... ok py_enumerate_dict (line 82) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_dict (line 82) ... ok py_enumerate_list_index_target (line 18) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_list_index_target (line 18) ... ok py_enumerate_return (line 114) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_return (line 114) ... ok single_target_enumerate (line 155) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.single_target_enumerate (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running enumerate_T316 ... c_enumerate_carray_target (line 56) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.c_enumerate_carray_target (line 56) ... ok convert_target_enumerate (line 204) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.convert_target_enumerate (line 204) ... ok convert_target_enumerate_start (line 216) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.convert_target_enumerate_start (line 216) ... ok empty_c_enumerate (line 144) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.empty_c_enumerate (line 144) ... ok go_c_enumerate (line 43) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_c_enumerate (line 43) ... ok go_c_enumerate_step (line 70) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_c_enumerate_step (line 70) ... ok go_py_enumerate (line 6) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_py_enumerate (line 6) ... ok go_py_enumerate_start (line 31) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.go_py_enumerate_start (line 31) ... ok multi_c_enumerate (line 191) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.multi_c_enumerate (line 191) ... ok multi_enumerate (line 167) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.multi_enumerate (line 167) ... ok multi_enumerate_start (line 179) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.multi_enumerate_start (line 179) ... ok py_enumerate_break (line 101) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_break (line 101) ... ok py_enumerate_continue (line 128) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_continue (line 128) ... ok py_enumerate_dict (line 82) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_dict (line 82) ... ok py_enumerate_list_index_target (line 18) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_list_index_target (line 18) ... ok py_enumerate_return (line 114) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.py_enumerate_return (line 114) ... ok single_target_enumerate (line 155) (enumerate_T316.__test__) Doctest: enumerate_T316.__test__.single_target_enumerate (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running eval ... eval_class_scope (line 13) (eval.__test__) Doctest: eval.__test__.eval_class_scope (line 13) ... ok eval_locals (line 24) (eval.__test__) Doctest: eval.__test__.eval_locals (line 24) ... ok eval_simple (line 6) (eval.__test__) Doctest: eval.__test__.eval_simple (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running eval ... eval_class_scope (line 13) (eval.__test__) Doctest: eval.__test__.eval_class_scope (line 13) ... ok eval_locals (line 24) (eval.__test__) Doctest: eval.__test__.eval_locals (line 24) ... ok eval_simple (line 6) (eval.__test__) Doctest: eval.__test__.eval_simple (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exarkun ... exarkun () Doctest: exarkun ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exarkun ... exarkun () Doctest: exarkun ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exceptionpropagation ... foo (line 8) (exceptionpropagation.__test__) Doctest: exceptionpropagation.__test__.foo (line 8) ... ok test_except_big_result (line 36) (exceptionpropagation.__test__) Doctest: exceptionpropagation.__test__.test_except_big_result (line 36) ... ok test_except_expr (line 22) (exceptionpropagation.__test__) Doctest: exceptionpropagation.__test__.test_except_expr (line 22) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exceptionpropagation ... foo (line 8) (exceptionpropagation.__test__) Doctest: exceptionpropagation.__test__.foo (line 8) ... ok test_except_big_result (line 36) (exceptionpropagation.__test__) Doctest: exceptionpropagation.__test__.test_except_big_result (line 36) ... ok test_except_expr (line 22) (exceptionpropagation.__test__) Doctest: exceptionpropagation.__test__.test_except_expr (line 22) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exceptionrefcount ... exceptionrefcount () Doctest: exceptionrefcount ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exceptionrefcount ... exceptionrefcount () Doctest: exceptionrefcount ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exceptions_nogil ... test_bar (line 112) (exceptions_nogil.__test__) Doctest: exceptions_nogil.__test__.test_bar (line 112) ... ok test_foo (line 12) (exceptions_nogil.__test__) Doctest: exceptions_nogil.__test__.test_foo (line 12) ... ok test_spam (line 212) (exceptions_nogil.__test__) Doctest: exceptions_nogil.__test__.test_spam (line 212) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exceptions_nogil ... test_bar (line 112) (exceptions_nogil.__test__) Doctest: exceptions_nogil.__test__.test_bar (line 112) ... ok test_foo (line 12) (exceptions_nogil.__test__) Doctest: exceptions_nogil.__test__.test_foo (line 12) ... ok test_spam (line 212) (exceptions_nogil.__test__) Doctest: exceptions_nogil.__test__.test_spam (line 212) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exec_noargs ... exec_func_scope (line 12) (exec_noargs.__test__) Doctest: exec_noargs.__test__.exec_func_scope (line 12) ... ok exec_module_scope (line 6) (exec_noargs.__test__) Doctest: exec_noargs.__test__.exec_module_scope (line 6) ... ok exec_pyclass_scope (line 21) (exec_noargs.__test__) Doctest: exec_noargs.__test__.exec_pyclass_scope (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exec_noargs ... exec_func_scope (line 12) (exec_noargs.__test__) Doctest: exec_noargs.__test__.exec_func_scope (line 12) ... ok exec_module_scope (line 6) (exec_noargs.__test__) Doctest: exec_noargs.__test__.exec_module_scope (line 6) ... ok exec_pyclass_scope (line 21) (exec_noargs.__test__) Doctest: exec_noargs.__test__.exec_pyclass_scope (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exectest ... exec_invalid_type (line 141) (exectest.__test__) Doctest: exectest.__test__.exec_invalid_type (line 141) ... ok test_compile (line 131) (exectest.__test__) Doctest: exectest.__test__.test_compile (line 131) ... ok test_def (line 89) (exectest.__test__) Doctest: exectest.__test__.test_def (line 89) ... ok test_dict_scope1 (line 15) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope1 (line 15) ... ok test_dict_scope2 (line 24) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope2 (line 24) ... ok test_dict_scope3 (line 33) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope3 (line 33) ... ok test_dict_scope_ref (line 52) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope_ref (line 52) ... ok test_dict_scope_tuple2 (line 71) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope_tuple2 (line 71) ... ok test_dict_scope_tuple3 (line 80) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope_tuple3 (line 80) ... ok test_encoding (line 105) (exectest.__test__) Doctest: exectest.__test__.test_encoding (line 105) ... ok test_encoding_unicode (line 118) (exectest.__test__) Doctest: exectest.__test__.test_encoding_unicode (line 118) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exectest ... exec_invalid_type (line 141) (exectest.__test__) Doctest: exectest.__test__.exec_invalid_type (line 141) ... ok test_compile (line 131) (exectest.__test__) Doctest: exectest.__test__.test_compile (line 131) ... ok test_def (line 89) (exectest.__test__) Doctest: exectest.__test__.test_def (line 89) ... ok test_dict_scope1 (line 15) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope1 (line 15) ... ok test_dict_scope2 (line 24) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope2 (line 24) ... ok test_dict_scope3 (line 33) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope3 (line 33) ... ok test_dict_scope_ref (line 52) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope_ref (line 52) ... ok test_dict_scope_tuple2 (line 71) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope_tuple2 (line 71) ... ok test_dict_scope_tuple3 (line 80) (exectest.__test__) Doctest: exectest.__test__.test_dict_scope_tuple3 (line 80) ... ok test_encoding (line 105) (exectest.__test__) Doctest: exectest.__test__.test_encoding (line 105) ... ok test_encoding_unicode (line 118) (exectest.__test__) Doctest: exectest.__test__.test_encoding_unicode (line 118) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ext_attr_assign ... assign_A (line 15) (ext_attr_assign.__test__.A) Doctest: ext_attr_assign.__test__.A.assign_A (line 15) ... ok assign_A_struct (line 29) (ext_attr_assign.__test__.A) Doctest: ext_attr_assign.__test__.A.assign_A_struct (line 29) ... ok assign_B (line 58) (ext_attr_assign.__test__.B) Doctest: ext_attr_assign.__test__.B.assign_B (line 58) ... ok cascaded_assign_B (line 95) (ext_attr_assign.__test__.B) Doctest: ext_attr_assign.__test__.B.cascaded_assign_B (line 95) ... ok cross_assign_Ba (line 82) (ext_attr_assign.__test__.B) Doctest: ext_attr_assign.__test__.B.cross_assign_Ba (line 82) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ext_attr_assign ... assign_A (line 15) (ext_attr_assign.__test__.A) Doctest: ext_attr_assign.__test__.A.assign_A (line 15) ... ok assign_A_struct (line 29) (ext_attr_assign.__test__.A) Doctest: ext_attr_assign.__test__.A.assign_A_struct (line 29) ... ok assign_B (line 58) (ext_attr_assign.__test__.B) Doctest: ext_attr_assign.__test__.B.assign_B (line 58) ... ok cascaded_assign_B (line 95) (ext_attr_assign.__test__.B) Doctest: ext_attr_assign.__test__.B.cascaded_assign_B (line 95) ... ok cross_assign_Ba (line 82) (ext_attr_assign.__test__.B) Doctest: ext_attr_assign.__test__.B.cross_assign_Ba (line 82) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ext_attribute_cache ... ExplicitAttrCache (ext_attribute_cache) Doctest: ext_attribute_cache.ExplicitAttrCache ... ok ImplicitAttrCache (ext_attribute_cache) Doctest: ext_attribute_cache.ImplicitAttrCache ... ok NoAttrCache (ext_attribute_cache) Doctest: ext_attribute_cache.NoAttrCache ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ext_attribute_cache ... ExplicitAttrCache (ext_attribute_cache) Doctest: ext_attribute_cache.ExplicitAttrCache ... ok ImplicitAttrCache (ext_attribute_cache) Doctest: ext_attribute_cache.ImplicitAttrCache ... ok NoAttrCache (ext_attribute_cache) Doctest: ext_attribute_cache.NoAttrCache ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ext_instance_type_T232 ... get_attr (line 12) (ext_instance_type_T232.__test__) Doctest: ext_instance_type_T232.__test__.get_attr (line 12) ... ok set_attr (line 6) (ext_instance_type_T232.__test__) Doctest: ext_instance_type_T232.__test__.set_attr (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ext_instance_type_T232 ... get_attr (line 12) (ext_instance_type_T232.__test__) Doctest: ext_instance_type_T232.__test__.get_attr (line 12) ... ok set_attr (line 6) (ext_instance_type_T232.__test__) Doctest: ext_instance_type_T232.__test__.set_attr (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ext_type_none_arg ... builtin_default (line 91) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default (line 91) ... ok builtin_default_check_off (line 113) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default_check_off (line 113) ... ok builtin_default_check_on (line 123) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default_check_on (line 123) ... ok builtin_default_none (line 101) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default_none (line 101) ... ok builtin_not_none (line 145) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_not_none (line 145) ... ok builtin_or_none (line 136) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_or_none (line 136) ... ok ext_default (line 18) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default (line 18) ... ok ext_default_check_off (line 40) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default_check_off (line 40) ... ok ext_default_check_on (line 50) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default_check_on (line 50) ... ok ext_default_none (line 28) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default_none (line 28) ... ok ext_not_none (line 72) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_not_none (line 72) ... ok ext_or_none (line 63) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_or_none (line 63) ... ok notype_default (line 213) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_default (line 213) ... ok notype_default_none (line 225) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_default_none (line 225) ... ok notype_not_none (line 251) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_not_none (line 251) ... ok notype_or_none (line 239) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_or_none (line 239) ... ok object_default (line 159) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_default (line 159) ... ok object_default_none (line 171) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_default_none (line 171) ... ok object_not_none (line 197) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_not_none (line 197) ... ok object_or_none (line 185) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_or_none (line 185) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ext_type_none_arg ... builtin_default (line 91) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default (line 91) ... ok builtin_default_check_off (line 113) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default_check_off (line 113) ... ok builtin_default_check_on (line 123) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default_check_on (line 123) ... ok builtin_default_none (line 101) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_default_none (line 101) ... ok builtin_not_none (line 145) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_not_none (line 145) ... ok builtin_or_none (line 136) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.builtin_or_none (line 136) ... ok ext_default (line 18) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default (line 18) ... ok ext_default_check_off (line 40) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default_check_off (line 40) ... ok ext_default_check_on (line 50) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default_check_on (line 50) ... ok ext_default_none (line 28) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_default_none (line 28) ... ok ext_not_none (line 72) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_not_none (line 72) ... ok ext_or_none (line 63) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.ext_or_none (line 63) ... ok notype_default (line 213) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_default (line 213) ... ok notype_default_none (line 225) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_default_none (line 225) ... ok notype_not_none (line 251) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_not_none (line 251) ... ok notype_or_none (line 239) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.notype_or_none (line 239) ... ok object_default (line 159) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_default (line 159) ... ok object_default_none (line 171) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_default_none (line 171) ... ok object_not_none (line 197) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_not_none (line 197) ... ok object_or_none (line 185) (ext_type_none_arg.__test__) Doctest: ext_type_none_arg.__test__.object_or_none (line 185) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extclassbody ... extclassbody () Doctest: extclassbody ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extclassbody ... extclassbody () Doctest: extclassbody ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extclasspass ... extclasspass () Doctest: extclasspass ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extclasspass ... extclasspass () Doctest: extclasspass ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extcmethod ... test_spam (line 24) (extcmethod.__test__) Doctest: extcmethod.__test__.test_spam (line 24) ... ok test_spam_dish (line 68) (extcmethod.__test__) Doctest: extcmethod.__test__.test_spam_dish (line 68) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extcmethod ... test_spam (line 24) (extcmethod.__test__) Doctest: extcmethod.__test__.test_spam (line 24) ... ok test_spam_dish (line 68) (extcmethod.__test__) Doctest: extcmethod.__test__.test_spam_dish (line 68) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extended_unpacking_T235 ... extended_unpacking_T235 () Doctest: extended_unpacking_T235 ... ok assign (line 60) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.assign (line 60) ... ok unpack (line 16) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack (line 16) ... ok unpack_in_loop (line 96) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_in_loop (line 96) ... ok unpack_into_list (line 72) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_into_list (line 72) ... ok unpack_into_tuple (line 84) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_into_tuple (line 84) ... ok unpack_left (line 192) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_left (line 192) ... ok unpack_left_list (line 213) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_left_list (line 213) ... ok unpack_left_tuple (line 228) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_left_tuple (line 228) ... ok unpack_list (line 26) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_list (line 26) ... ok unpack_many_left (line 326) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_left (line 326) ... ok unpack_many_middle (line 314) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_middle (line 314) ... ok unpack_many_right (line 338) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_right (line 338) ... ok unpack_many_right_loop (line 350) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_right_loop (line 350) ... ok unpack_middle (line 244) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_middle (line 244) ... ok unpack_middle_list (line 273) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_middle_list (line 273) ... ok unpack_middle_tuple (line 289) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_middle_tuple (line 289) ... ok unpack_recursive (line 122) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_recursive (line 122) ... ok unpack_right (line 140) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_right (line 140) ... ok unpack_right_list (line 161) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_right_list (line 161) ... ok unpack_right_tuple (line 176) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_right_tuple (line 176) ... ok unpack_single (line 42) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_single (line 42) ... ok unpack_tuple (line 34) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_tuple (line 34) ... ok unpack_tuple_single (line 52) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_tuple_single (line 52) ... ok unpack_typed (line 130) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_typed (line 130) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extended_unpacking_T235 ... extended_unpacking_T235 () Doctest: extended_unpacking_T235 ... ok assign (line 60) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.assign (line 60) ... ok unpack (line 16) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack (line 16) ... ok unpack_in_loop (line 96) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_in_loop (line 96) ... ok unpack_into_list (line 72) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_into_list (line 72) ... ok unpack_into_tuple (line 84) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_into_tuple (line 84) ... ok unpack_left (line 192) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_left (line 192) ... ok unpack_left_list (line 213) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_left_list (line 213) ... ok unpack_left_tuple (line 228) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_left_tuple (line 228) ... ok unpack_list (line 26) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_list (line 26) ... ok unpack_many_left (line 326) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_left (line 326) ... ok unpack_many_middle (line 314) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_middle (line 314) ... ok unpack_many_right (line 338) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_right (line 338) ... ok unpack_many_right_loop (line 350) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_many_right_loop (line 350) ... ok unpack_middle (line 244) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_middle (line 244) ... ok unpack_middle_list (line 273) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_middle_list (line 273) ... ok unpack_middle_tuple (line 289) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_middle_tuple (line 289) ... ok unpack_recursive (line 122) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_recursive (line 122) ... ok unpack_right (line 140) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_right (line 140) ... ok unpack_right_list (line 161) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_right_list (line 161) ... ok unpack_right_tuple (line 176) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_right_tuple (line 176) ... ok unpack_single (line 42) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_single (line 42) ... ok unpack_tuple (line 34) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_tuple (line 34) ... ok unpack_tuple_single (line 52) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_tuple_single (line 52) ... ok unpack_typed (line 130) (extended_unpacking_T235.__test__) Doctest: extended_unpacking_T235.__test__.unpack_typed (line 130) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extended_unpacking_T409 ... extended (line 19) (extended_unpacking_T409.__test__) Doctest: extended_unpacking_T409.__test__.extended (line 19) ... ok simple (line 3) (extended_unpacking_T409.__test__) Doctest: extended_unpacking_T409.__test__.simple (line 3) ... ok simple_parallel (line 11) (extended_unpacking_T409.__test__) Doctest: extended_unpacking_T409.__test__.simple_parallel (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extended_unpacking_T409 ... extended (line 19) (extended_unpacking_T409.__test__) Doctest: extended_unpacking_T409.__test__.extended (line 19) ... ok simple (line 3) (extended_unpacking_T409.__test__) Doctest: extended_unpacking_T409.__test__.simple (line 3) ... ok simple_parallel (line 11) (extended_unpacking_T409.__test__) Doctest: extended_unpacking_T409.__test__.simple_parallel (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extern_builtins_T258 ... test_list (line 17) (extern_builtins_T258.__test__) Doctest: extern_builtins_T258.__test__.test_list (line 17) ... ok test_tuple (line 27) (extern_builtins_T258.__test__) Doctest: extern_builtins_T258.__test__.test_tuple (line 27) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extern_builtins_T258 ... test_list (line 17) (extern_builtins_T258.__test__) Doctest: extern_builtins_T258.__test__.test_list (line 17) ... ok test_tuple (line 27) (extern_builtins_T258.__test__) Doctest: extern_builtins_T258.__test__.test_tuple (line 27) ... ok runTest (__main__.EndToEndTest) End-to-end extern_impl ... ok runTest (__main__.EndToEndTest) End-to-end external_inline_declaration ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running external_ref_reassignment ... test_cglobals_reassignment (line 5) (external_ref_reassignment.__test__) Doctest: external_ref_reassignment.__test__.test_cglobals_reassignment (line 5) ... ok test_closure_reassignment (line 17) (external_ref_reassignment.__test__) Doctest: external_ref_reassignment.__test__.test_closure_reassignment (line 17) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running external_ref_reassignment ... test_cglobals_reassignment (line 5) (external_ref_reassignment.__test__) Doctest: external_ref_reassignment.__test__.test_cglobals_reassignment (line 5) ... ok test_closure_reassignment (line 17) (external_ref_reassignment.__test__) Doctest: external_ref_reassignment.__test__.test_closure_reassignment (line 17) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extinherit ... rest (line 14) (extinherit.__test__) Doctest: extinherit.__test__.rest (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extinherit ... rest (line 14) (extinherit.__test__) Doctest: extinherit.__test__.rest (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extinstantiate ... extinstantiate () Doctest: extinstantiate ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extinstantiate ... extinstantiate () Doctest: extinstantiate ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extkwonlyargs ... extkwonlyargs () Doctest: extkwonlyargs ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extkwonlyargs ... extkwonlyargs () Doctest: extkwonlyargs ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extlen ... extlen () Doctest: extlen ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extlen ... extlen () Doctest: extlen ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extmember ... extmember () Doctest: extmember ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extmember ... extmember () Doctest: extmember ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extpropertyref ... __get__ (line 7) (extpropertyref.__test__.Spam.eggs) Doctest: extpropertyref.__test__.Spam.eggs.__get__ (line 7) ... ok breakfast (line 39) (extpropertyref.__test__) Doctest: extpropertyref.__test__.breakfast (line 39) ... ok tomato (line 16) (extpropertyref.__test__) Doctest: extpropertyref.__test__.tomato (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extpropertyref ... __get__ (line 7) (extpropertyref.__test__.Spam.eggs) Doctest: extpropertyref.__test__.Spam.eggs.__get__ (line 7) ... ok breakfast (line 39) (extpropertyref.__test__) Doctest: extpropertyref.__test__.breakfast (line 39) ... ok tomato (line 16) (extpropertyref.__test__) Doctest: extpropertyref.__test__.tomato (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running extstarargs ... extstarargs () Doctest: extstarargs ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running extstarargs ... extstarargs () Doctest: extstarargs ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exttype ... Spam (exttype) Doctest: exttype.Spam ... ok f (line 24) (exttype.__test__) Doctest: exttype.__test__.f (line 24) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exttype ... Spam (exttype) Doctest: exttype.Spam ... ok f (line 24) (exttype.__test__) Doctest: exttype.__test__.f (line 24) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exttype_dealloc ... Exception RuntimeError: RuntimeError('HUHU !',) in 'exttype_dealloc.ExtTypeRaise.__dealloc__' ignored Exception RuntimeError: RuntimeError('Cleaning up !',) in 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' ignored Exception RuntimeError: RuntimeError('HUHU !',) in 'exttype_dealloc.ExtTypeRaise.__dealloc__' ignored Exception RuntimeError: RuntimeError('Cleaning up !',) in 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' ignored ExtSubTypeObjAttr (exttype_dealloc) Doctest: exttype_dealloc.ExtSubTypeObjAttr ... ok ExtTypeRaise (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeRaise ... ok ExtTypeRefCycle (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeRefCycle ... ok ExtTypeRefCycleRaise (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeRefCycleRaise ... ok ExtTypeSimple (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeSimple ... ok PySubTypeDel (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeDel ... ok PySubTypeRaise (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeRaise ... ok PySubTypeRefCycleDel (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeRefCycleDel ... ok PySubTypeRefCycleRaise (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeRefCycleRaise ... ok PySubTypeSimple (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeSimple ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exttype_dealloc ... Exception RuntimeError: RuntimeError('HUHU !',) in 'exttype_dealloc.ExtTypeRaise.__dealloc__' ignored Exception RuntimeError: RuntimeError('Cleaning up !',) in 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' ignored Exception RuntimeError: RuntimeError('HUHU !',) in 'exttype_dealloc.ExtTypeRaise.__dealloc__' ignored Exception RuntimeError: RuntimeError('Cleaning up !',) in 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' ignored ExtSubTypeObjAttr (exttype_dealloc) Doctest: exttype_dealloc.ExtSubTypeObjAttr ... ok ExtTypeRaise (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeRaise ... ok ExtTypeRefCycle (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeRefCycle ... ok ExtTypeRefCycleRaise (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeRefCycleRaise ... ok ExtTypeSimple (exttype_dealloc) Doctest: exttype_dealloc.ExtTypeSimple ... ok PySubTypeDel (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeDel ... ok PySubTypeRaise (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeRaise ... ok PySubTypeRefCycleDel (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeRefCycleDel ... ok PySubTypeRefCycleRaise (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeRefCycleRaise ... ok PySubTypeSimple (exttype_dealloc) Doctest: exttype_dealloc.PySubTypeSimple ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running exttype_freelist ... ExtSubType (exttype_freelist) Doctest: exttype_freelist.ExtSubType ... ok ExtSubTypeNoGC (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeNoGC ... ok ExtSubTypeWithCAttr (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeWithCAttr ... ok ExtSubTypeWithCMethods (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeWithCMethods ... ok ExtSubTypeWithMoreCMethods (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeWithMoreCMethods ... ok ExtTypeNoGC (exttype_freelist) Doctest: exttype_freelist.ExtTypeNoGC ... ok ExtTypeWithCAttr (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithCAttr ... ok ExtTypeWithCAttrNoFreelist (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithCAttrNoFreelist ... ok ExtTypeWithCMethods (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithCMethods ... ok ExtTypeWithGC (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithGC ... ok ExtTypeWithRefCycle (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithRefCycle ... ok LargerExtSubType (exttype_freelist) Doctest: exttype_freelist.LargerExtSubType ... ok tpnew_ExtTypeWithGC (line 88) (exttype_freelist.__test__) Doctest: exttype_freelist.__test__.tpnew_ExtTypeWithGC (line 88) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running exttype_freelist ... ExtSubType (exttype_freelist) Doctest: exttype_freelist.ExtSubType ... ok ExtSubTypeNoGC (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeNoGC ... ok ExtSubTypeWithCAttr (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeWithCAttr ... ok ExtSubTypeWithCMethods (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeWithCMethods ... ok ExtSubTypeWithMoreCMethods (exttype_freelist) Doctest: exttype_freelist.ExtSubTypeWithMoreCMethods ... ok ExtTypeNoGC (exttype_freelist) Doctest: exttype_freelist.ExtTypeNoGC ... ok ExtTypeWithCAttr (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithCAttr ... ok ExtTypeWithCAttrNoFreelist (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithCAttrNoFreelist ... ok ExtTypeWithCMethods (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithCMethods ... ok ExtTypeWithGC (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithGC ... ok ExtTypeWithRefCycle (exttype_freelist) Doctest: exttype_freelist.ExtTypeWithRefCycle ... ok LargerExtSubType (exttype_freelist) Doctest: exttype_freelist.LargerExtSubType ... ok tpnew_ExtTypeWithGC (line 88) (exttype_freelist.__test__) Doctest: exttype_freelist.__test__.tpnew_ExtTypeWithGC (line 88) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running file_encoding_T740 ... file_encoding_T740 () Doctest: file_encoding_T740 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running file_encoding_T740 ... file_encoding_T740 () Doctest: file_encoding_T740 ... ok run (__main__.PureDoctestTestCase) running pure doctests in file_encoding_T740 ... pure_doctest__file_encoding_T740 () Doctest: pure_doctest__file_encoding_T740 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running filenames ... filenames () Doctest: filenames ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running filenames ... filenames () Doctest: filenames ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running final_cdef_class ... FinalClass (final_cdef_class) Doctest: final_cdef_class.FinalClass ... ok FinalSubClass (final_cdef_class) Doctest: final_cdef_class.FinalSubClass ... ok NonFinalClass (final_cdef_class) Doctest: final_cdef_class.NonFinalClass ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running final_cdef_class ... FinalClass (final_cdef_class) Doctest: final_cdef_class.FinalClass ... ok FinalSubClass (final_cdef_class) Doctest: final_cdef_class.FinalSubClass ... ok NonFinalClass (final_cdef_class) Doctest: final_cdef_class.NonFinalClass ... ok runTest (__main__.EndToEndTest) End-to-end final_in_pxd ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running final_method_T586 ... BaseTypeWithFinalMethods (final_method_T586) Doctest: final_method_T586.BaseTypeWithFinalMethods ... ok FinalType (final_method_T586) Doctest: final_method_T586.FinalType ... ok SubType (final_method_T586) Doctest: final_method_T586.SubType ... ok test_external_call (line 32) (final_method_T586.__test__) Doctest: final_method_T586.__test__.test_external_call (line 32) ... ok test_external_call_in_temp (line 39) (final_method_T586.__test__) Doctest: final_method_T586.__test__.test_external_call_in_temp (line 39) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running final_method_T586 ... BaseTypeWithFinalMethods (final_method_T586) Doctest: final_method_T586.BaseTypeWithFinalMethods ... ok FinalType (final_method_T586) Doctest: final_method_T586.FinalType ... ok SubType (final_method_T586) Doctest: final_method_T586.SubType ... ok test_external_call (line 32) (final_method_T586.__test__) Doctest: final_method_T586.__test__.test_external_call (line 32) ... ok test_external_call_in_temp (line 39) (final_method_T586.__test__) Doctest: final_method_T586.__test__.test_external_call_in_temp (line 39) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running flatin ... test_in (line 1) (flatin.__test__) Doctest: flatin.__test__.test_in (line 1) ... ok test_not_in (line 27) (flatin.__test__) Doctest: flatin.__test__.test_not_in (line 27) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running flatin ... test_in (line 1) (flatin.__test__) Doctest: flatin.__test__.test_in (line 1) ... ok test_not_in (line 27) (flatin.__test__) Doctest: flatin.__test__.test_not_in (line 27) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running float_division ... div_1_by (line 29) (float_division.__test__) Doctest: float_division.__test__.div_1_by (line 29) ... ok div_by_2 (line 49) (float_division.__test__) Doctest: float_division.__test__.div_by_2 (line 49) ... ok div_by_inf (line 155) (float_division.__test__) Doctest: float_division.__test__.div_by_inf (line 155) ... ok div_by_nan (line 123) (float_division.__test__) Doctest: float_division.__test__.div_by_nan (line 123) ... ok div_by_neg_2 (line 67) (float_division.__test__) Doctest: float_division.__test__.div_by_neg_2 (line 67) ... ok div_inf_by (line 171) (float_division.__test__) Doctest: float_division.__test__.div_inf_by (line 171) ... ok div_nan_by (line 141) (float_division.__test__) Doctest: float_division.__test__.div_nan_by (line 141) ... ok div_neg_2_by (line 99) (float_division.__test__) Doctest: float_division.__test__.div_neg_2_by (line 99) ... ok div_neg_inf_by (line 189) (float_division.__test__) Doctest: float_division.__test__.div_neg_inf_by (line 189) ... ok float_by_float (line 21) (float_division.__test__) Doctest: float_division.__test__.float_by_float (line 21) ... ok float_by_int (line 13) (float_division.__test__) Doctest: float_division.__test__.float_by_int (line 13) ... ok int_by_float (line 5) (float_division.__test__) Doctest: float_division.__test__.int_by_float (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running float_division ... div_1_by (line 29) (float_division.__test__) Doctest: float_division.__test__.div_1_by (line 29) ... ok div_by_2 (line 49) (float_division.__test__) Doctest: float_division.__test__.div_by_2 (line 49) ... ok div_by_inf (line 155) (float_division.__test__) Doctest: float_division.__test__.div_by_inf (line 155) ... ok div_by_nan (line 123) (float_division.__test__) Doctest: float_division.__test__.div_by_nan (line 123) ... ok div_by_neg_2 (line 67) (float_division.__test__) Doctest: float_division.__test__.div_by_neg_2 (line 67) ... ok div_inf_by (line 171) (float_division.__test__) Doctest: float_division.__test__.div_inf_by (line 171) ... ok div_nan_by (line 141) (float_division.__test__) Doctest: float_division.__test__.div_nan_by (line 141) ... ok div_neg_2_by (line 99) (float_division.__test__) Doctest: float_division.__test__.div_neg_2_by (line 99) ... ok div_neg_inf_by (line 189) (float_division.__test__) Doctest: float_division.__test__.div_neg_inf_by (line 189) ... ok float_by_float (line 21) (float_division.__test__) Doctest: float_division.__test__.float_by_float (line 21) ... ok float_by_int (line 13) (float_division.__test__) Doctest: float_division.__test__.float_by_int (line 13) ... ok int_by_float (line 5) (float_division.__test__) Doctest: float_division.__test__.int_by_float (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running float_floor_division_T260 ... floor_div_float (line 3) (float_floor_division_T260.__test__) Doctest: float_floor_division_T260.__test__.floor_div_float (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running float_floor_division_T260 ... floor_div_float (line 3) (float_floor_division_T260.__test__) Doctest: float_floor_division_T260.__test__.floor_div_float (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running float_len_T480 ... cast_len_f (line 20) (float_len_T480.__test__) Doctest: float_len_T480.__test__.cast_len_f (line 20) ... ok float_len_f (line 13) (float_len_T480.__test__) Doctest: float_len_T480.__test__.float_len_f (line 13) ... ok len_f (line 6) (float_len_T480.__test__) Doctest: float_len_T480.__test__.len_f (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running float_len_T480 ... cast_len_f (line 20) (float_len_T480.__test__) Doctest: float_len_T480.__test__.cast_len_f (line 20) ... ok float_len_f (line 13) (float_len_T480.__test__) Doctest: float_len_T480.__test__.float_len_f (line 13) ... ok len_f (line 6) (float_len_T480.__test__) Doctest: float_len_T480.__test__.len_f (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running fmod ... fmod (line 1) (fmod.__test__) Doctest: fmod.__test__.fmod (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running fmod ... fmod (line 1) (fmod.__test__) Doctest: fmod.__test__.fmod (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running for_decrement ... for_decrement () Doctest: for_decrement ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running for_decrement ... for_decrement () Doctest: for_decrement ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running for_from_float_T254 ... double_step (line 17) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_step (line 17) ... ok double_step_py_target (line 45) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_step_py_target (line 45) ... ok double_step_typed (line 31) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_step_typed (line 31) ... ok double_target (line 3) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_target (line 3) ... ok int_step_py_target (line 59) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.int_step_py_target (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running for_from_float_T254 ... double_step (line 17) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_step (line 17) ... ok double_step_py_target (line 45) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_step_py_target (line 45) ... ok double_step_typed (line 31) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_step_typed (line 31) ... ok double_target (line 3) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.double_target (line 3) ... ok int_step_py_target (line 59) (for_from_float_T254.__test__) Doctest: for_from_float_T254.__test__.int_step_py_target (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running for_in_break_continue_T533 ... for_from (line 23) (for_in_break_continue_T533.__test__) Doctest: for_in_break_continue_T533.__test__.for_from (line 23) ... ok for_in (line 3) (for_in_break_continue_T533.__test__) Doctest: for_in_break_continue_T533.__test__.for_in (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running for_in_break_continue_T533 ... for_from (line 23) (for_in_break_continue_T533.__test__) Doctest: for_in_break_continue_T533.__test__.for_from (line 23) ... ok for_in (line 3) (for_in_break_continue_T533.__test__) Doctest: for_in_break_continue_T533.__test__.for_in (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running for_in_iter ... Iterable (for_in_iter) Doctest: for_in_iter.Iterable ... ok for_in_gen (line 127) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_gen (line 127) ... ok for_in_list (line 34) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_list (line 34) ... ok for_in_literal_list (line 42) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_literal_list (line 42) ... ok for_in_literal_mult_list (line 54) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_literal_mult_list (line 54) ... ok for_in_next_replacing_iter (line 121) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_next_replacing_iter (line 121) ... ok for_in_pyiter (line 24) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_pyiter (line 24) ... ok for_in_pyiter_pass (line 13) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_pyiter_pass (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running for_in_iter ... Iterable (for_in_iter) Doctest: for_in_iter.Iterable ... ok for_in_gen (line 127) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_gen (line 127) ... ok for_in_list (line 34) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_list (line 34) ... ok for_in_literal_list (line 42) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_literal_list (line 42) ... ok for_in_literal_mult_list (line 54) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_literal_mult_list (line 54) ... ok for_in_next_replacing_iter (line 121) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_next_replacing_iter (line 121) ... ok for_in_pyiter (line 24) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_pyiter (line 24) ... ok for_in_pyiter_pass (line 13) (for_in_iter.__test__) Doctest: for_in_iter.__test__.for_in_pyiter_pass (line 13) ... ok run (__main__.PureDoctestTestCase) running pure doctests in for_in_iter ... Iterable (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.Iterable ... ok for_in_gen (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.for_in_gen ... ok for_in_list (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.for_in_list ... ok for_in_literal_list (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.for_in_literal_list ... ok for_in_literal_mult_list (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.for_in_literal_mult_list ... ok for_in_next_replacing_iter (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.for_in_next_replacing_iter ... ok for_in_pyiter (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.for_in_pyiter ... ok for_in_pyiter_pass (pure_doctest__for_in_iter) Doctest: pure_doctest__for_in_iter.for_in_pyiter_pass ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running for_in_range_T372 ... test_break (line 82) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_break (line 82) ... ok test_fix (line 63) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_fix (line 63) ... ok test_modify (line 7) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_modify (line 7) ... ok test_negindex (line 27) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_negindex (line 27) ... ok test_negindex_inferred (line 46) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_negindex_inferred (line 46) ... ok test_return (line 104) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_return (line 104) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running for_in_range_T372 ... test_break (line 82) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_break (line 82) ... ok test_fix (line 63) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_fix (line 63) ... ok test_modify (line 7) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_modify (line 7) ... ok test_negindex (line 27) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_negindex (line 27) ... ok test_negindex_inferred (line 46) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_negindex_inferred (line 46) ... ok test_return (line 104) (for_in_range_T372.__test__) Doctest: for_in_range_T372.__test__.test_return (line 104) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running for_in_string ... === C/C++ compiler error output: === for_in_string.c:3486:16: warning: '__Pyx__PyObject_AsPy_UCS4' defined but not used [-Wunused-function] static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) { ^ ============================== for_char_in_bytes (line 34) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_bytes (line 34) ... ok for_char_in_bytes_slice (line 75) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_bytes_slice (line 75) ... ok for_char_in_char_ptr (line 133) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_char_ptr (line 133) ... ok for_char_in_enumerate_bytes (line 95) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_enumerate_bytes (line 95) ... ok for_in_bytes (line 14) (for_in_string.__test__) Doctest: for_in_string.__test__.for_in_bytes (line 14) ... ok for_pyucs4_in_enumerate_unicode (line 209) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyucs4_in_enumerate_unicode (line 209) ... ok for_pyucs4_in_unicode (line 189) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyucs4_in_unicode (line 189) ... ok for_pyunicode_in_enumerate_unicode (line 168) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyunicode_in_enumerate_unicode (line 168) ... ok for_pyunicode_in_unicode (line 148) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyunicode_in_unicode (line 148) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running for_in_string ... === C/C++ compiler error output: === for_in_string.cpp:3495:16: warning: 'Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject*)' defined but not used [-Wunused-function] static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) { ^ ============================== for_char_in_bytes (line 34) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_bytes (line 34) ... ok for_char_in_bytes_slice (line 75) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_bytes_slice (line 75) ... ok for_char_in_char_ptr (line 133) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_char_ptr (line 133) ... ok for_char_in_enumerate_bytes (line 95) (for_in_string.__test__) Doctest: for_in_string.__test__.for_char_in_enumerate_bytes (line 95) ... ok for_in_bytes (line 14) (for_in_string.__test__) Doctest: for_in_string.__test__.for_in_bytes (line 14) ... ok for_pyucs4_in_enumerate_unicode (line 209) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyucs4_in_enumerate_unicode (line 209) ... ok for_pyucs4_in_unicode (line 189) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyucs4_in_unicode (line 189) ... ok for_pyunicode_in_enumerate_unicode (line 168) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyunicode_in_enumerate_unicode (line 168) ... ok for_pyunicode_in_unicode (line 148) (for_in_string.__test__) Doctest: for_in_string.__test__.for_pyunicode_in_unicode (line 148) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running forfrom ... for_else (line 2) (forfrom.__test__) Doctest: forfrom.__test__.for_else (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running forfrom ... for_else (line 2) (forfrom.__test__) Doctest: forfrom.__test__.for_else (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexc_iter_T228 ... funcexc_iter_T228 () Doctest: funcexc_iter_T228 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexc_iter_T228 ... funcexc_iter_T228 () Doctest: funcexc_iter_T228 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexcept ... funcexcept () Doctest: funcexcept ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexcept ... funcexcept () Doctest: funcexcept ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexceptchained ... funcexceptchained () Doctest: funcexceptchained ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexceptchained ... funcexceptchained () Doctest: funcexceptchained ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexceptcypy ... funcexceptcypy () Doctest: funcexceptcypy ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexceptcypy ... funcexceptcypy () Doctest: funcexceptcypy ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexceptraise ... funcexceptraise () Doctest: funcexceptraise ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexceptraise ... funcexceptraise () Doctest: funcexceptraise ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexceptraisefrom ... funcexceptraisefrom () Doctest: funcexceptraisefrom ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexceptraisefrom ... funcexceptraisefrom () Doctest: funcexceptraisefrom ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexceptreplace ... funcexceptreplace () Doctest: funcexceptreplace ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexceptreplace ... funcexceptreplace () Doctest: funcexceptreplace ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexceptreraise ... reraise (line 3) (funcexceptreraise.__test__) Doctest: funcexceptreraise.__test__.reraise (line 3) ... ok reraise_original (line 21) (funcexceptreraise.__test__) Doctest: funcexceptreraise.__test__.reraise_original (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexceptreraise ... reraise (line 3) (funcexceptreraise.__test__) Doctest: funcexceptreraise.__test__.reraise (line 3) ... ok reraise_original (line 21) (funcexceptreraise.__test__) Doctest: funcexceptreraise.__test__.reraise_original (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running funcexceptreturn ... funcexceptreturn () Doctest: funcexceptreturn ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running funcexceptreturn ... funcexceptreturn () Doctest: funcexceptreturn ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running function_as_method_T494 ... function_as_method_T494 () Doctest: function_as_method_T494 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running function_as_method_T494 ... function_as_method_T494 () Doctest: function_as_method_T494 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running function_as_method_py_T494 ... function_as_method_py_T494 () Doctest: function_as_method_py_T494 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running function_as_method_py_T494 ... function_as_method_py_T494 () Doctest: function_as_method_py_T494 ... ok run (__main__.PureDoctestTestCase) running pure doctests in function_as_method_py_T494 ... pure_doctest__function_as_method_py_T494 () Doctest: pure_doctest__function_as_method_py_T494 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running function_binding_T494 ... add_to_func (line 14) (function_binding_T494.__test__) Doctest: function_binding_T494.__test__.add_to_func (line 14) ... ok new_num (line 26) (function_binding_T494.__test__) Doctest: function_binding_T494.__test__.new_num (line 26) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running function_binding_T494 ... add_to_func (line 14) (function_binding_T494.__test__) Doctest: function_binding_T494.__test__.add_to_func (line 14) ... ok new_num (line 26) (function_binding_T494.__test__) Doctest: function_binding_T494.__test__.new_num (line 26) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running fused_cpdef ... test_badcall (line 61) (fused_cpdef.__test__) Doctest: fused_cpdef.__test__.test_badcall (line 61) ... ok test_fused_cpdef (line 21) (fused_cpdef.__test__) Doctest: fused_cpdef.__test__.test_fused_cpdef (line 21) ... ok test_multiarg (line 91) (fused_cpdef.__test__) Doctest: fused_cpdef.__test__.test_multiarg (line 91) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running fused_cpdef ... test_badcall (line 61) (fused_cpdef.__test__) Doctest: fused_cpdef.__test__.test_badcall (line 61) ... ok test_fused_cpdef (line 21) (fused_cpdef.__test__) Doctest: fused_cpdef.__test__.test_fused_cpdef (line 21) ... ok test_multiarg (line 91) (fused_cpdef.__test__) Doctest: fused_cpdef.__test__.test_multiarg (line 91) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running fused_cpp ... test_cpp_specialization (line 6) (fused_cpp.__test__) Doctest: fused_cpp.__test__.test_cpp_specialization (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running fused_def ... === C/C++ compiler error output: === fused_def.c:42303:18: warning: '__Pyx_Method_ClassMethod' defined but not used [-Wunused-function] static PyObject* __Pyx_Method_ClassMethod(PyObject *method) { ^ ============================== CBaseClass (fused_def) Doctest: fused_def.CBaseClass ... ok args_kwargs (line 163) (fused_def.__test__) Doctest: fused_def.__test__.args_kwargs (line 163) ... ok func_with_object (line 128) (fused_def.__test__) Doctest: fused_def.__test__.func_with_object (line 128) ... ok opt_func (line 54) (fused_def.__test__) Doctest: fused_def.__test__.opt_func (line 54) ... ok test_code_object (line 349) (fused_def.__test__) Doctest: fused_def.__test__.test_code_object (line 349) ... ok test_decorators (line 368) (fused_def.__test__) Doctest: fused_def.__test__.test_decorators (line 368) ... ok test_fused_def_classmethod (line 266) (fused_def.__test__) Doctest: fused_def.__test__.test_fused_def_classmethod (line 266) ... ok test_fused_def_super (line 220) (fused_def.__test__) Doctest: fused_def.__test__.test_fused_def_super (line 220) ... ok test_opt_func (line 119) (fused_def.__test__) Doctest: fused_def.__test__.test_opt_func (line 119) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running fused_def ... === C/C++ compiler error output: === fused_def.cpp:42312:18: warning: 'PyObject* __Pyx_Method_ClassMethod(PyObject*)' defined but not used [-Wunused-function] static PyObject* __Pyx_Method_ClassMethod(PyObject *method) { ^ ============================== CBaseClass (fused_def) Doctest: fused_def.CBaseClass ... ok args_kwargs (line 163) (fused_def.__test__) Doctest: fused_def.__test__.args_kwargs (line 163) ... ok func_with_object (line 128) (fused_def.__test__) Doctest: fused_def.__test__.func_with_object (line 128) ... ok opt_func (line 54) (fused_def.__test__) Doctest: fused_def.__test__.opt_func (line 54) ... ok test_code_object (line 349) (fused_def.__test__) Doctest: fused_def.__test__.test_code_object (line 349) ... ok test_decorators (line 368) (fused_def.__test__) Doctest: fused_def.__test__.test_decorators (line 368) ... ok test_fused_def_classmethod (line 266) (fused_def.__test__) Doctest: fused_def.__test__.test_fused_def_classmethod (line 266) ... ok test_fused_def_super (line 220) (fused_def.__test__) Doctest: fused_def.__test__.test_fused_def_super (line 220) ... ok test_opt_func (line 119) (fused_def.__test__) Doctest: fused_def.__test__.test_opt_func (line 119) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running fused_types ... __pyx_fuse_2test_fused_memoryviews (line 124) (fused_types.__test__) Doctest: fused_types.__test__.__pyx_fuse_2test_fused_memoryviews (line 124) ... ok test_cdef_func_with_fused_args (line 41) (fused_types.__test__) Doctest: fused_types.__test__.test_cdef_func_with_fused_args (line 41) ... ok test_composite (line 355) (fused_types.__test__) Doctest: fused_types.__test__.test_composite (line 355) ... ok test_cython_numeric (line 329) (fused_types.__test__) Doctest: fused_types.__test__.test_cython_numeric (line 329) ... ok test_fused_declarations (line 238) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_declarations (line 238) ... ok test_fused_memoryview_def (line 137) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memoryview_def (line 137) ... ok test_fused_memslice_dtype (line 278) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memslice_dtype (line 278) ... ok test_fused_memslice_dtype_repeated (line 295) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memslice_dtype_repeated (line 295) ... ok test_fused_memslice_dtype_repeated_2 (line 312) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memslice_dtype_repeated_2 (line 312) ... ok test_fused_with_pointer (line 67) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_with_pointer (line 67) ... ok test_index_fused_args (line 346) (fused_types.__test__) Doctest: fused_types.__test__.test_index_fused_args (line 346) ... ok test_normal_class (line 219) (fused_types.__test__) Doctest: fused_types.__test__.test_normal_class (line 219) ... ok test_normal_class_refcount (line 226) (fused_types.__test__) Doctest: fused_types.__test__.test_normal_class_refcount (line 226) ... ok test_opt_args (line 202) (fused_types.__test__) Doctest: fused_types.__test__.test_opt_args (line 202) ... ok test_pure (line 24) (fused_types.__test__) Doctest: fused_types.__test__.test_pure (line 24) ... ok test_sizeof_fused_type (line 259) (fused_types.__test__) Doctest: fused_types.__test__.test_sizeof_fused_type (line 259) ... ok test_specializations (line 155) (fused_types.__test__) Doctest: fused_types.__test__.test_specializations (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running fused_types ... __pyx_fuse_2test_fused_memoryviews (line 124) (fused_types.__test__) Doctest: fused_types.__test__.__pyx_fuse_2test_fused_memoryviews (line 124) ... ok test_cdef_func_with_fused_args (line 41) (fused_types.__test__) Doctest: fused_types.__test__.test_cdef_func_with_fused_args (line 41) ... ok test_composite (line 355) (fused_types.__test__) Doctest: fused_types.__test__.test_composite (line 355) ... ok test_cython_numeric (line 329) (fused_types.__test__) Doctest: fused_types.__test__.test_cython_numeric (line 329) ... ok test_fused_declarations (line 238) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_declarations (line 238) ... ok test_fused_memoryview_def (line 137) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memoryview_def (line 137) ... ok test_fused_memslice_dtype (line 278) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memslice_dtype (line 278) ... ok test_fused_memslice_dtype_repeated (line 295) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memslice_dtype_repeated (line 295) ... ok test_fused_memslice_dtype_repeated_2 (line 312) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_memslice_dtype_repeated_2 (line 312) ... ok test_fused_with_pointer (line 67) (fused_types.__test__) Doctest: fused_types.__test__.test_fused_with_pointer (line 67) ... ok test_index_fused_args (line 346) (fused_types.__test__) Doctest: fused_types.__test__.test_index_fused_args (line 346) ... ok test_normal_class (line 219) (fused_types.__test__) Doctest: fused_types.__test__.test_normal_class (line 219) ... ok test_normal_class_refcount (line 226) (fused_types.__test__) Doctest: fused_types.__test__.test_normal_class_refcount (line 226) ... ok test_opt_args (line 202) (fused_types.__test__) Doctest: fused_types.__test__.test_opt_args (line 202) ... ok test_pure (line 24) (fused_types.__test__) Doctest: fused_types.__test__.test_pure (line 24) ... ok test_sizeof_fused_type (line 259) (fused_types.__test__) Doctest: fused_types.__test__.test_sizeof_fused_type (line 259) ... ok test_specializations (line 155) (fused_types.__test__) Doctest: fused_types.__test__.test_specializations (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running future_division ... constants (line 40) (future_division.__test__) Doctest: future_division.__test__.constants (line 40) ... ok doit (line 11) (future_division.__test__) Doctest: future_division.__test__.doit (line 11) ... ok doit_inplace (line 24) (future_division.__test__) Doctest: future_division.__test__.doit_inplace (line 24) ... ok doit_inplace_floor (line 32) (future_division.__test__) Doctest: future_division.__test__.doit_inplace_floor (line 32) ... ok float_mix (line 128) (future_division.__test__) Doctest: future_division.__test__.float_mix (line 128) ... ok float_mix_rev (line 135) (future_division.__test__) Doctest: future_division.__test__.float_mix_rev (line 135) ... ok infer_division_type (line 143) (future_division.__test__) Doctest: future_division.__test__.infer_division_type (line 143) ... ok int_int (line 154) (future_division.__test__) Doctest: future_division.__test__.int_int (line 154) ... ok int_mix (line 114) (future_division.__test__) Doctest: future_division.__test__.int_mix (line 114) ... ok int_mix_rev (line 121) (future_division.__test__) Doctest: future_division.__test__.int_mix_rev (line 121) ... ok py_mix (line 48) (future_division.__test__) Doctest: future_division.__test__.py_mix (line 48) ... ok py_mix_by_neg1 (line 76) (future_division.__test__) Doctest: future_division.__test__.py_mix_by_neg1 (line 76) ... ok py_mix_rev (line 105) (future_division.__test__) Doctest: future_division.__test__.py_mix_rev (line 105) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running future_division ... constants (line 40) (future_division.__test__) Doctest: future_division.__test__.constants (line 40) ... ok doit (line 11) (future_division.__test__) Doctest: future_division.__test__.doit (line 11) ... ok doit_inplace (line 24) (future_division.__test__) Doctest: future_division.__test__.doit_inplace (line 24) ... ok doit_inplace_floor (line 32) (future_division.__test__) Doctest: future_division.__test__.doit_inplace_floor (line 32) ... ok float_mix (line 128) (future_division.__test__) Doctest: future_division.__test__.float_mix (line 128) ... ok float_mix_rev (line 135) (future_division.__test__) Doctest: future_division.__test__.float_mix_rev (line 135) ... ok infer_division_type (line 143) (future_division.__test__) Doctest: future_division.__test__.infer_division_type (line 143) ... ok int_int (line 154) (future_division.__test__) Doctest: future_division.__test__.int_int (line 154) ... ok int_mix (line 114) (future_division.__test__) Doctest: future_division.__test__.int_mix (line 114) ... ok int_mix_rev (line 121) (future_division.__test__) Doctest: future_division.__test__.int_mix_rev (line 121) ... ok py_mix (line 48) (future_division.__test__) Doctest: future_division.__test__.py_mix (line 48) ... ok py_mix_by_neg1 (line 76) (future_division.__test__) Doctest: future_division.__test__.py_mix_by_neg1 (line 76) ... ok py_mix_rev (line 105) (future_division.__test__) Doctest: future_division.__test__.py_mix_rev (line 105) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running future_unicode_literals ... future_unicode_literals () Doctest: future_unicode_literals ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running future_unicode_literals ... future_unicode_literals () Doctest: future_unicode_literals ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generator_expressions ... genexpr (line 4) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr (line 4) ... ok genexpr_if (line 14) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_if (line 14) ... ok genexpr_if_false (line 24) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_if_false (line 24) ... ok genexpr_of_lambdas (line 44) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_of_lambdas (line 44) ... ok genexpr_with_bool_binop (line 52) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_with_bool_binop (line 52) ... ok genexpr_with_lambda (line 34) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_with_lambda (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generator_expressions ... genexpr (line 4) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr (line 4) ... ok genexpr_if (line 14) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_if (line 14) ... ok genexpr_if_false (line 24) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_if_false (line 24) ... ok genexpr_of_lambdas (line 44) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_of_lambdas (line 44) ... ok genexpr_with_bool_binop (line 52) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_with_bool_binop (line 52) ... ok genexpr_with_lambda (line 34) (generator_expressions.__test__) Doctest: generator_expressions.__test__.genexpr_with_lambda (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generator_expressions_and_locals ... genexpr_not_in_locals (line 5) (generator_expressions_and_locals.__test__) Doctest: generator_expressions_and_locals.__test__.genexpr_not_in_locals (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generator_expressions_and_locals ... genexpr_not_in_locals (line 5) (generator_expressions_and_locals.__test__) Doctest: generator_expressions_and_locals.__test__.genexpr_not_in_locals (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generator_expressions_nested ... genexpr_conditional (line 18) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_conditional (line 18) ... ok genexpr_nested2 (line 27) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested2 (line 27) ... ok genexpr_nested2_conditional_empty (line 63) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested2_conditional_empty (line 63) ... ok genexpr_nested3 (line 36) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested3 (line 36) ... ok genexpr_nested3_conditional_empty (line 70) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested3_conditional_empty (line 70) ... ok genexpr_nested_conditional (line 54) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested_conditional (line 54) ... ok genexpr_nested_listcomp (line 45) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested_listcomp (line 45) ... ok genexpr_simple (line 9) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_simple (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generator_expressions_nested ... genexpr_conditional (line 18) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_conditional (line 18) ... ok genexpr_nested2 (line 27) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested2 (line 27) ... ok genexpr_nested2_conditional_empty (line 63) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested2_conditional_empty (line 63) ... ok genexpr_nested3 (line 36) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested3 (line 36) ... ok genexpr_nested3_conditional_empty (line 70) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested3_conditional_empty (line 70) ... ok genexpr_nested_conditional (line 54) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested_conditional (line 54) ... ok genexpr_nested_listcomp (line 45) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_nested_listcomp (line 45) ... ok genexpr_simple (line 9) (generator_expressions_nested.__test__) Doctest: generator_expressions_nested.__test__.genexpr_simple (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generator_frame_cycle ... test_generator_frame_cycle (line 12) (generator_frame_cycle.__test__) Doctest: generator_frame_cycle.__test__.test_generator_frame_cycle (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generator_frame_cycle ... test_generator_frame_cycle (line 12) (generator_frame_cycle.__test__) Doctest: generator_frame_cycle.__test__.test_generator_frame_cycle (line 12) ... ok run (__main__.PureDoctestTestCase) running pure doctests in generator_frame_cycle ... test_generator_frame_cycle (pure_doctest__generator_frame_cycle) Doctest: pure_doctest__generator_frame_cycle.test_generator_frame_cycle ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generator_type_inference ... test_type_inference (line 6) (generator_type_inference.__test__) Doctest: generator_type_inference.__test__.test_type_inference (line 6) ... ok test_unicode_loop (line 15) (generator_type_inference.__test__) Doctest: generator_type_inference.__test__.test_unicode_loop (line 15) ... ok test_with_nonlocal (line 34) (generator_type_inference.__test__) Doctest: generator_type_inference.__test__.test_with_nonlocal (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generator_type_inference ... test_type_inference (line 6) (generator_type_inference.__test__) Doctest: generator_type_inference.__test__.test_type_inference (line 6) ... ok test_unicode_loop (line 15) (generator_type_inference.__test__) Doctest: generator_type_inference.__test__.test_unicode_loop (line 15) ... ok test_with_nonlocal (line 34) (generator_type_inference.__test__) Doctest: generator_type_inference.__test__.test_with_nonlocal (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generators ... Foo (generators) Doctest: generators.Foo ... ok attributes (line 38) (generators.__test__) Doctest: generators.__test__.attributes (line 38) ... ok check_throw (line 193) (generators.__test__) Doctest: generators.__test__.check_throw (line 193) ... ok generator_nonlocal (line 259) (generators.__test__) Doctest: generators.__test__.generator_nonlocal (line 259) ... ok raising (line 129) (generators.__test__) Doctest: generators.__test__.raising (line 129) ... ok simple (line 95) (generators.__test__) Doctest: generators.__test__.simple (line 95) ... ok simple_send (line 114) (generators.__test__) Doctest: generators.__test__.simple_send (line 114) ... ok simple_seq (line 105) (generators.__test__) Doctest: generators.__test__.simple_seq (line 105) ... ok test_close (line 164) (generators.__test__) Doctest: generators.__test__.test_close (line 164) ... ok test_copied_yield (line 397) (generators.__test__) Doctest: generators.__test__.test_copied_yield (line 397) ... ok test_decorated (line 302) (generators.__test__) Doctest: generators.__test__.test_decorated (line 302) ... ok test_double_with_gil_section (line 467) (generators.__test__) Doctest: generators.__test__.test_double_with_gil_section (line 467) ... ok test_first_assignment (line 219) (generators.__test__) Doctest: generators.__test__.test_first_assignment (line 219) ... ok test_generator_abc (line 486) (generators.__test__) Doctest: generators.__test__.test_generator_abc (line 486) ... ok test_ignore_close (line 178) (generators.__test__) Doctest: generators.__test__.test_ignore_close (line 178) ... ok test_inside_lambda (line 425) (generators.__test__) Doctest: generators.__test__.test_inside_lambda (line 425) ... ok test_lambda (line 446) (generators.__test__) Doctest: generators.__test__.test_lambda (line 446) ... ok test_nested (line 274) (generators.__test__) Doctest: generators.__test__.test_nested (line 274) ... ok test_nested_gen (line 438) (generators.__test__) Doctest: generators.__test__.test_nested_gen (line 438) ... ok test_nested_yield (line 410) (generators.__test__) Doctest: generators.__test__.test_nested_yield (line 410) ... ok test_return (line 311) (generators.__test__) Doctest: generators.__test__.test_return (line 311) ... ok test_return_in_finally (line 328) (generators.__test__) Doctest: generators.__test__.test_return_in_finally (line 328) ... ok test_return_none_in_finally (line 371) (generators.__test__) Doctest: generators.__test__.test_return_none_in_finally (line 371) ... ok test_swap_assignment (line 235) (generators.__test__) Doctest: generators.__test__.test_swap_assignment (line 235) ... ok test_with_gil_section (line 455) (generators.__test__) Doctest: generators.__test__.test_with_gil_section (line 455) ... ok very_simple (line 18) (generators.__test__) Doctest: generators.__test__.very_simple (line 18) ... ok with_outer (line 141) (generators.__test__) Doctest: generators.__test__.with_outer (line 141) ... ok with_outer_raising (line 152) (generators.__test__) Doctest: generators.__test__.with_outer_raising (line 152) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generators ... Foo (generators) Doctest: generators.Foo ... ok attributes (line 38) (generators.__test__) Doctest: generators.__test__.attributes (line 38) ... ok check_throw (line 193) (generators.__test__) Doctest: generators.__test__.check_throw (line 193) ... ok generator_nonlocal (line 259) (generators.__test__) Doctest: generators.__test__.generator_nonlocal (line 259) ... ok raising (line 129) (generators.__test__) Doctest: generators.__test__.raising (line 129) ... ok simple (line 95) (generators.__test__) Doctest: generators.__test__.simple (line 95) ... ok simple_send (line 114) (generators.__test__) Doctest: generators.__test__.simple_send (line 114) ... ok simple_seq (line 105) (generators.__test__) Doctest: generators.__test__.simple_seq (line 105) ... ok test_close (line 164) (generators.__test__) Doctest: generators.__test__.test_close (line 164) ... ok test_copied_yield (line 397) (generators.__test__) Doctest: generators.__test__.test_copied_yield (line 397) ... ok test_decorated (line 302) (generators.__test__) Doctest: generators.__test__.test_decorated (line 302) ... ok test_double_with_gil_section (line 467) (generators.__test__) Doctest: generators.__test__.test_double_with_gil_section (line 467) ... ok test_first_assignment (line 219) (generators.__test__) Doctest: generators.__test__.test_first_assignment (line 219) ... ok test_generator_abc (line 486) (generators.__test__) Doctest: generators.__test__.test_generator_abc (line 486) ... ok test_ignore_close (line 178) (generators.__test__) Doctest: generators.__test__.test_ignore_close (line 178) ... ok test_inside_lambda (line 425) (generators.__test__) Doctest: generators.__test__.test_inside_lambda (line 425) ... ok test_lambda (line 446) (generators.__test__) Doctest: generators.__test__.test_lambda (line 446) ... ok test_nested (line 274) (generators.__test__) Doctest: generators.__test__.test_nested (line 274) ... ok test_nested_gen (line 438) (generators.__test__) Doctest: generators.__test__.test_nested_gen (line 438) ... ok test_nested_yield (line 410) (generators.__test__) Doctest: generators.__test__.test_nested_yield (line 410) ... ok test_return (line 311) (generators.__test__) Doctest: generators.__test__.test_return (line 311) ... ok test_return_in_finally (line 328) (generators.__test__) Doctest: generators.__test__.test_return_in_finally (line 328) ... ok test_return_none_in_finally (line 371) (generators.__test__) Doctest: generators.__test__.test_return_none_in_finally (line 371) ... ok test_swap_assignment (line 235) (generators.__test__) Doctest: generators.__test__.test_swap_assignment (line 235) ... ok test_with_gil_section (line 455) (generators.__test__) Doctest: generators.__test__.test_with_gil_section (line 455) ... ok very_simple (line 18) (generators.__test__) Doctest: generators.__test__.very_simple (line 18) ... ok with_outer (line 141) (generators.__test__) Doctest: generators.__test__.with_outer (line 141) ... ok with_outer_raising (line 152) (generators.__test__) Doctest: generators.__test__.with_outer_raising (line 152) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generators_in_refcycles ... test_reference_cycle_cleanup (line 9) (generators_in_refcycles.__test__) Doctest: generators_in_refcycles.__test__.test_reference_cycle_cleanup (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generators_in_refcycles ... test_reference_cycle_cleanup (line 9) (generators_in_refcycles.__test__) Doctest: generators_in_refcycles.__test__.test_reference_cycle_cleanup (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generators_pep479 ... test_catch_StopIteration (line 95) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_catch_StopIteration (line 95) ... ok test_genexpr (line 138) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_genexpr (line 138) ... ok test_propagate_StopIteration (line 74) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_propagate_StopIteration (line 74) ... ok test_raise_StopIteration (line 22) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_raise_StopIteration (line 22) ... ok test_raise_StopIteration_value (line 35) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_raise_StopIteration_value (line 35) ... ok test_return (line 48) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_return (line 48) ... ok test_return_value (line 61) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_return_value (line 61) ... ok test_yield_from (line 114) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_yield_from (line 114) ... ok test_yield_from_gen (line 127) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_yield_from_gen (line 127) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generators_pep479 ... test_catch_StopIteration (line 95) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_catch_StopIteration (line 95) ... ok test_genexpr (line 138) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_genexpr (line 138) ... ok test_propagate_StopIteration (line 74) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_propagate_StopIteration (line 74) ... ok test_raise_StopIteration (line 22) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_raise_StopIteration (line 22) ... ok test_raise_StopIteration_value (line 35) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_raise_StopIteration_value (line 35) ... ok test_return (line 48) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_return (line 48) ... ok test_return_value (line 61) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_return_value (line 61) ... ok test_yield_from (line 114) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_yield_from (line 114) ... ok test_yield_from_gen (line 127) (generators_pep479.__test__) Doctest: generators_pep479.__test__.test_yield_from_gen (line 127) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running generators_py ... Foo (generators_py) Doctest: generators_py.Foo ... ok check_throw (line 124) (generators_py.__test__) Doctest: generators_py.__test__.check_throw (line 124) ... ok check_yield_in_except (line 150) (generators_py.__test__) Doctest: generators_py.__test__.check_yield_in_except (line 150) ... ok raising (line 60) (generators_py.__test__) Doctest: generators_py.__test__.raising (line 60) ... ok simple (line 26) (generators_py.__test__) Doctest: generators_py.__test__.simple (line 26) ... ok simple_send (line 45) (generators_py.__test__) Doctest: generators_py.__test__.simple_send (line 45) ... ok simple_seq (line 36) (generators_py.__test__) Doctest: generators_py.__test__.simple_seq (line 36) ... ok test_close (line 95) (generators_py.__test__) Doctest: generators_py.__test__.test_close (line 95) ... ok test_copied_yield (line 276) (generators_py.__test__) Doctest: generators_py.__test__.test_copied_yield (line 276) ... ok test_decorated (line 252) (generators_py.__test__) Doctest: generators_py.__test__.test_decorated (line 252) ... ok test_del_in_generator (line 350) (generators_py.__test__) Doctest: generators_py.__test__.test_del_in_generator (line 350) ... ok test_generator_cleanup (line 335) (generators_py.__test__) Doctest: generators_py.__test__.test_generator_cleanup (line 335) ... ok test_ignore_close (line 109) (generators_py.__test__) Doctest: generators_py.__test__.test_ignore_close (line 109) ... ok test_lambda (line 327) (generators_py.__test__) Doctest: generators_py.__test__.test_lambda (line 327) ... ok test_nested (line 224) (generators_py.__test__) Doctest: generators_py.__test__.test_nested (line 224) ... ok test_nested_gen (line 319) (generators_py.__test__) Doctest: generators_py.__test__.test_nested_gen (line 319) ... ok test_nested_yield (line 289) (generators_py.__test__) Doctest: generators_py.__test__.test_nested_yield (line 289) ... ok test_return (line 260) (generators_py.__test__) Doctest: generators_py.__test__.test_return (line 260) ... ok test_sum_of_yields (line 304) (generators_py.__test__) Doctest: generators_py.__test__.test_sum_of_yields (line 304) ... ok test_swap_assignment (line 200) (generators_py.__test__) Doctest: generators_py.__test__.test_swap_assignment (line 200) ... ok test_yield_in_const_conditional_false (line 363) (generators_py.__test__) Doctest: generators_py.__test__.test_yield_in_const_conditional_false (line 363) ... ok test_yield_in_const_conditional_true (line 373) (generators_py.__test__) Doctest: generators_py.__test__.test_yield_in_const_conditional_true (line 373) ... ok very_simple (line 7) (generators_py.__test__) Doctest: generators_py.__test__.very_simple (line 7) ... ok with_outer (line 72) (generators_py.__test__) Doctest: generators_py.__test__.with_outer (line 72) ... ok with_outer_raising (line 83) (generators_py.__test__) Doctest: generators_py.__test__.with_outer_raising (line 83) ... ok yield_in_except_throw_exc_type (line 166) (generators_py.__test__) Doctest: generators_py.__test__.yield_in_except_throw_exc_type (line 166) ... ok yield_in_except_throw_instance (line 183) (generators_py.__test__) Doctest: generators_py.__test__.yield_in_except_throw_instance (line 183) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running generators_py ... Foo (generators_py) Doctest: generators_py.Foo ... ok check_throw (line 124) (generators_py.__test__) Doctest: generators_py.__test__.check_throw (line 124) ... ok check_yield_in_except (line 150) (generators_py.__test__) Doctest: generators_py.__test__.check_yield_in_except (line 150) ... ok raising (line 60) (generators_py.__test__) Doctest: generators_py.__test__.raising (line 60) ... ok simple (line 26) (generators_py.__test__) Doctest: generators_py.__test__.simple (line 26) ... ok simple_send (line 45) (generators_py.__test__) Doctest: generators_py.__test__.simple_send (line 45) ... ok simple_seq (line 36) (generators_py.__test__) Doctest: generators_py.__test__.simple_seq (line 36) ... ok test_close (line 95) (generators_py.__test__) Doctest: generators_py.__test__.test_close (line 95) ... ok test_copied_yield (line 276) (generators_py.__test__) Doctest: generators_py.__test__.test_copied_yield (line 276) ... ok test_decorated (line 252) (generators_py.__test__) Doctest: generators_py.__test__.test_decorated (line 252) ... ok test_del_in_generator (line 350) (generators_py.__test__) Doctest: generators_py.__test__.test_del_in_generator (line 350) ... ok test_generator_cleanup (line 335) (generators_py.__test__) Doctest: generators_py.__test__.test_generator_cleanup (line 335) ... ok test_ignore_close (line 109) (generators_py.__test__) Doctest: generators_py.__test__.test_ignore_close (line 109) ... ok test_lambda (line 327) (generators_py.__test__) Doctest: generators_py.__test__.test_lambda (line 327) ... ok test_nested (line 224) (generators_py.__test__) Doctest: generators_py.__test__.test_nested (line 224) ... ok test_nested_gen (line 319) (generators_py.__test__) Doctest: generators_py.__test__.test_nested_gen (line 319) ... ok test_nested_yield (line 289) (generators_py.__test__) Doctest: generators_py.__test__.test_nested_yield (line 289) ... ok test_return (line 260) (generators_py.__test__) Doctest: generators_py.__test__.test_return (line 260) ... ok test_sum_of_yields (line 304) (generators_py.__test__) Doctest: generators_py.__test__.test_sum_of_yields (line 304) ... ok test_swap_assignment (line 200) (generators_py.__test__) Doctest: generators_py.__test__.test_swap_assignment (line 200) ... ok test_yield_in_const_conditional_false (line 363) (generators_py.__test__) Doctest: generators_py.__test__.test_yield_in_const_conditional_false (line 363) ... ok test_yield_in_const_conditional_true (line 373) (generators_py.__test__) Doctest: generators_py.__test__.test_yield_in_const_conditional_true (line 373) ... ok very_simple (line 7) (generators_py.__test__) Doctest: generators_py.__test__.very_simple (line 7) ... ok with_outer (line 72) (generators_py.__test__) Doctest: generators_py.__test__.with_outer (line 72) ... ok with_outer_raising (line 83) (generators_py.__test__) Doctest: generators_py.__test__.with_outer_raising (line 83) ... ok yield_in_except_throw_exc_type (line 166) (generators_py.__test__) Doctest: generators_py.__test__.yield_in_except_throw_exc_type (line 166) ... ok yield_in_except_throw_instance (line 183) (generators_py.__test__) Doctest: generators_py.__test__.yield_in_except_throw_instance (line 183) ... ok run (__main__.PureDoctestTestCase) running pure doctests in generators_py ... Foo (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.Foo ... ok check_throw (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.check_throw ... ok check_yield_in_except (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.check_yield_in_except ... ok raising (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.raising ... ok simple (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.simple ... ok simple_send (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.simple_send ... ok simple_seq (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.simple_seq ... ok test_close (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_close ... ok test_copied_yield (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_copied_yield ... ok test_del_in_generator (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_del_in_generator ... ok test_generator_cleanup (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_generator_cleanup ... ok test_ignore_close (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_ignore_close ... ok test_lambda (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_lambda ... ok test_nested (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_nested ... ok test_nested_gen (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_nested_gen ... ok test_nested_yield (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_nested_yield ... ok test_return (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_return ... ok test_sum_of_yields (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_sum_of_yields ... ok test_swap_assignment (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_swap_assignment ... ok test_yield_in_const_conditional_false (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_yield_in_const_conditional_false ... ok test_yield_in_const_conditional_true (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.test_yield_in_const_conditional_true ... ok very_simple (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.very_simple ... ok with_outer (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.with_outer ... ok with_outer_raising (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.with_outer_raising ... ok yield_in_except_throw_exc_type (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.yield_in_except_throw_exc_type ... ok yield_in_except_throw_instance (pure_doctest__generators_py) Doctest: pure_doctest__generators_py.yield_in_except_throw_instance ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running genexpr_T491 ... test_genexpr (line 3) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr (line 3) ... ok test_genexpr_closure (line 37) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_closure (line 37) ... ok test_genexpr_funccall (line 20) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_funccall (line 20) ... ok test_genexpr_scope (line 27) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_scope (line 27) ... ok test_genexpr_typed (line 11) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_typed (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running genexpr_T491 ... test_genexpr (line 3) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr (line 3) ... ok test_genexpr_closure (line 37) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_closure (line 37) ... ok test_genexpr_funccall (line 20) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_funccall (line 20) ... ok test_genexpr_scope (line 27) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_scope (line 27) ... ok test_genexpr_typed (line 11) (genexpr_T491.__test__) Doctest: genexpr_T491.__test__.test_genexpr_typed (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running genexpr_T715 ... t715 (line 5) (genexpr_T715.__test__) Doctest: genexpr_T715.__test__.t715 (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running genexpr_T715 ... t715 (line 5) (genexpr_T715.__test__) Doctest: genexpr_T715.__test__.t715 (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running getattr3call ... getattr2_literal_unicode (line 6) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr2_literal_unicode (line 6) ... ok getattr2_simple (line 23) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr2_simple (line 23) ... ok getattr3_args (line 42) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr3_args (line 42) ... ok getattr3_explicit (line 33) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr3_explicit (line 33) ... ok getattr3_literal_unicode (line 16) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr3_literal_unicode (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running getattr3call ... getattr2_literal_unicode (line 6) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr2_literal_unicode (line 6) ... ok getattr2_simple (line 23) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr2_simple (line 23) ... ok getattr3_args (line 42) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr3_args (line 42) ... ok getattr3_explicit (line 33) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr3_explicit (line 33) ... ok getattr3_literal_unicode (line 16) (getattr3call.__test__) Doctest: getattr3call.__test__.getattr3_literal_unicode (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running hasattr ... wrap_hasattr (line 12) (hasattr.__test__) Doctest: hasattr.__test__.wrap_hasattr (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running hasattr ... wrap_hasattr (line 12) (hasattr.__test__) Doctest: hasattr.__test__.wrap_hasattr (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running hash_T326 ... A (hash_T326) Doctest: hash_T326.A ... ok __hash__ (line 29) (hash_T326.__test__) Doctest: hash_T326.__test__.__hash__ (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running hash_T326 ... A (hash_T326) Doctest: hash_T326.A ... ok __hash__ (line 29) (hash_T326.__test__) Doctest: hash_T326.__test__.__hash__ (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running if ... f (line 1) (if.__test__) Doctest: if.__test__.f (line 1) ... ok g (line 17) (if.__test__) Doctest: if.__test__.g (line 17) ... ok h (line 33) (if.__test__) Doctest: if.__test__.h (line 33) ... ok i (line 56) (if.__test__) Doctest: if.__test__.i (line 56) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running if ... f (line 1) (if.__test__) Doctest: if.__test__.f (line 1) ... ok g (line 17) (if.__test__) Doctest: if.__test__.g (line 17) ... ok h (line 33) (if.__test__) Doctest: if.__test__.h (line 33) ... ok i (line 56) (if.__test__) Doctest: if.__test__.i (line 56) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running if_const ... compile_time_DEF_if (line 188) (if_const.__test__) Doctest: if_const.__test__.compile_time_DEF_if (line 188) ... ok constant_if_elif_else (line 22) (if_const.__test__) Doctest: if_const.__test__.constant_if_elif_else (line 22) ... ok if_compare_and_false (line 138) (if_const.__test__) Doctest: if_const.__test__.if_compare_and_false (line 138) ... ok if_compare_and_true (line 126) (if_const.__test__) Doctest: if_const.__test__.if_compare_and_true (line 126) ... ok if_compare_cascaded (line 150) (if_const.__test__) Doctest: if_const.__test__.if_compare_cascaded (line 150) ... ok if_compare_false (line 90) (if_const.__test__) Doctest: if_const.__test__.if_compare_false (line 90) ... ok if_compare_or_false (line 114) (if_const.__test__) Doctest: if_const.__test__.if_compare_or_false (line 114) ... ok if_compare_or_true (line 102) (if_const.__test__) Doctest: if_const.__test__.if_compare_or_true (line 102) ... ok if_compare_true (line 78) (if_const.__test__) Doctest: if_const.__test__.if_compare_true (line 78) ... ok if_not_compare_true (line 66) (if_const.__test__) Doctest: if_const.__test__.if_not_compare_true (line 66) ... ok int_bool_result (line 11) (if_const.__test__) Doctest: if_const.__test__.int_bool_result (line 11) ... ok list_bool_result_false (line 176) (if_const.__test__) Doctest: if_const.__test__.list_bool_result_false (line 176) ... ok list_bool_result_true (line 163) (if_const.__test__) Doctest: if_const.__test__.list_bool_result_true (line 163) ... ok non_constant_if_elif_else1 (line 37) (if_const.__test__) Doctest: if_const.__test__.non_constant_if_elif_else1 (line 37) ... ok non_constant_if_elif_else2 (line 52) (if_const.__test__) Doctest: if_const.__test__.non_constant_if_elif_else2 (line 52) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running if_const ... compile_time_DEF_if (line 188) (if_const.__test__) Doctest: if_const.__test__.compile_time_DEF_if (line 188) ... ok constant_if_elif_else (line 22) (if_const.__test__) Doctest: if_const.__test__.constant_if_elif_else (line 22) ... ok if_compare_and_false (line 138) (if_const.__test__) Doctest: if_const.__test__.if_compare_and_false (line 138) ... ok if_compare_and_true (line 126) (if_const.__test__) Doctest: if_const.__test__.if_compare_and_true (line 126) ... ok if_compare_cascaded (line 150) (if_const.__test__) Doctest: if_const.__test__.if_compare_cascaded (line 150) ... ok if_compare_false (line 90) (if_const.__test__) Doctest: if_const.__test__.if_compare_false (line 90) ... ok if_compare_or_false (line 114) (if_const.__test__) Doctest: if_const.__test__.if_compare_or_false (line 114) ... ok if_compare_or_true (line 102) (if_const.__test__) Doctest: if_const.__test__.if_compare_or_true (line 102) ... ok if_compare_true (line 78) (if_const.__test__) Doctest: if_const.__test__.if_compare_true (line 78) ... ok if_not_compare_true (line 66) (if_const.__test__) Doctest: if_const.__test__.if_not_compare_true (line 66) ... ok int_bool_result (line 11) (if_const.__test__) Doctest: if_const.__test__.int_bool_result (line 11) ... ok list_bool_result_false (line 176) (if_const.__test__) Doctest: if_const.__test__.list_bool_result_false (line 176) ... ok list_bool_result_true (line 163) (if_const.__test__) Doctest: if_const.__test__.list_bool_result_true (line 163) ... ok non_constant_if_elif_else1 (line 37) (if_const.__test__) Doctest: if_const.__test__.non_constant_if_elif_else1 (line 37) ... ok non_constant_if_elif_else2 (line 52) (if_const.__test__) Doctest: if_const.__test__.non_constant_if_elif_else2 (line 52) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running if_else_expr ... test_charptr_coercion (line 36) (if_else_expr.__test__) Doctest: if_else_expr.__test__.test_charptr_coercion (line 36) ... ok test_cpp_pyobject_cast (line 28) (if_else_expr.__test__) Doctest: if_else_expr.__test__.test_cpp_pyobject_cast (line 28) ... ok test_type_cast (line 12) (if_else_expr.__test__) Doctest: if_else_expr.__test__.test_type_cast (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running if_else_expr ... test_charptr_coercion (line 36) (if_else_expr.__test__) Doctest: if_else_expr.__test__.test_charptr_coercion (line 36) ... ok test_cpp_pyobject_cast (line 28) (if_else_expr.__test__) Doctest: if_else_expr.__test__.test_cpp_pyobject_cast (line 28) ... ok test_type_cast (line 12) (if_else_expr.__test__) Doctest: if_else_expr.__test__.test_type_cast (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running if_else_expr_cpp ... test_both_ref (line 29) (if_else_expr_cpp.__test__) Doctest: if_else_expr_cpp.__test__.test_both_ref (line 29) ... ok test_one_ref (line 19) (if_else_expr_cpp.__test__) Doctest: if_else_expr_cpp.__test__.test_one_ref (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ifelseexpr_T267 ... const_false (line 51) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.const_false (line 51) ... ok const_true (line 43) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.const_true (line 43) ... ok constants (line 9) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.constants (line 9) ... ok nested (line 29) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.nested (line 29) ... ok temps (line 19) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.temps (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ifelseexpr_T267 ... const_false (line 51) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.const_false (line 51) ... ok const_true (line 43) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.const_true (line 43) ... ok constants (line 9) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.constants (line 9) ... ok nested (line 29) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.nested (line 29) ... ok temps (line 19) (ifelseexpr_T267.__test__) Doctest: ifelseexpr_T267.__test__.temps (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running import_error_T734 ... test_import_error (line 4) (import_error_T734.__test__) Doctest: import_error_T734.__test__.test_import_error (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running import_error_T734 ... test_import_error (line 4) (import_error_T734.__test__) Doctest: import_error_T734.__test__.test_import_error (line 4) ... ok run (__main__.PureDoctestTestCase) running pure doctests in import_error_T734 ... test_import_error (pure_doctest__import_error_T734) Doctest: pure_doctest__import_error_T734.test_import_error ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running import_star ... test_cdefed_cvalues (line 26) (import_star.__test__) Doctest: import_star.__test__.test_cdefed_cvalues (line 26) ... ok test_cdefed_objects (line 17) (import_star.__test__) Doctest: import_star.__test__.test_cdefed_objects (line 17) ... ok test_non_cdefed_names (line 35) (import_star.__test__) Doctest: import_star.__test__.test_non_cdefed_names (line 35) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running import_star ... test_cdefed_cvalues (line 26) (import_star.__test__) Doctest: import_star.__test__.test_cdefed_cvalues (line 26) ... ok test_cdefed_objects (line 17) (import_star.__test__) Doctest: import_star.__test__.test_cdefed_objects (line 17) ... ok test_non_cdefed_names (line 35) (import_star.__test__) Doctest: import_star.__test__.test_non_cdefed_names (line 35) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running importas ... importas () Doctest: importas ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running importas ... importas () Doctest: importas ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running importfrom ... import1 (line 3) (importfrom.__test__) Doctest: importfrom.__test__.import1 (line 3) ... ok import2 (line 16) (importfrom.__test__) Doctest: importfrom.__test__.import2 (line 16) ... ok import3 (line 31) (importfrom.__test__) Doctest: importfrom.__test__.import3 (line 31) ... ok import4 (line 39) (importfrom.__test__) Doctest: importfrom.__test__.import4 (line 39) ... ok typed_imports (line 49) (importfrom.__test__) Doctest: importfrom.__test__.typed_imports (line 49) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running importfrom ... import1 (line 3) (importfrom.__test__) Doctest: importfrom.__test__.import1 (line 3) ... ok import2 (line 16) (importfrom.__test__) Doctest: importfrom.__test__.import2 (line 16) ... ok import3 (line 31) (importfrom.__test__) Doctest: importfrom.__test__.import3 (line 31) ... ok import4 (line 39) (importfrom.__test__) Doctest: importfrom.__test__.import4 (line 39) ... ok typed_imports (line 49) (importfrom.__test__) Doctest: importfrom.__test__.typed_imports (line 49) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running in_list_with_side_effects_T544 ... test (line 7) (in_list_with_side_effects_T544.__test__) Doctest: in_list_with_side_effects_T544.__test__.test (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running in_list_with_side_effects_T544 ... test (line 7) (in_list_with_side_effects_T544.__test__) Doctest: in_list_with_side_effects_T544.__test__.test (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running include ... include () Doctest: include ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running include ... include () Doctest: include ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running index ... index () Doctest: index ... ok del_index_list (line 78) (index.__test__) Doctest: index.__test__.del_index_list (line 78) ... ok del_large_index (line 306) (index.__test__) Doctest: index.__test__.del_large_index (line 306) ... ok index_list (line 38) (index.__test__) Doctest: index.__test__.index_list (line 38) ... ok index_object (line 55) (index.__test__) Doctest: index.__test__.index_object (line 55) ... ok index_tuple (line 21) (index.__test__) Doctest: index.__test__.index_tuple (line 21) ... ok large_literal_index (line 252) (index.__test__) Doctest: index.__test__.large_literal_index (line 252) ... ok set_index_list (line 97) (index.__test__) Doctest: index.__test__.set_index_list (line 97) ... ok set_large_index (line 320) (index.__test__) Doctest: index.__test__.set_large_index (line 320) ... ok test_boundscheck_signed (line 229) (index.__test__) Doctest: index.__test__.test_boundscheck_signed (line 229) ... ok test_boundscheck_unsigned (line 217) (index.__test__) Doctest: index.__test__.test_boundscheck_unsigned (line 217) ... ok test_large_indexing (line 278) (index.__test__) Doctest: index.__test__.test_large_indexing (line 278) ... ok test_long_long (line 150) (index.__test__) Doctest: index.__test__.test_long_long (line 150) ... ok test_ulong_long (line 195) (index.__test__) Doctest: index.__test__.test_ulong_long (line 195) ... ok test_unsigned_long (line 118) (index.__test__) Doctest: index.__test__.test_unsigned_long (line 118) ... ok test_unsigned_short (line 134) (index.__test__) Doctest: index.__test__.test_unsigned_short (line 134) ... ok test_wraparound_signed (line 241) (index.__test__) Doctest: index.__test__.test_wraparound_signed (line 241) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running index ... index () Doctest: index ... ok del_index_list (line 78) (index.__test__) Doctest: index.__test__.del_index_list (line 78) ... ok del_large_index (line 306) (index.__test__) Doctest: index.__test__.del_large_index (line 306) ... ok index_list (line 38) (index.__test__) Doctest: index.__test__.index_list (line 38) ... ok index_object (line 55) (index.__test__) Doctest: index.__test__.index_object (line 55) ... ok index_tuple (line 21) (index.__test__) Doctest: index.__test__.index_tuple (line 21) ... ok large_literal_index (line 252) (index.__test__) Doctest: index.__test__.large_literal_index (line 252) ... ok set_index_list (line 97) (index.__test__) Doctest: index.__test__.set_index_list (line 97) ... ok set_large_index (line 320) (index.__test__) Doctest: index.__test__.set_large_index (line 320) ... ok test_boundscheck_signed (line 229) (index.__test__) Doctest: index.__test__.test_boundscheck_signed (line 229) ... ok test_boundscheck_unsigned (line 217) (index.__test__) Doctest: index.__test__.test_boundscheck_unsigned (line 217) ... ok test_large_indexing (line 278) (index.__test__) Doctest: index.__test__.test_large_indexing (line 278) ... ok test_long_long (line 150) (index.__test__) Doctest: index.__test__.test_long_long (line 150) ... ok test_ulong_long (line 195) (index.__test__) Doctest: index.__test__.test_ulong_long (line 195) ... ok test_unsigned_long (line 118) (index.__test__) Doctest: index.__test__.test_unsigned_long (line 118) ... ok test_unsigned_short (line 134) (index.__test__) Doctest: index.__test__.test_unsigned_short (line 134) ... ok test_wraparound_signed (line 241) (index.__test__) Doctest: index.__test__.test_wraparound_signed (line 241) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running inhcmethcall ... inhcmethcall () Doctest: inhcmethcall ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running inhcmethcall ... inhcmethcall () Doctest: inhcmethcall ... ok runTest (__main__.EndToEndTest) End-to-end initial_file_path ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running inline ... test (line 1) (inline.__test__) Doctest: inline.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running inline ... test (line 1) (inline.__test__) Doctest: inline.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running inlined_context_manager ... with_statement (line 13) (inlined_context_manager.__test__) Doctest: inlined_context_manager.__test__.with_statement (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running inlined_context_manager ... with_statement (line 13) (inlined_context_manager.__test__) Doctest: inlined_context_manager.__test__.with_statement (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running inlinepxd ... inlinepxd () Doctest: inlinepxd ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running inlinepxd ... inlinepxd () Doctest: inlinepxd ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running inop ... conditional_bytes (line 253) (inop.__test__) Doctest: inop.__test__.conditional_bytes (line 253) ... ok conditional_int (line 227) (inop.__test__) Doctest: inop.__test__.conditional_int (line 227) ... ok conditional_none (line 279) (inop.__test__) Doctest: inop.__test__.conditional_none (line 279) ... ok conditional_object (line 240) (inop.__test__) Doctest: inop.__test__.conditional_object (line 240) ... ok conditional_unicode (line 266) (inop.__test__) Doctest: inop.__test__.conditional_unicode (line 266) ... ok constant_empty_sequence (line 349) (inop.__test__) Doctest: inop.__test__.constant_empty_sequence (line 349) ... ok constant_empty_sequence_side_effect (line 360) (inop.__test__) Doctest: inop.__test__.constant_empty_sequence_side_effect (line 360) ... ok f (line 4) (inop.__test__) Doctest: inop.__test__.f (line 4) ... ok g (line 16) (inop.__test__) Doctest: inop.__test__.g (line 16) ... ok h (line 28) (inop.__test__) Doctest: inop.__test__.h (line 28) ... ok j (line 38) (inop.__test__) Doctest: inop.__test__.j (line 38) ... ok k (line 49) (inop.__test__) Doctest: inop.__test__.k (line 49) ... ok m_bytes_literal_unsigned (line 148) (inop.__test__) Doctest: inop.__test__.m_bytes_literal_unsigned (line 148) ... ok m_bytes_unsigned (line 118) (inop.__test__) Doctest: inop.__test__.m_bytes_unsigned (line 118) ... ok m_list (line 61) (inop.__test__) Doctest: inop.__test__.m_list (line 61) ... ok m_set (line 85) (inop.__test__) Doctest: inop.__test__.m_set (line 85) ... ok m_tuple (line 73) (inop.__test__) Doctest: inop.__test__.m_tuple (line 73) ... ok m_unicode (line 163) (inop.__test__) Doctest: inop.__test__.m_unicode (line 163) ... ok m_unicode_literal (line 187) (inop.__test__) Doctest: inop.__test__.m_unicode_literal (line 187) ... ok m_wide_unicode_literal (line 206) (inop.__test__) Doctest: inop.__test__.m_wide_unicode_literal (line 206) ... ok n (line 294) (inop.__test__) Doctest: inop.__test__.n (line 294) ... ok p (line 304) (inop.__test__) Doctest: inop.__test__.p (line 304) ... ok q (line 315) (inop.__test__) Doctest: inop.__test__.q (line 315) ... ok r (line 329) (inop.__test__) Doctest: inop.__test__.r (line 329) ... ok s (line 339) (inop.__test__) Doctest: inop.__test__.s (line 339) ... ok test_error_non_iterable (line 374) (inop.__test__) Doctest: inop.__test__.test_error_non_iterable (line 374) ... ok test_error_non_iterable_cascaded (line 382) (inop.__test__) Doctest: inop.__test__.test_error_non_iterable_cascaded (line 382) ... ok test_inop_cascaded (line 390) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded (line 390) ... ok test_inop_cascaded_int (line 439) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_int (line 439) ... ok test_inop_cascaded_int_orig (line 414) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_int_orig (line 414) ... ok test_inop_cascaded_int_orig_err (line 429) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_int_orig_err (line 429) ... ok test_inop_cascaded_one (line 407) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_one (line 407) ... ok test_inop_cascaded_one_err (line 421) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_one_err (line 421) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running inop ... conditional_bytes (line 253) (inop.__test__) Doctest: inop.__test__.conditional_bytes (line 253) ... ok conditional_int (line 227) (inop.__test__) Doctest: inop.__test__.conditional_int (line 227) ... ok conditional_none (line 279) (inop.__test__) Doctest: inop.__test__.conditional_none (line 279) ... ok conditional_object (line 240) (inop.__test__) Doctest: inop.__test__.conditional_object (line 240) ... ok conditional_unicode (line 266) (inop.__test__) Doctest: inop.__test__.conditional_unicode (line 266) ... ok constant_empty_sequence (line 349) (inop.__test__) Doctest: inop.__test__.constant_empty_sequence (line 349) ... ok constant_empty_sequence_side_effect (line 360) (inop.__test__) Doctest: inop.__test__.constant_empty_sequence_side_effect (line 360) ... ok f (line 4) (inop.__test__) Doctest: inop.__test__.f (line 4) ... ok g (line 16) (inop.__test__) Doctest: inop.__test__.g (line 16) ... ok h (line 28) (inop.__test__) Doctest: inop.__test__.h (line 28) ... ok j (line 38) (inop.__test__) Doctest: inop.__test__.j (line 38) ... ok k (line 49) (inop.__test__) Doctest: inop.__test__.k (line 49) ... ok m_bytes_literal_unsigned (line 148) (inop.__test__) Doctest: inop.__test__.m_bytes_literal_unsigned (line 148) ... ok m_bytes_unsigned (line 118) (inop.__test__) Doctest: inop.__test__.m_bytes_unsigned (line 118) ... ok m_list (line 61) (inop.__test__) Doctest: inop.__test__.m_list (line 61) ... ok m_set (line 85) (inop.__test__) Doctest: inop.__test__.m_set (line 85) ... ok m_tuple (line 73) (inop.__test__) Doctest: inop.__test__.m_tuple (line 73) ... ok m_unicode (line 163) (inop.__test__) Doctest: inop.__test__.m_unicode (line 163) ... ok m_unicode_literal (line 187) (inop.__test__) Doctest: inop.__test__.m_unicode_literal (line 187) ... ok m_wide_unicode_literal (line 206) (inop.__test__) Doctest: inop.__test__.m_wide_unicode_literal (line 206) ... ok n (line 294) (inop.__test__) Doctest: inop.__test__.n (line 294) ... ok p (line 304) (inop.__test__) Doctest: inop.__test__.p (line 304) ... ok q (line 315) (inop.__test__) Doctest: inop.__test__.q (line 315) ... ok r (line 329) (inop.__test__) Doctest: inop.__test__.r (line 329) ... ok s (line 339) (inop.__test__) Doctest: inop.__test__.s (line 339) ... ok test_error_non_iterable (line 374) (inop.__test__) Doctest: inop.__test__.test_error_non_iterable (line 374) ... ok test_error_non_iterable_cascaded (line 382) (inop.__test__) Doctest: inop.__test__.test_error_non_iterable_cascaded (line 382) ... ok test_inop_cascaded (line 390) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded (line 390) ... ok test_inop_cascaded_int (line 439) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_int (line 439) ... ok test_inop_cascaded_int_orig (line 414) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_int_orig (line 414) ... ok test_inop_cascaded_int_orig_err (line 429) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_int_orig_err (line 429) ... ok test_inop_cascaded_one (line 407) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_one (line 407) ... ok test_inop_cascaded_one_err (line 421) (inop.__test__) Doctest: inop.__test__.test_inop_cascaded_one_err (line 421) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running inplace ... arrays (line 35) (inplace.__test__) Doctest: inplace.__test__.arrays (line 35) ... ok attributes (line 61) (inplace.__test__) Doctest: inplace.__test__.attributes (line 61) ... ok conditional_inplace (line 248) (inplace.__test__) Doctest: inplace.__test__.conditional_inplace (line 248) ... ok deref_and_increment (line 223) (inplace.__test__) Doctest: inplace.__test__.deref_and_increment (line 223) ... ok double_deref_and_increment (line 235) (inplace.__test__) Doctest: inplace.__test__.double_deref_and_increment (line 235) ... ok f (line 3) (inplace.__test__) Doctest: inplace.__test__.f (line 3) ... ok g (line 13) (inplace.__test__) Doctest: inplace.__test__.g (line 13) ... ok h (line 23) (inplace.__test__) Doctest: inplace.__test__.h (line 23) ... ok nested_array_assignment (line 193) (inplace.__test__) Doctest: inplace.__test__.nested_array_assignment (line 193) ... ok nested_struct_assignment (line 180) (inplace.__test__) Doctest: inplace.__test__.nested_struct_assignment (line 180) ... ok smoketest (line 79) (inplace.__test__) Doctest: inplace.__test__.smoketest (line 79) ... ok test_complex_inplace (line 151) (inplace.__test__) Doctest: inplace.__test__.test_complex_inplace (line 151) ... ok test_inplace_cdivision (line 122) (inplace.__test__) Doctest: inplace.__test__.test_inplace_cdivision (line 122) ... ok test_inplace_pydivision (line 137) (inplace.__test__) Doctest: inplace.__test__.test_inplace_pydivision (line 137) ... ok test_side_effects (line 101) (inplace.__test__) Doctest: inplace.__test__.test_side_effects (line 101) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running inplace ... arrays (line 35) (inplace.__test__) Doctest: inplace.__test__.arrays (line 35) ... ok attributes (line 61) (inplace.__test__) Doctest: inplace.__test__.attributes (line 61) ... ok conditional_inplace (line 248) (inplace.__test__) Doctest: inplace.__test__.conditional_inplace (line 248) ... ok deref_and_increment (line 223) (inplace.__test__) Doctest: inplace.__test__.deref_and_increment (line 223) ... ok double_deref_and_increment (line 235) (inplace.__test__) Doctest: inplace.__test__.double_deref_and_increment (line 235) ... ok f (line 3) (inplace.__test__) Doctest: inplace.__test__.f (line 3) ... ok g (line 13) (inplace.__test__) Doctest: inplace.__test__.g (line 13) ... ok h (line 23) (inplace.__test__) Doctest: inplace.__test__.h (line 23) ... ok nested_array_assignment (line 193) (inplace.__test__) Doctest: inplace.__test__.nested_array_assignment (line 193) ... ok nested_struct_assignment (line 180) (inplace.__test__) Doctest: inplace.__test__.nested_struct_assignment (line 180) ... ok smoketest (line 79) (inplace.__test__) Doctest: inplace.__test__.smoketest (line 79) ... ok test_complex_inplace (line 151) (inplace.__test__) Doctest: inplace.__test__.test_complex_inplace (line 151) ... ok test_inplace_cdivision (line 122) (inplace.__test__) Doctest: inplace.__test__.test_inplace_cdivision (line 122) ... ok test_inplace_pydivision (line 137) (inplace.__test__) Doctest: inplace.__test__.test_inplace_pydivision (line 137) ... ok test_side_effects (line 101) (inplace.__test__) Doctest: inplace.__test__.test_side_effects (line 101) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running int128 ... signed_conversion (line 69) (int128.__test__) Doctest: int128.__test__.signed_conversion (line 69) ... ok unsigned_conversion (line 11) (int128.__test__) Doctest: int128.__test__.unsigned_conversion (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running int128 ... signed_conversion (line 69) (int128.__test__) Doctest: int128.__test__.signed_conversion (line 69) ... ok unsigned_conversion (line 11) (int128.__test__) Doctest: int128.__test__.unsigned_conversion (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running int_float_builtins_as_casts_T400 ... double_to_double_float (line 106) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_double_float (line 106) ... ok double_to_double_int (line 131) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_double_int (line 131) ... ok double_to_py_int (line 120) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_py_int (line 120) ... ok double_to_pyssizet_int (line 19) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_pyssizet_int (line 19) ... ok double_to_short_int (line 7) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_short_int (line 7) ... ok float_to_float_float (line 94) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.float_to_float_float (line 94) ... ok int_to_pyssizet_int (line 31) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.int_to_pyssizet_int (line 31) ... ok int_to_short_int (line 55) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.int_to_short_int (line 55) ... ok no_args_float_cdouble (line 199) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.no_args_float_cdouble (line 199) ... ok no_args_int_cint (line 188) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.no_args_int_cint (line 188) ... ok object_float (line 143) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.object_float (line 143) ... ok object_int (line 166) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.object_int (line 166) ... ok short_to_double_float (line 75) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.short_to_double_float (line 75) ... ok short_to_double_int (line 85) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.short_to_double_int (line 85) ... ok short_to_float_float (line 65) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.short_to_float_float (line 65) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running int_float_builtins_as_casts_T400 ... double_to_double_float (line 106) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_double_float (line 106) ... ok double_to_double_int (line 131) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_double_int (line 131) ... ok double_to_py_int (line 120) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_py_int (line 120) ... ok double_to_pyssizet_int (line 19) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_pyssizet_int (line 19) ... ok double_to_short_int (line 7) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.double_to_short_int (line 7) ... ok float_to_float_float (line 94) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.float_to_float_float (line 94) ... ok int_to_pyssizet_int (line 31) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.int_to_pyssizet_int (line 31) ... ok int_to_short_int (line 55) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.int_to_short_int (line 55) ... ok no_args_float_cdouble (line 199) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.no_args_float_cdouble (line 199) ... ok no_args_int_cint (line 188) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.no_args_int_cint (line 188) ... ok object_float (line 143) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.object_float (line 143) ... ok object_int (line 166) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.object_int (line 166) ... ok short_to_double_float (line 75) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.short_to_double_float (line 75) ... ok short_to_double_int (line 85) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.short_to_double_int (line 85) ... ok short_to_float_float (line 65) (int_float_builtins_as_casts_T400.__test__) Doctest: int_float_builtins_as_casts_T400.__test__.short_to_float_float (line 65) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running int_literals ... c_bin (line 157) (int_literals.__test__) Doctest: int_literals.__test__.c_bin (line 157) ... ok c_hex (line 140) (int_literals.__test__) Doctest: int_literals.__test__.c_hex (line 140) ... ok c_long_types (line 87) (int_literals.__test__) Doctest: int_literals.__test__.c_long_types (line 87) ... ok c_longs (line 12) (int_literals.__test__) Doctest: int_literals.__test__.c_longs (line 12) ... ok c_oct (line 106) (int_literals.__test__) Doctest: int_literals.__test__.c_oct (line 106) ... ok c_oct_py2_legacy (line 116) (int_literals.__test__) Doctest: int_literals.__test__.c_oct_py2_legacy (line 116) ... ok large_literal (line 77) (int_literals.__test__) Doctest: int_literals.__test__.large_literal (line 77) ... ok negative_c_longs (line 28) (int_literals.__test__) Doctest: int_literals.__test__.negative_c_longs (line 28) ... ok py_bin (line 167) (int_literals.__test__) Doctest: int_literals.__test__.py_bin (line 167) ... ok py_hex (line 150) (int_literals.__test__) Doctest: int_literals.__test__.py_hex (line 150) ... ok py_huge_calculated_long (line 48) (int_literals.__test__) Doctest: int_literals.__test__.py_huge_calculated_long (line 48) ... ok py_huge_computation_small_result (line 59) (int_literals.__test__) Doctest: int_literals.__test__.py_huge_computation_small_result (line 59) ... ok py_huge_computation_small_result_neg (line 68) (int_literals.__test__) Doctest: int_literals.__test__.py_huge_computation_small_result_neg (line 68) ... ok py_longs (line 37) (int_literals.__test__) Doctest: int_literals.__test__.py_longs (line 37) ... ok py_oct (line 126) (int_literals.__test__) Doctest: int_literals.__test__.py_oct (line 126) ... ok py_oct_py2_legacy (line 133) (int_literals.__test__) Doctest: int_literals.__test__.py_oct_py2_legacy (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running int_literals ... c_bin (line 157) (int_literals.__test__) Doctest: int_literals.__test__.c_bin (line 157) ... ok c_hex (line 140) (int_literals.__test__) Doctest: int_literals.__test__.c_hex (line 140) ... ok c_long_types (line 87) (int_literals.__test__) Doctest: int_literals.__test__.c_long_types (line 87) ... ok c_longs (line 12) (int_literals.__test__) Doctest: int_literals.__test__.c_longs (line 12) ... ok c_oct (line 106) (int_literals.__test__) Doctest: int_literals.__test__.c_oct (line 106) ... ok c_oct_py2_legacy (line 116) (int_literals.__test__) Doctest: int_literals.__test__.c_oct_py2_legacy (line 116) ... ok large_literal (line 77) (int_literals.__test__) Doctest: int_literals.__test__.large_literal (line 77) ... ok negative_c_longs (line 28) (int_literals.__test__) Doctest: int_literals.__test__.negative_c_longs (line 28) ... ok py_bin (line 167) (int_literals.__test__) Doctest: int_literals.__test__.py_bin (line 167) ... ok py_hex (line 150) (int_literals.__test__) Doctest: int_literals.__test__.py_hex (line 150) ... ok py_huge_calculated_long (line 48) (int_literals.__test__) Doctest: int_literals.__test__.py_huge_calculated_long (line 48) ... ok py_huge_computation_small_result (line 59) (int_literals.__test__) Doctest: int_literals.__test__.py_huge_computation_small_result (line 59) ... ok py_huge_computation_small_result_neg (line 68) (int_literals.__test__) Doctest: int_literals.__test__.py_huge_computation_small_result_neg (line 68) ... ok py_longs (line 37) (int_literals.__test__) Doctest: int_literals.__test__.py_longs (line 37) ... ok py_oct (line 126) (int_literals.__test__) Doctest: int_literals.__test__.py_oct (line 126) ... ok py_oct_py2_legacy (line 133) (int_literals.__test__) Doctest: int_literals.__test__.py_oct_py2_legacy (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running intern_T431 ... intern_T431 () Doctest: intern_T431 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running intern_T431 ... intern_T431 () Doctest: intern_T431 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running internal_cdef_class ... PublicType (internal_cdef_class) Doctest: internal_cdef_class.PublicType ... ok test (line 17) (internal_cdef_class.__test__) Doctest: internal_cdef_class.__test__.test (line 17) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running internal_cdef_class ... PublicType (internal_cdef_class) Doctest: internal_cdef_class.PublicType ... ok test (line 17) (internal_cdef_class.__test__) Doctest: internal_cdef_class.__test__.test (line 17) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ipow_crash_T562 ... CrashIPOW (ipow_crash_T562) Doctest: ipow_crash_T562.CrashIPOW ... ok IPOW (ipow_crash_T562) Doctest: ipow_crash_T562.IPOW ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ipow_crash_T562 ... CrashIPOW (ipow_crash_T562) Doctest: ipow_crash_T562.CrashIPOW ... ok IPOW (ipow_crash_T562) Doctest: ipow_crash_T562.IPOW ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ishimoto2 ... C (ishimoto2) Doctest: ishimoto2.C ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ishimoto2 ... C (ishimoto2) Doctest: ishimoto2.C ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ishimoto3 ... ishimoto3 () Doctest: ishimoto3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ishimoto3 ... ishimoto3 () Doctest: ishimoto3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running isinstance ... test_custom (line 133) (isinstance.__test__) Doctest: isinstance.__test__.test_custom (line 133) ... ok test_custom_tuple (line 152) (isinstance.__test__) Doctest: isinstance.__test__.test_custom_tuple (line 152) ... ok test_nested (line 164) (isinstance.__test__) Doctest: isinstance.__test__.test_nested (line 164) ... ok test_non_optimised (line 15) (isinstance.__test__) Doctest: isinstance.__test__.test_non_optimised (line 15) ... ok test_optimised (line 41) (isinstance.__test__) Doctest: isinstance.__test__.test_optimised (line 41) ... ok test_optimised_tuple (line 117) (isinstance.__test__) Doctest: isinstance.__test__.test_optimised_tuple (line 117) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running isinstance ... test_custom (line 133) (isinstance.__test__) Doctest: isinstance.__test__.test_custom (line 133) ... ok test_custom_tuple (line 152) (isinstance.__test__) Doctest: isinstance.__test__.test_custom_tuple (line 152) ... ok test_nested (line 164) (isinstance.__test__) Doctest: isinstance.__test__.test_nested (line 164) ... ok test_non_optimised (line 15) (isinstance.__test__) Doctest: isinstance.__test__.test_non_optimised (line 15) ... ok test_optimised (line 41) (isinstance.__test__) Doctest: isinstance.__test__.test_optimised (line 41) ... ok test_optimised_tuple (line 117) (isinstance.__test__) Doctest: isinstance.__test__.test_optimised_tuple (line 117) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running isnonebool ... test_and (line 1) (isnonebool.__test__) Doctest: isnonebool.__test__.test_and (line 1) ... ok test_more (line 12) (isnonebool.__test__) Doctest: isnonebool.__test__.test_more (line 12) ... ok test_more_c (line 25) (isnonebool.__test__) Doctest: isnonebool.__test__.test_more_c (line 25) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running isnonebool ... test_and (line 1) (isnonebool.__test__) Doctest: isnonebool.__test__.test_and (line 1) ... ok test_more (line 12) (isnonebool.__test__) Doctest: isnonebool.__test__.test_more (line 12) ... ok test_more_c (line 25) (isnonebool.__test__) Doctest: isnonebool.__test__.test_more_c (line 25) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running isnot ... is_not (line 7) (isnot.__test__) Doctest: isnot.__test__.is_not (line 7) ... ok is_not_None (line 43) (isnot.__test__) Doctest: isnot.__test__.is_not_None (line 43) ... ok not_is (line 31) (isnot.__test__) Doctest: isnot.__test__.not_is (line 31) ... ok not_is_None (line 65) (isnot.__test__) Doctest: isnot.__test__.not_is_None (line 65) ... ok not_is_not (line 19) (isnot.__test__) Doctest: isnot.__test__.not_is_not (line 19) ... ok not_is_not_None (line 54) (isnot.__test__) Doctest: isnot.__test__.not_is_not_None (line 54) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running isnot ... is_not (line 7) (isnot.__test__) Doctest: isnot.__test__.is_not (line 7) ... ok is_not_None (line 43) (isnot.__test__) Doctest: isnot.__test__.is_not_None (line 43) ... ok not_is (line 31) (isnot.__test__) Doctest: isnot.__test__.not_is (line 31) ... ok not_is_None (line 65) (isnot.__test__) Doctest: isnot.__test__.not_is_None (line 65) ... ok not_is_not (line 19) (isnot.__test__) Doctest: isnot.__test__.not_is_not (line 19) ... ok not_is_not_None (line 54) (isnot.__test__) Doctest: isnot.__test__.not_is_not_None (line 54) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running iter ... call_iter1 (line 2) (iter.__test__) Doctest: iter.__test__.call_iter1 (line 2) ... ok call_iter2 (line 20) (iter.__test__) Doctest: iter.__test__.call_iter2 (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running iter ... call_iter1 (line 2) (iter.__test__) Doctest: iter.__test__.call_iter1 (line 2) ... ok call_iter2 (line 20) (iter.__test__) Doctest: iter.__test__.call_iter2 (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running iteratorexception ... f (line 9) (iteratorexception.__test__) Doctest: iteratorexception.__test__.f (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running iteratorexception ... f (line 9) (iteratorexception.__test__) Doctest: iteratorexception.__test__.f (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running iterdict ... dict_iteritems (line 8) (iterdict.__test__) Doctest: iterdict.__test__.dict_iteritems (line 8) ... ok dict_iterkeys (line 19) (iterdict.__test__) Doctest: iterdict.__test__.dict_iterkeys (line 19) ... ok dict_itervalues (line 30) (iterdict.__test__) Doctest: iterdict.__test__.dict_itervalues (line 30) ... ok for_in_items_of_expression (line 532) (iterdict.__test__) Doctest: iterdict.__test__.for_in_items_of_expression (line 532) ... ok for_in_iteritems_of_expression (line 546) (iterdict.__test__) Doctest: iterdict.__test__.for_in_iteritems_of_expression (line 546) ... ok items (line 43) (iterdict.__test__) Doctest: iterdict.__test__.items (line 43) ... ok items_of_expression (line 510) (iterdict.__test__) Doctest: iterdict.__test__.items_of_expression (line 510) ... ok iterdict (line 274) (iterdict.__test__) Doctest: iterdict.__test__.iterdict (line 274) ... ok iterdict_change_size (line 433) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_change_size (line 433) ... ok iterdict_int (line 290) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_int (line 290) ... ok iterdict_listcomp (line 328) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_listcomp (line 328) ... ok iterdict_reassign (line 310) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_reassign (line 310) ... ok iteritems (line 57) (iterdict.__test__) Doctest: iterdict.__test__.iteritems (line 57) ... ok iteritems_dict (line 98) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_dict (line 98) ... ok iteritems_int (line 112) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_int (line 112) ... ok iteritems_of_expression (line 521) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_of_expression (line 521) ... ok iteritems_tuple (line 174) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_tuple (line 174) ... ok iterkeys (line 198) (iterdict.__test__) Doctest: iterdict.__test__.iterkeys (line 198) ... ok iterkeys_int (line 254) (iterdict.__test__) Doctest: iterdict.__test__.iterkeys_int (line 254) ... ok itervalues (line 342) (iterdict.__test__) Doctest: iterdict.__test__.itervalues (line 342) ... ok itervalues_int (line 385) (iterdict.__test__) Doctest: iterdict.__test__.itervalues_int (line 385) ... ok itervalues_kwargs (line 419) (iterdict.__test__) Doctest: iterdict.__test__.itervalues_kwargs (line 419) ... ok itervalues_listcomp (line 405) (iterdict.__test__) Doctest: iterdict.__test__.itervalues_listcomp (line 405) ... ok optimistic_iterdict_change_size (line 463) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iterdict_change_size (line 463) ... ok optimistic_iteritems (line 73) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iteritems (line 73) ... ok optimistic_iteritems_int (line 138) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iteritems_int (line 138) ... ok optimistic_iterkeys (line 214) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iterkeys (line 214) ... ok optimistic_iterkeys_argerror (line 243) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iterkeys_argerror (line 243) ... ok optimistic_itervalues (line 358) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_itervalues (line 358) ... ok values_of_expression (line 501) (iterdict.__test__) Doctest: iterdict.__test__.values_of_expression (line 501) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running iterdict ... dict_iteritems (line 8) (iterdict.__test__) Doctest: iterdict.__test__.dict_iteritems (line 8) ... ok dict_iterkeys (line 19) (iterdict.__test__) Doctest: iterdict.__test__.dict_iterkeys (line 19) ... ok dict_itervalues (line 30) (iterdict.__test__) Doctest: iterdict.__test__.dict_itervalues (line 30) ... ok for_in_items_of_expression (line 532) (iterdict.__test__) Doctest: iterdict.__test__.for_in_items_of_expression (line 532) ... ok for_in_iteritems_of_expression (line 546) (iterdict.__test__) Doctest: iterdict.__test__.for_in_iteritems_of_expression (line 546) ... ok items (line 43) (iterdict.__test__) Doctest: iterdict.__test__.items (line 43) ... ok items_of_expression (line 510) (iterdict.__test__) Doctest: iterdict.__test__.items_of_expression (line 510) ... ok iterdict (line 274) (iterdict.__test__) Doctest: iterdict.__test__.iterdict (line 274) ... ok iterdict_change_size (line 433) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_change_size (line 433) ... ok iterdict_int (line 290) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_int (line 290) ... ok iterdict_listcomp (line 328) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_listcomp (line 328) ... ok iterdict_reassign (line 310) (iterdict.__test__) Doctest: iterdict.__test__.iterdict_reassign (line 310) ... ok iteritems (line 57) (iterdict.__test__) Doctest: iterdict.__test__.iteritems (line 57) ... ok iteritems_dict (line 98) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_dict (line 98) ... ok iteritems_int (line 112) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_int (line 112) ... ok iteritems_of_expression (line 521) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_of_expression (line 521) ... ok iteritems_tuple (line 174) (iterdict.__test__) Doctest: iterdict.__test__.iteritems_tuple (line 174) ... ok iterkeys (line 198) (iterdict.__test__) Doctest: iterdict.__test__.iterkeys (line 198) ... ok iterkeys_int (line 254) (iterdict.__test__) Doctest: iterdict.__test__.iterkeys_int (line 254) ... ok itervalues (line 342) (iterdict.__test__) Doctest: iterdict.__test__.itervalues (line 342) ... ok itervalues_int (line 385) (iterdict.__test__) Doctest: iterdict.__test__.itervalues_int (line 385) ... ok itervalues_kwargs (line 419) (iterdict.__test__) Doctest: iterdict.__test__.itervalues_kwargs (line 419) ... ok itervalues_listcomp (line 405) (iterdict.__test__) Doctest: iterdict.__test__.itervalues_listcomp (line 405) ... ok optimistic_iterdict_change_size (line 463) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iterdict_change_size (line 463) ... ok optimistic_iteritems (line 73) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iteritems (line 73) ... ok optimistic_iteritems_int (line 138) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iteritems_int (line 138) ... ok optimistic_iterkeys (line 214) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iterkeys (line 214) ... ok optimistic_iterkeys_argerror (line 243) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_iterkeys_argerror (line 243) ... ok optimistic_itervalues (line 358) (iterdict.__test__) Doctest: iterdict.__test__.optimistic_itervalues (line 358) ... ok values_of_expression (line 501) (iterdict.__test__) Doctest: iterdict.__test__.values_of_expression (line 501) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running jarausch1 ... jarausch1 () Doctest: jarausch1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running jarausch1 ... jarausch1 () Doctest: jarausch1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running king1 ... bf (line 15) (king1.__test__) Doctest: king1.__test__.bf (line 15) ... ok uf (line 3) (king1.__test__) Doctest: king1.__test__.uf (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running king1 ... bf (line 15) (king1.__test__) Doctest: king1.__test__.bf (line 15) ... ok uf (line 3) (king1.__test__) Doctest: king1.__test__.uf (line 3) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running knuth_man_or_boy_test ... a (line 46) (knuth_man_or_boy_test.__test__) Doctest: knuth_man_or_boy_test.__test__.a (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running knuth_man_or_boy_test ... a (line 46) (knuth_man_or_boy_test.__test__) Doctest: knuth_man_or_boy_test.__test__.a (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running kostyrka ... kostyrka () Doctest: kostyrka ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running kostyrka ... kostyrka () Doctest: kostyrka ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running kostyrka2 ... kostyrka2 () Doctest: kostyrka2 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running kostyrka2 ... kostyrka2 () Doctest: kostyrka2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running kwargproblems ... test (line 2) (kwargproblems.__test__) Doctest: kwargproblems.__test__.test (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running kwargproblems ... test (line 2) (kwargproblems.__test__) Doctest: kwargproblems.__test__.test (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running kwargs_passthrough ... kwargs_metaclass (line 231) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.kwargs_metaclass (line 231) ... ok modify_in_closure (line 48) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.modify_in_closure (line 48) ... ok unused (line 23) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.unused (line 23) ... ok used_in_closure (line 34) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.used_in_closure (line 34) ... ok wrap_modify (line 103) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify (line 103) ... ok wrap_modify_func (line 152) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify_func (line 152) ... ok wrap_modify_func_mix (line 179) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify_func_mix (line 179) ... ok wrap_modify_mix (line 127) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify_mix (line 127) ... ok wrap_passthrough (line 5) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_passthrough (line 5) ... ok wrap_passthrough2 (line 84) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_passthrough2 (line 84) ... ok wrap_passthrough_more (line 65) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_passthrough_more (line 65) ... ok wrap_reassign (line 207) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_reassign (line 207) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running kwargs_passthrough ... kwargs_metaclass (line 231) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.kwargs_metaclass (line 231) ... ok modify_in_closure (line 48) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.modify_in_closure (line 48) ... ok unused (line 23) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.unused (line 23) ... ok used_in_closure (line 34) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.used_in_closure (line 34) ... ok wrap_modify (line 103) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify (line 103) ... ok wrap_modify_func (line 152) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify_func (line 152) ... ok wrap_modify_func_mix (line 179) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify_func_mix (line 179) ... ok wrap_modify_mix (line 127) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_modify_mix (line 127) ... ok wrap_passthrough (line 5) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_passthrough (line 5) ... ok wrap_passthrough2 (line 84) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_passthrough2 (line 84) ... ok wrap_passthrough_more (line 65) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_passthrough_more (line 65) ... ok wrap_reassign (line 207) (kwargs_passthrough.__test__) Doctest: kwargs_passthrough.__test__.wrap_reassign (line 207) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running kwonlyargs ... b (line 1) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.b (line 1) ... ok c (line 10) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.c (line 10) ... ok d (line 20) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.d (line 20) ... ok e (line 33) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.e (line 33) ... ok f (line 46) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.f (line 46) ... ok g (line 62) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.g (line 62) ... ok h (line 79) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.h (line 79) ... ok k (line 94) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.k (line 94) ... ok l (line 109) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.l (line 109) ... ok m (line 128) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.m (line 128) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running kwonlyargs ... b (line 1) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.b (line 1) ... ok c (line 10) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.c (line 10) ... ok d (line 20) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.d (line 20) ... ok e (line 33) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.e (line 33) ... ok f (line 46) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.f (line 46) ... ok g (line 62) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.g (line 62) ... ok h (line 79) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.h (line 79) ... ok k (line 94) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.k (line 94) ... ok l (line 109) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.l (line 109) ... ok m (line 128) (kwonlyargs.__test__) Doctest: kwonlyargs.__test__.m (line 128) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running kwonlyargscall ... call0ab (line 3) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call0ab (line 3) ... ok call0abc (line 15) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call0abc (line 15) ... ok call2 (line 32) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2 (line 32) ... ok call2c (line 95) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2c (line 95) ... ok call2cd (line 132) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cd (line 132) ... ok call2cde (line 150) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cde (line 150) ... ok call2ce (line 142) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2ce (line 142) ... ok call2cefd (line 191) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cefd (line 191) ... ok call2cf (line 157) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cf (line 157) ... ok call2cfe (line 182) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cfe (line 182) ... ok call2cfex (line 198) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cfex (line 198) ... ok call2d (line 111) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2d (line 111) ... ok call3 (line 52) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call3 (line 52) ... ok call3d (line 124) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call3d (line 124) ... ok call4 (line 81) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call4 (line 81) ... ok call6cf (line 168) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6cf (line 168) ... ok call6cfexy (line 209) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6cfexy (line 209) ... ok call6df (line 175) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6df (line 175) ... ok call6dfexy (line 216) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6dfexy (line 216) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running kwonlyargscall ... call0ab (line 3) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call0ab (line 3) ... ok call0abc (line 15) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call0abc (line 15) ... ok call2 (line 32) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2 (line 32) ... ok call2c (line 95) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2c (line 95) ... ok call2cd (line 132) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cd (line 132) ... ok call2cde (line 150) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cde (line 150) ... ok call2ce (line 142) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2ce (line 142) ... ok call2cefd (line 191) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cefd (line 191) ... ok call2cf (line 157) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cf (line 157) ... ok call2cfe (line 182) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cfe (line 182) ... ok call2cfex (line 198) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2cfex (line 198) ... ok call2d (line 111) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call2d (line 111) ... ok call3 (line 52) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call3 (line 52) ... ok call3d (line 124) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call3d (line 124) ... ok call4 (line 81) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call4 (line 81) ... ok call6cf (line 168) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6cf (line 168) ... ok call6cfexy (line 209) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6cfexy (line 209) ... ok call6df (line 175) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6df (line 175) ... ok call6dfexy (line 216) (kwonlyargscall.__test__) Doctest: kwonlyargscall.__test__.call6dfexy (line 216) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running lambda_T195 ... make_const0 (line 24) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const0 (line 24) ... ok make_const1 (line 31) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const1 (line 31) ... ok make_const_calc0 (line 41) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const_calc0 (line 41) ... ok make_const_calc1 (line 48) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const_calc1 (line 48) ... ok make_const_calc1_xy (line 55) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const_calc1_xy (line 55) ... ok make_identity (line 14) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_identity (line 14) ... ok make_lambda_lambda (line 62) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_lambda_lambda (line 62) ... ok make_typed_lambda_lambda (line 70) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_typed_lambda_lambda (line 70) ... ok pass_lambda (line 84) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda (line 84) ... ok pass_lambda_with_args (line 92) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda_with_args (line 92) ... ok pass_lambda_with_args_kwargs (line 100) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda_with_args_kwargs (line 100) ... ok pass_lambda_with_args_kwargs_kwonly_args (line 108) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda_with_args_kwargs_kwonly_args (line 108) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running lambda_T195 ... make_const0 (line 24) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const0 (line 24) ... ok make_const1 (line 31) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const1 (line 31) ... ok make_const_calc0 (line 41) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const_calc0 (line 41) ... ok make_const_calc1 (line 48) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const_calc1 (line 48) ... ok make_const_calc1_xy (line 55) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_const_calc1_xy (line 55) ... ok make_identity (line 14) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_identity (line 14) ... ok make_lambda_lambda (line 62) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_lambda_lambda (line 62) ... ok make_typed_lambda_lambda (line 70) (lambda_T195.__test__) Doctest: lambda_T195.__test__.make_typed_lambda_lambda (line 70) ... ok pass_lambda (line 84) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda (line 84) ... ok pass_lambda_with_args (line 92) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda_with_args (line 92) ... ok pass_lambda_with_args_kwargs (line 100) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda_with_args_kwargs (line 100) ... ok pass_lambda_with_args_kwargs_kwonly_args (line 108) (lambda_T195.__test__) Doctest: lambda_T195.__test__.pass_lambda_with_args_kwargs_kwonly_args (line 108) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running lambda_T723 ... t723 (line 5) (lambda_T723.__test__) Doctest: lambda_T723.__test__.t723 (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running lambda_T723 ... t723 (line 5) (lambda_T723.__test__) Doctest: lambda_T723.__test__.t723 (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running lambda_class_T605 ... Bar (lambda_class_T605) Doctest: lambda_class_T605.Bar ... ok Foo (lambda_class_T605) Doctest: lambda_class_T605.Foo ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running lambda_class_T605 ... Bar (lambda_class_T605) Doctest: lambda_class_T605.Bar ... ok Foo (lambda_class_T605) Doctest: lambda_class_T605.Foo ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running lambda_module_T603 ... lambda_module_T603 () Doctest: lambda_module_T603 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running lambda_module_T603 ... lambda_module_T603 () Doctest: lambda_module_T603 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running lambda_tests ... g0 (line 17) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g0 (line 17) ... ok g1 (line 25) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g1 (line 25) ... ok g10 (line 88) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g10 (line 88) ... ok g12 (line 102) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g12 (line 102) ... ok g14 (line 115) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g14 (line 115) ... ok g15 (line 126) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g15 (line 126) ... ok g17 (line 134) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g17 (line 134) ... ok g18 (line 145) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g18 (line 145) ... ok g2 (line 34) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g2 (line 34) ... ok g20 (line 153) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g20 (line 153) ... ok g21 (line 164) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g21 (line 164) ... ok g22 (line 177) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g22 (line 177) ... ok g23 (line 186) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g23 (line 186) ... ok g24 (line 195) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g24 (line 195) ... ok g25 (line 204) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g25 (line 204) ... ok g26 (line 214) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g26 (line 214) ... ok g27 (line 224) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g27 (line 224) ... ok g28 (line 232) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g28 (line 232) ... ok g29 (line 241) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g29 (line 241) ... ok g3 (line 43) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g3 (line 43) ... ok g30 (line 252) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g30 (line 252) ... ok g31 (line 261) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g31 (line 261) ... ok g32 (line 271) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g32 (line 271) ... ok g34 (line 281) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g34 (line 281) ... ok g35 (line 294) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g35 (line 294) ... ok g38 (line 303) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g38 (line 303) ... ok g39 (line 322) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g39 (line 322) ... ok g40 (line 331) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g40 (line 331) ... ok g41 (line 339) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g41 (line 339) ... ok g46 (line 348) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g46 (line 348) ... ok g5 (line 51) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g5 (line 51) ... ok g53 (line 365) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g53 (line 365) ... ok g54 (line 387) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g54 (line 387) ... ok g56 (line 395) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g56 (line 395) ... ok g57 (line 406) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g57 (line 406) ... ok g58 (line 415) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g58 (line 415) ... ok g59 (line 424) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g59 (line 424) ... ok g6 (line 62) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g6 (line 62) ... ok g60 (line 434) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g60 (line 434) ... ok g63 (line 444) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g63 (line 444) ... ok g64 (line 458) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g64 (line 458) ... ok g65 (line 468) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g65 (line 468) ... ok g66 (line 477) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g66 (line 477) ... ok g67 (line 487) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g67 (line 487) ... ok g68 (line 501) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g68 (line 501) ... ok g69 (line 511) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g69 (line 511) ... ok g7 (line 70) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g7 (line 70) ... ok g70 (line 523) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g70 (line 523) ... ok g71 (line 534) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g71 (line 534) ... ok g73 (line 546) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g73 (line 546) ... ok g74 (line 560) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g74 (line 560) ... ok g75 (line 571) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g75 (line 571) ... ok g8 (line 78) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g8 (line 78) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running lambda_tests ... g0 (line 17) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g0 (line 17) ... ok g1 (line 25) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g1 (line 25) ... ok g10 (line 88) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g10 (line 88) ... ok g12 (line 102) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g12 (line 102) ... ok g14 (line 115) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g14 (line 115) ... ok g15 (line 126) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g15 (line 126) ... ok g17 (line 134) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g17 (line 134) ... ok g18 (line 145) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g18 (line 145) ... ok g2 (line 34) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g2 (line 34) ... ok g20 (line 153) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g20 (line 153) ... ok g21 (line 164) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g21 (line 164) ... ok g22 (line 177) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g22 (line 177) ... ok g23 (line 186) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g23 (line 186) ... ok g24 (line 195) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g24 (line 195) ... ok g25 (line 204) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g25 (line 204) ... ok g26 (line 214) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g26 (line 214) ... ok g27 (line 224) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g27 (line 224) ... ok g28 (line 232) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g28 (line 232) ... ok g29 (line 241) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g29 (line 241) ... ok g3 (line 43) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g3 (line 43) ... ok g30 (line 252) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g30 (line 252) ... ok g31 (line 261) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g31 (line 261) ... ok g32 (line 271) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g32 (line 271) ... ok g34 (line 281) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g34 (line 281) ... ok g35 (line 294) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g35 (line 294) ... ok g38 (line 303) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g38 (line 303) ... ok g39 (line 322) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g39 (line 322) ... ok g40 (line 331) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g40 (line 331) ... ok g41 (line 339) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g41 (line 339) ... ok g46 (line 348) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g46 (line 348) ... ok g5 (line 51) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g5 (line 51) ... ok g53 (line 365) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g53 (line 365) ... ok g54 (line 387) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g54 (line 387) ... ok g56 (line 395) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g56 (line 395) ... ok g57 (line 406) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g57 (line 406) ... ok g58 (line 415) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g58 (line 415) ... ok g59 (line 424) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g59 (line 424) ... ok g6 (line 62) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g6 (line 62) ... ok g60 (line 434) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g60 (line 434) ... ok g63 (line 444) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g63 (line 444) ... ok g64 (line 458) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g64 (line 458) ... ok g65 (line 468) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g65 (line 468) ... ok g66 (line 477) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g66 (line 477) ... ok g67 (line 487) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g67 (line 487) ... ok g68 (line 501) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g68 (line 501) ... ok g69 (line 511) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g69 (line 511) ... ok g7 (line 70) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g7 (line 70) ... ok g70 (line 523) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g70 (line 523) ... ok g71 (line 534) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g71 (line 534) ... ok g73 (line 546) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g73 (line 546) ... ok g74 (line 560) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g74 (line 560) ... ok g75 (line 571) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g75 (line 571) ... ok g8 (line 78) (lambda_tests.__test__) Doctest: lambda_tests.__test__.g8 (line 78) ... ok runTest (__main__.EndToEndTest) End-to-end language_level ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running large_consts_T237 ... add_large (line 6) (large_consts_T237.__test__) Doctest: large_consts_T237.__test__.add_large (line 6) ... ok add_large_pow (line 16) (large_consts_T237.__test__) Doctest: large_consts_T237.__test__.add_large_pow (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running large_consts_T237 ... add_large (line 6) (large_consts_T237.__test__) Doctest: large_consts_T237.__test__.add_large (line 6) ... ok add_large_pow (line 16) (large_consts_T237.__test__) Doctest: large_consts_T237.__test__.add_large_pow (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running lepage_1 ... lepage_1 () Doctest: lepage_1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running lepage_1 ... lepage_1 () Doctest: lepage_1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running letnode_T766 ... test_letnode_enumerate (line 17) (letnode_T766.__test__) Doctest: letnode_T766.__test__.test_letnode_enumerate (line 17) ... ok test_letnode_range (line 5) (letnode_T766.__test__) Doctest: letnode_T766.__test__.test_letnode_range (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running letnode_T766 ... test_letnode_enumerate (line 17) (letnode_T766.__test__) Doctest: letnode_T766.__test__.test_letnode_enumerate (line 17) ... ok test_letnode_range (line 5) (letnode_T766.__test__) Doctest: letnode_T766.__test__.test_letnode_range (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running libc_time ... test_mktime (line 18) (libc_time.__test__) Doctest: libc_time.__test__.test_mktime (line 18) ... ok test_time (line 7) (libc_time.__test__) Doctest: libc_time.__test__.test_time (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running libc_time ... test_mktime (line 18) (libc_time.__test__) Doctest: libc_time.__test__.test_mktime (line 18) ... ok test_time (line 7) (libc_time.__test__) Doctest: libc_time.__test__.test_time (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running libcpp_algo ... heapsort (line 13) (libcpp_algo.__test__) Doctest: libcpp_algo.__test__.heapsort (line 13) ... ok partialsort (line 32) (libcpp_algo.__test__) Doctest: libcpp_algo.__test__.partialsort (line 32) ... ok stdsort (line 47) (libcpp_algo.__test__) Doctest: libcpp_algo.__test__.stdsort (line 47) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running libcpp_all ... test_const_vector (line 75) (libcpp_all.__test__) Doctest: libcpp_all.__test__.test_const_vector (line 75) ... ok test_vector_coercion (line 63) (libcpp_all.__test__) Doctest: libcpp_all.__test__.test_vector_coercion (line 63) ... ok runTest (__main__.EndToEndTest) End-to-end line_profile_test ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running line_trace ... fail_on_call_trace (line 94) (line_trace.__test__) Doctest: line_trace.__test__.fail_on_call_trace (line 94) ... ok fail_on_line_trace (line 112) (line_trace.__test__) Doctest: line_trace.__test__.fail_on_line_trace (line 112) ... ok run_trace (line 68) (line_trace.__test__) Doctest: line_trace.__test__.run_trace (line 68) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running line_trace ... fail_on_call_trace (line 94) (line_trace.__test__) Doctest: line_trace.__test__.fail_on_call_trace (line 94) ... ok fail_on_line_trace (line 112) (line_trace.__test__) Doctest: line_trace.__test__.fail_on_line_trace (line 112) ... ok run_trace (line 68) (line_trace.__test__) Doctest: line_trace.__test__.run_trace (line 68) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running list ... f (line 4) (list.__test__) Doctest: list.__test__.f (line 4) ... ok g (line 12) (list.__test__) Doctest: list.__test__.g (line 12) ... ok h (line 20) (list.__test__) Doctest: list.__test__.h (line 20) ... ok j (line 28) (list.__test__) Doctest: list.__test__.j (line 28) ... ok k (line 36) (list.__test__) Doctest: list.__test__.k (line 36) ... ok test_list_append (line 82) (list.__test__) Doctest: list.__test__.test_list_append (line 82) ... ok test_list_append_insert (line 92) (list.__test__) Doctest: list.__test__.test_list_append_insert (line 92) ... ok test_list_call (line 45) (list.__test__) Doctest: list.__test__.test_list_call (line 45) ... ok test_list_extend (line 141) (list.__test__) Doctest: list.__test__.test_list_extend (line 141) ... ok test_list_pop (line 102) (list.__test__) Doctest: list.__test__.test_list_pop (line 102) ... ok test_list_pop0 (line 112) (list.__test__) Doctest: list.__test__.test_list_pop0 (line 112) ... ok test_list_pop_all (line 122) (list.__test__) Doctest: list.__test__.test_list_pop_all (line 122) ... ok test_list_reverse (line 72) (list.__test__) Doctest: list.__test__.test_list_reverse (line 72) ... ok test_list_sort (line 56) (list.__test__) Doctest: list.__test__.test_list_sort (line 56) ... ok test_none_list_extend (line 155) (list.__test__) Doctest: list.__test__.test_none_list_extend (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running list ... f (line 4) (list.__test__) Doctest: list.__test__.f (line 4) ... ok g (line 12) (list.__test__) Doctest: list.__test__.g (line 12) ... ok h (line 20) (list.__test__) Doctest: list.__test__.h (line 20) ... ok j (line 28) (list.__test__) Doctest: list.__test__.j (line 28) ... ok k (line 36) (list.__test__) Doctest: list.__test__.k (line 36) ... ok test_list_append (line 82) (list.__test__) Doctest: list.__test__.test_list_append (line 82) ... ok test_list_append_insert (line 92) (list.__test__) Doctest: list.__test__.test_list_append_insert (line 92) ... ok test_list_call (line 45) (list.__test__) Doctest: list.__test__.test_list_call (line 45) ... ok test_list_extend (line 141) (list.__test__) Doctest: list.__test__.test_list_extend (line 141) ... ok test_list_pop (line 102) (list.__test__) Doctest: list.__test__.test_list_pop (line 102) ... ok test_list_pop0 (line 112) (list.__test__) Doctest: list.__test__.test_list_pop0 (line 112) ... ok test_list_pop_all (line 122) (list.__test__) Doctest: list.__test__.test_list_pop_all (line 122) ... ok test_list_reverse (line 72) (list.__test__) Doctest: list.__test__.test_list_reverse (line 72) ... ok test_list_sort (line 56) (list.__test__) Doctest: list.__test__.test_list_sort (line 56) ... ok test_none_list_extend (line 155) (list.__test__) Doctest: list.__test__.test_none_list_extend (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running list_comp_in_closure_T598 ... genexpr_in_closure (line 48) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.genexpr_in_closure (line 48) ... ok genexpr_scope_in_closure (line 90) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.genexpr_scope_in_closure (line 90) ... ok list_comp_in_closure (line 6) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.list_comp_in_closure (line 6) ... ok pytyped_genexpr_in_closure (line 61) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_genexpr_in_closure (line 61) ... ok pytyped_genexpr_in_closure_repeated (line 75) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_genexpr_in_closure_repeated (line 75) ... ok pytyped_list_comp_in_closure (line 19) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_list_comp_in_closure (line 19) ... ok pytyped_list_comp_in_closure_repeated (line 33) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_list_comp_in_closure_repeated (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running list_comp_in_closure_T598 ... genexpr_in_closure (line 48) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.genexpr_in_closure (line 48) ... ok genexpr_scope_in_closure (line 90) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.genexpr_scope_in_closure (line 90) ... ok list_comp_in_closure (line 6) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.list_comp_in_closure (line 6) ... ok pytyped_genexpr_in_closure (line 61) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_genexpr_in_closure (line 61) ... ok pytyped_genexpr_in_closure_repeated (line 75) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_genexpr_in_closure_repeated (line 75) ... ok pytyped_list_comp_in_closure (line 19) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_list_comp_in_closure (line 19) ... ok pytyped_list_comp_in_closure_repeated (line 33) (list_comp_in_closure_T598.__test__) Doctest: list_comp_in_closure_T598.__test__.pytyped_list_comp_in_closure_repeated (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running list_pop ... B (list_pop) Doctest: list_pop.B ... ok crazy_pop (line 205) (list_pop.__test__) Doctest: list_pop.__test__.crazy_pop (line 205) ... ok index_pop (line 71) (list_pop.__test__) Doctest: list_pop.__test__.index_pop (line 71) ... ok index_pop_list_object_index (line 142) (list_pop.__test__) Doctest: list_pop.__test__.index_pop_list_object_index (line 142) ... ok index_pop_literal (line 183) (list_pop.__test__) Doctest: list_pop.__test__.index_pop_literal (line 183) ... ok index_pop_typed (line 107) (list_pop.__test__) Doctest: list_pop.__test__.index_pop_typed (line 107) ... ok method_name (line 216) (list_pop.__test__) Doctest: list_pop.__test__.method_name (line 216) ... ok object_pop_large_int (line 224) (list_pop.__test__) Doctest: list_pop.__test__.object_pop_large_int (line 224) ... ok simple_pop (line 23) (list_pop.__test__) Doctest: list_pop.__test__.simple_pop (line 23) ... ok simple_pop_typed (line 48) (list_pop.__test__) Doctest: list_pop.__test__.simple_pop_typed (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running list_pop ... B (list_pop) Doctest: list_pop.B ... ok crazy_pop (line 205) (list_pop.__test__) Doctest: list_pop.__test__.crazy_pop (line 205) ... ok index_pop (line 71) (list_pop.__test__) Doctest: list_pop.__test__.index_pop (line 71) ... ok index_pop_list_object_index (line 142) (list_pop.__test__) Doctest: list_pop.__test__.index_pop_list_object_index (line 142) ... ok index_pop_literal (line 183) (list_pop.__test__) Doctest: list_pop.__test__.index_pop_literal (line 183) ... ok index_pop_typed (line 107) (list_pop.__test__) Doctest: list_pop.__test__.index_pop_typed (line 107) ... ok method_name (line 216) (list_pop.__test__) Doctest: list_pop.__test__.method_name (line 216) ... ok object_pop_large_int (line 224) (list_pop.__test__) Doctest: list_pop.__test__.object_pop_large_int (line 224) ... ok simple_pop (line 23) (list_pop.__test__) Doctest: list_pop.__test__.simple_pop (line 23) ... ok simple_pop_typed (line 48) (list_pop.__test__) Doctest: list_pop.__test__.simple_pop_typed (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running listcomp ... global_listcomp (line 67) (listcomp.__test__) Doctest: listcomp.__test__.global_listcomp (line 67) ... ok inferred_type (line 42) (listcomp.__test__) Doctest: listcomp.__test__.inferred_type (line 42) ... ok int_runvar (line 23) (listcomp.__test__) Doctest: listcomp.__test__.int_runvar (line 23) ... ok iterdict (line 56) (listcomp.__test__) Doctest: listcomp.__test__.iterdict (line 56) ... ok list_genexp (line 13) (listcomp.__test__) Doctest: listcomp.__test__.list_genexp (line 13) ... ok listcomp_as_condition (line 83) (listcomp.__test__) Doctest: listcomp.__test__.listcomp_as_condition (line 83) ... ok listcomp_const_condition_false (line 108) (listcomp.__test__) Doctest: listcomp.__test__.listcomp_const_condition_false (line 108) ... ok listcomp_const_condition_true (line 118) (listcomp.__test__) Doctest: listcomp.__test__.listcomp_const_condition_true (line 118) ... ok nested_result (line 75) (listcomp.__test__) Doctest: listcomp.__test__.nested_result (line 75) ... ok not_inferred_type (line 49) (listcomp.__test__) Doctest: listcomp.__test__.not_inferred_type (line 49) ... ok smoketest (line 3) (listcomp.__test__) Doctest: listcomp.__test__.smoketest (line 3) ... ok sorted_listcomp (line 98) (listcomp.__test__) Doctest: listcomp.__test__.sorted_listcomp (line 98) ... ok typed (line 34) (listcomp.__test__) Doctest: listcomp.__test__.typed (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running listcomp ... global_listcomp (line 67) (listcomp.__test__) Doctest: listcomp.__test__.global_listcomp (line 67) ... ok inferred_type (line 42) (listcomp.__test__) Doctest: listcomp.__test__.inferred_type (line 42) ... ok int_runvar (line 23) (listcomp.__test__) Doctest: listcomp.__test__.int_runvar (line 23) ... ok iterdict (line 56) (listcomp.__test__) Doctest: listcomp.__test__.iterdict (line 56) ... ok list_genexp (line 13) (listcomp.__test__) Doctest: listcomp.__test__.list_genexp (line 13) ... ok listcomp_as_condition (line 83) (listcomp.__test__) Doctest: listcomp.__test__.listcomp_as_condition (line 83) ... ok listcomp_const_condition_false (line 108) (listcomp.__test__) Doctest: listcomp.__test__.listcomp_const_condition_false (line 108) ... ok listcomp_const_condition_true (line 118) (listcomp.__test__) Doctest: listcomp.__test__.listcomp_const_condition_true (line 118) ... ok nested_result (line 75) (listcomp.__test__) Doctest: listcomp.__test__.nested_result (line 75) ... ok not_inferred_type (line 49) (listcomp.__test__) Doctest: listcomp.__test__.not_inferred_type (line 49) ... ok smoketest (line 3) (listcomp.__test__) Doctest: listcomp.__test__.smoketest (line 3) ... ok sorted_listcomp (line 98) (listcomp.__test__) Doctest: listcomp.__test__.sorted_listcomp (line 98) ... ok typed (line 34) (listcomp.__test__) Doctest: listcomp.__test__.typed (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running literal_lists ... literal_lists () Doctest: literal_lists ... ok repeated_literals (line 13) (literal_lists.__test__) Doctest: literal_lists.__test__.repeated_literals (line 13) ... ok test_ints (line 26) (literal_lists.__test__) Doctest: literal_lists.__test__.test_ints (line 26) ... ok test_module_level (line 64) (literal_lists.__test__) Doctest: literal_lists.__test__.test_module_level (line 64) ... ok test_struct (line 48) (literal_lists.__test__) Doctest: literal_lists.__test__.test_struct (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running literal_lists ... literal_lists () Doctest: literal_lists ... ok repeated_literals (line 13) (literal_lists.__test__) Doctest: literal_lists.__test__.repeated_literals (line 13) ... ok test_ints (line 26) (literal_lists.__test__) Doctest: literal_lists.__test__.test_ints (line 26) ... ok test_module_level (line 64) (literal_lists.__test__) Doctest: literal_lists.__test__.test_module_level (line 64) ... ok test_struct (line 48) (literal_lists.__test__) Doctest: literal_lists.__test__.test_struct (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running literals ... foo (line 3) (literals.__test__) Doctest: literals.__test__.foo (line 3) ... ok test_complex (line 79) (literals.__test__) Doctest: literals.__test__.test_complex (line 79) ... ok test_float (line 72) (literals.__test__) Doctest: literals.__test__.test_float (line 72) ... ok test_large_int (line 86) (literals.__test__) Doctest: literals.__test__.test_large_int (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running literals ... foo (line 3) (literals.__test__) Doctest: literals.__test__.foo (line 3) ... ok test_complex (line 79) (literals.__test__) Doctest: literals.__test__.test_complex (line 79) ... ok test_float (line 72) (literals.__test__) Doctest: literals.__test__.test_float (line 72) ... ok test_large_int (line 86) (literals.__test__) Doctest: literals.__test__.test_large_int (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running literalslice ... literalslice () Doctest: literalslice ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running literalslice ... literalslice () Doctest: literalslice ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running locals ... === C/C++ compiler error output: === locals.c: In function '__pyx_pf_6locals_14locals_ctype': locals.c:1835:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable] int *__pyx_v_p; ^ locals.c: In function '__pyx_pf_6locals_16locals_ctype_inferred': locals.c:1922:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable] int *__pyx_v_b; ^ ============================== get_dir (line 22) (locals.__test__) Doctest: locals.__test__.get_dir (line 22) ... ok get_locals (line 4) (locals.__test__) Doctest: locals.__test__.get_locals (line 4) ... ok get_vars (line 13) (locals.__test__) Doctest: locals.__test__.get_vars (line 13) ... ok in_dir (line 44) (locals.__test__) Doctest: locals.__test__.in_dir (line 44) ... ok in_locals (line 31) (locals.__test__) Doctest: locals.__test__.in_locals (line 31) ... ok in_vars (line 57) (locals.__test__) Doctest: locals.__test__.in_vars (line 57) ... ok locals_ctype (line 75) (locals.__test__) Doctest: locals.__test__.locals_ctype (line 75) ... ok locals_ctype_inferred (line 83) (locals.__test__) Doctest: locals.__test__.locals_ctype_inferred (line 83) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running locals ... === C/C++ compiler error output: === locals.cpp: In function 'PyObject* __pyx_pf_6locals_14locals_ctype(PyObject*)': locals.cpp:1844:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable] int *__pyx_v_p; ^ locals.cpp: In function 'PyObject* __pyx_pf_6locals_16locals_ctype_inferred(PyObject*)': locals.cpp:1931:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable] int *__pyx_v_b; ^ ============================== get_dir (line 22) (locals.__test__) Doctest: locals.__test__.get_dir (line 22) ... ok get_locals (line 4) (locals.__test__) Doctest: locals.__test__.get_locals (line 4) ... ok get_vars (line 13) (locals.__test__) Doctest: locals.__test__.get_vars (line 13) ... ok in_dir (line 44) (locals.__test__) Doctest: locals.__test__.in_dir (line 44) ... ok in_locals (line 31) (locals.__test__) Doctest: locals.__test__.in_locals (line 31) ... ok in_vars (line 57) (locals.__test__) Doctest: locals.__test__.in_vars (line 57) ... ok locals_ctype (line 75) (locals.__test__) Doctest: locals.__test__.locals_ctype (line 75) ... ok locals_ctype_inferred (line 83) (locals.__test__) Doctest: locals.__test__.locals_ctype_inferred (line 83) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running locals_T732 ... test_class_dir_contains (line 38) (locals_T732.__test__) Doctest: locals_T732.__test__.test_class_dir_contains (line 38) ... ok test_class_locals_and_dir (line 21) (locals_T732.__test__) Doctest: locals_T732.__test__.test_class_locals_and_dir (line 21) ... ok test_module_locals_and_dir (line 12) (locals_T732.__test__) Doctest: locals_T732.__test__.test_module_locals_and_dir (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running locals_T732 ... test_class_dir_contains (line 38) (locals_T732.__test__) Doctest: locals_T732.__test__.test_class_dir_contains (line 38) ... ok test_class_locals_and_dir (line 21) (locals_T732.__test__) Doctest: locals_T732.__test__.test_class_locals_and_dir (line 21) ... ok test_module_locals_and_dir (line 12) (locals_T732.__test__) Doctest: locals_T732.__test__.test_module_locals_and_dir (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running locals_expressions_T430 ... locals_expressions_T430 () Doctest: locals_expressions_T430 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running locals_expressions_T430 ... locals_expressions_T430 () Doctest: locals_expressions_T430 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running locals_rebind_T429 ... locals_rebind_T429 () Doctest: locals_rebind_T429 ... ok get_locals_rebound (line 14) (locals_rebind_T429.__test__) Doctest: locals_rebind_T429.__test__.get_locals_rebound (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running locals_rebind_T429 ... locals_rebind_T429 () Doctest: locals_rebind_T429 ... ok get_locals_rebound (line 14) (locals_rebind_T429.__test__) Doctest: locals_rebind_T429.__test__.get_locals_rebound (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running longlongindex ... longlongindex () Doctest: longlongindex ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running longlongindex ... longlongindex () Doctest: longlongindex ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running lvalue_refs ... lvalue_refs () Doctest: lvalue_refs ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running mangle_c_keywords ... A (mangle_c_keywords) Doctest: mangle_c_keywords.A ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running mangle_c_keywords ... A (mangle_c_keywords) Doctest: mangle_c_keywords.A ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running matrix_multiplier ... test_imatmul (line 104) (matrix_multiplier.__test__) Doctest: matrix_multiplier.__test__.test_imatmul (line 104) ... ok test_matmul (line 86) (matrix_multiplier.__test__) Doctest: matrix_multiplier.__test__.test_matmul (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running matrix_multiplier ... test_imatmul (line 104) (matrix_multiplier.__test__) Doctest: matrix_multiplier.__test__.test_imatmul (line 104) ... ok test_matmul (line 86) (matrix_multiplier.__test__) Doctest: matrix_multiplier.__test__.test_matmul (line 86) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running memoryview_namespace_T775 ... test_memoryview_namespace (line 5) (memoryview_namespace_T775.__test__) Doctest: memoryview_namespace_T775.__test__.test_memoryview_namespace (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running memoryview_namespace_T775 ... test_memoryview_namespace (line 5) (memoryview_namespace_T775.__test__) Doctest: memoryview_namespace_T775.__test__.test_memoryview_namespace (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running memview_vector ... memview_test (line 6) (memview_vector.__test__) Doctest: memview_vector.__test__.memview_test (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running menten1 ... loops (line 1) (menten1.__test__) Doctest: menten1.__test__.loops (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running menten1 ... loops (line 1) (menten1.__test__) Doctest: menten1.__test__.loops (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running metaclass ... Foo (metaclass) Doctest: metaclass.Foo ... ok Foo3 (metaclass) Doctest: metaclass.Foo3 ... ok FunctionAsPy2Metaclass (metaclass) Doctest: metaclass.FunctionAsPy2Metaclass ... ok Py3ClassMCOnly (metaclass) Doctest: metaclass.Py3ClassMCOnly ... ok Py3Foo (metaclass) Doctest: metaclass.Py3Foo ... ok Py3FooInherited (metaclass) Doctest: metaclass.Py3FooInherited ... ok Py3InheritedMetaclass (metaclass) Doctest: metaclass.Py3InheritedMetaclass ... ok Py3Kwargs (metaclass) Doctest: metaclass.Py3Kwargs ... ok Py3Mixed (metaclass) Doctest: metaclass.Py3Mixed ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running metaclass ... Foo (metaclass) Doctest: metaclass.Foo ... ok Foo3 (metaclass) Doctest: metaclass.Foo3 ... ok FunctionAsPy2Metaclass (metaclass) Doctest: metaclass.FunctionAsPy2Metaclass ... ok Py3ClassMCOnly (metaclass) Doctest: metaclass.Py3ClassMCOnly ... ok Py3Foo (metaclass) Doctest: metaclass.Py3Foo ... ok Py3FooInherited (metaclass) Doctest: metaclass.Py3FooInherited ... ok Py3InheritedMetaclass (metaclass) Doctest: metaclass.Py3InheritedMetaclass ... ok Py3Kwargs (metaclass) Doctest: metaclass.Py3Kwargs ... ok Py3Mixed (metaclass) Doctest: metaclass.Py3Mixed ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running method_module_name_T422 ... method_module_name_T422 () Doctest: method_module_name_T422 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running method_module_name_T422 ... method_module_name_T422 () Doctest: method_module_name_T422 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running methodmangling_T5 ... CyTest (methodmangling_T5) Doctest: methodmangling_T5.CyTest ... ok CyTestSub (methodmangling_T5) Doctest: methodmangling_T5.CyTestSub ... ok _UnderscoreTest (methodmangling_T5) Doctest: methodmangling_T5._UnderscoreTest ... ok get (line 22) (methodmangling_T5.__test__.CyTest) Doctest: methodmangling_T5.__test__.CyTest.get (line 22) ... ok get_inner (line 29) (methodmangling_T5.__test__.CyTest) Doctest: methodmangling_T5.__test__.CyTest.get_inner (line 29) ... ok get (line 64) (methodmangling_T5.__test__.CyTestSub) Doctest: methodmangling_T5.__test__.CyTestSub.get (line 64) ... ok get_inner (line 71) (methodmangling_T5.__test__.CyTestSub) Doctest: methodmangling_T5.__test__.CyTestSub.get_inner (line 71) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running methodmangling_T5 ... CyTest (methodmangling_T5) Doctest: methodmangling_T5.CyTest ... ok CyTestSub (methodmangling_T5) Doctest: methodmangling_T5.CyTestSub ... ok _UnderscoreTest (methodmangling_T5) Doctest: methodmangling_T5._UnderscoreTest ... ok get (line 22) (methodmangling_T5.__test__.CyTest) Doctest: methodmangling_T5.__test__.CyTest.get (line 22) ... ok get_inner (line 29) (methodmangling_T5.__test__.CyTest) Doctest: methodmangling_T5.__test__.CyTest.get_inner (line 29) ... ok get (line 64) (methodmangling_T5.__test__.CyTestSub) Doctest: methodmangling_T5.__test__.CyTestSub.get (line 64) ... ok get_inner (line 71) (methodmangling_T5.__test__.CyTestSub) Doctest: methodmangling_T5.__test__.CyTestSub.get_inner (line 71) ... ok run (__main__.PureDoctestTestCase) running pure doctests in methodmangling_T5 ... CyTest (pure_doctest__methodmangling_T5) Doctest: pure_doctest__methodmangling_T5.CyTest ... ok get (pure_doctest__methodmangling_T5.CyTest) Doctest: pure_doctest__methodmangling_T5.CyTest.get ... ok get_inner (pure_doctest__methodmangling_T5.CyTest) Doctest: pure_doctest__methodmangling_T5.CyTest.get_inner ... ok CyTestSub (pure_doctest__methodmangling_T5) Doctest: pure_doctest__methodmangling_T5.CyTestSub ... ok get (pure_doctest__methodmangling_T5.CyTestSub) Doctest: pure_doctest__methodmangling_T5.CyTestSub.get ... ok get_inner (pure_doctest__methodmangling_T5.CyTestSub) Doctest: pure_doctest__methodmangling_T5.CyTestSub.get_inner ... ok _UnderscoreTest (pure_doctest__methodmangling_T5) Doctest: pure_doctest__methodmangling_T5._UnderscoreTest ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running min_max_optimization ... test_max1 (line 11) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_max1 (line 11) ... ok test_max2 (line 26) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_max2 (line 26) ... ok test_max3 (line 58) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_max3 (line 58) ... ok test_maxN (line 79) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_maxN (line 79) ... ok test_min2 (line 106) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_min2 (line 106) ... ok test_min3 (line 139) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_min3 (line 139) ... ok test_minN (line 161) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_minN (line 161) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running min_max_optimization ... test_max1 (line 11) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_max1 (line 11) ... ok test_max2 (line 26) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_max2 (line 26) ... ok test_max3 (line 58) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_max3 (line 58) ... ok test_maxN (line 79) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_maxN (line 79) ... ok test_min2 (line 106) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_min2 (line 106) ... ok test_min3 (line 139) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_min3 (line 139) ... ok test_minN (line 161) (min_max_optimization.__test__) Doctest: min_max_optimization.__test__.test_minN (line 161) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running mod__name__ ... in_function (line 11) (mod__name__.__test__) Doctest: mod__name__.__test__.in_function (line 11) ... ok in_module (line 4) (mod__name__.__test__) Doctest: mod__name__.__test__.in_module (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running mod__name__ ... in_function (line 11) (mod__name__.__test__) Doctest: mod__name__.__test__.in_function (line 11) ... ok in_module (line 4) (mod__name__.__test__) Doctest: mod__name__.__test__.in_module (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running modbody ... f (line 2) (modbody.__test__) Doctest: modbody.__test__.f (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running modbody ... f (line 2) (modbody.__test__) Doctest: modbody.__test__.f (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running modop ... mod_obj_10 (line 15) (modop.__test__) Doctest: modop.__test__.mod_obj_10 (line 15) ... ok mod_obj_17 (line 86) (modop.__test__) Doctest: modop.__test__.mod_obj_17 (line 86) ... ok mod_obj_m2 (line 157) (modop.__test__) Doctest: modop.__test__.mod_obj_m2 (line 157) ... ok mod_obj_m2f (line 176) (modop.__test__) Doctest: modop.__test__.mod_obj_m2f (line 176) ... ok modint (line 195) (modop.__test__) Doctest: modop.__test__.modint (line 195) ... ok modobj (line 4) (modop.__test__) Doctest: modop.__test__.modobj (line 4) ... ok modptr (line 205) (modop.__test__) Doctest: modop.__test__.modptr (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running modop ... mod_obj_10 (line 15) (modop.__test__) Doctest: modop.__test__.mod_obj_10 (line 15) ... ok mod_obj_17 (line 86) (modop.__test__) Doctest: modop.__test__.mod_obj_17 (line 86) ... ok mod_obj_m2 (line 157) (modop.__test__) Doctest: modop.__test__.mod_obj_m2 (line 157) ... ok mod_obj_m2f (line 176) (modop.__test__) Doctest: modop.__test__.mod_obj_m2f (line 176) ... ok modint (line 195) (modop.__test__) Doctest: modop.__test__.modint (line 195) ... ok modobj (line 4) (modop.__test__) Doctest: modop.__test__.modobj (line 4) ... ok modptr (line 205) (modop.__test__) Doctest: modop.__test__.modptr (line 205) ... ok runTest (__main__.EndToEndTest) End-to-end module_init_error ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running moduletryexcept ... moduletryexcept () Doctest: moduletryexcept ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running moduletryexcept ... moduletryexcept () Doctest: moduletryexcept ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running multass ... multass () Doctest: multass ... ok f (line 10) (multass.__test__) Doctest: multass.__test__.f (line 10) ... ok g (line 20) (multass.__test__) Doctest: multass.__test__.g (line 20) ... ok j (line 38) (multass.__test__) Doctest: multass.__test__.j (line 38) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running multass ... multass () Doctest: multass ... ok f (line 10) (multass.__test__) Doctest: multass.__test__.f (line 10) ... ok g (line 20) (multass.__test__) Doctest: multass.__test__.g (line 20) ... ok j (line 38) (multass.__test__) Doctest: multass.__test__.j (line 38) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running new_as_nonkeyword ... new (line 24) (new_as_nonkeyword.__test__.A) Doctest: new_as_nonkeyword.__test__.A.new (line 24) ... ok new (line 4) (new_as_nonkeyword.__test__) Doctest: new_as_nonkeyword.__test__.new (line 4) ... ok x (line 12) (new_as_nonkeyword.__test__) Doctest: new_as_nonkeyword.__test__.x (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running new_as_nonkeyword ... new (line 24) (new_as_nonkeyword.__test__.A) Doctest: new_as_nonkeyword.__test__.A.new (line 24) ... ok new (line 4) (new_as_nonkeyword.__test__) Doctest: new_as_nonkeyword.__test__.new (line 4) ... ok x (line 12) (new_as_nonkeyword.__test__) Doctest: new_as_nonkeyword.__test__.x (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running new_style_exceptions ... test (line 4) (new_style_exceptions.__test__) Doctest: new_style_exceptions.__test__.test (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running new_style_exceptions ... test (line 4) (new_style_exceptions.__test__) Doctest: new_style_exceptions.__test__.test (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running no_gc_clear ... DisableTpClear (no_gc_clear) Doctest: no_gc_clear.DisableTpClear ... ok test_closure_with_clear (line 74) (no_gc_clear.__test__) Doctest: no_gc_clear.__test__.test_closure_with_clear (line 74) ... ok test_closure_without_clear (line 59) (no_gc_clear.__test__) Doctest: no_gc_clear.__test__.test_closure_without_clear (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running no_gc_clear ... DisableTpClear (no_gc_clear) Doctest: no_gc_clear.DisableTpClear ... ok test_closure_with_clear (line 74) (no_gc_clear.__test__) Doctest: no_gc_clear.__test__.test_closure_with_clear (line 74) ... ok test_closure_without_clear (line 59) (no_gc_clear.__test__) Doctest: no_gc_clear.__test__.test_closure_without_clear (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running nogil ... test (line 9) (nogil.__test__) Doctest: nogil.__test__.test (line 9) ... ok test_nogil_exception_propagation (line 37) (nogil.__test__) Doctest: nogil.__test__.test_nogil_exception_propagation (line 37) ... ok test_unraisable (line 53) (nogil.__test__) Doctest: nogil.__test__.test_unraisable (line 53) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running nogil ... test (line 9) (nogil.__test__) Doctest: nogil.__test__.test (line 9) ... ok test_nogil_exception_propagation (line 37) (nogil.__test__) Doctest: nogil.__test__.test_nogil_exception_propagation (line 37) ... ok test_unraisable (line 53) (nogil.__test__) Doctest: nogil.__test__.test_unraisable (line 53) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running non_dict_kwargs_T470 ... call_non_dict_test (line 24) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_non_dict_test (line 24) ... ok call_non_dict_test_kw (line 31) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_non_dict_test_kw (line 31) ... ok call_sub_dict_test (line 43) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_sub_dict_test (line 43) ... ok call_sub_dict_test_kw (line 50) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_sub_dict_test_kw (line 50) ... ok func (line 5) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.func (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running non_dict_kwargs_T470 ... call_non_dict_test (line 24) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_non_dict_test (line 24) ... ok call_non_dict_test_kw (line 31) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_non_dict_test_kw (line 31) ... ok call_sub_dict_test (line 43) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_sub_dict_test (line 43) ... ok call_sub_dict_test_kw (line 50) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.call_sub_dict_test_kw (line 50) ... ok func (line 5) (non_dict_kwargs_T470.__test__) Doctest: non_dict_kwargs_T470.__test__.func (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running non_future_division ... constants (line 38) (non_future_division.__test__) Doctest: non_future_division.__test__.constants (line 38) ... ok doit (line 9) (non_future_division.__test__) Doctest: non_future_division.__test__.doit (line 9) ... ok doit_inplace (line 22) (non_future_division.__test__) Doctest: non_future_division.__test__.doit_inplace (line 22) ... ok doit_inplace_floor (line 30) (non_future_division.__test__) Doctest: non_future_division.__test__.doit_inplace_floor (line 30) ... ok float_mix (line 126) (non_future_division.__test__) Doctest: non_future_division.__test__.float_mix (line 126) ... ok float_mix_rev (line 133) (non_future_division.__test__) Doctest: non_future_division.__test__.float_mix_rev (line 133) ... ok int_int (line 140) (non_future_division.__test__) Doctest: non_future_division.__test__.int_int (line 140) ... ok int_mix (line 112) (non_future_division.__test__) Doctest: non_future_division.__test__.int_mix (line 112) ... ok int_mix_rev (line 119) (non_future_division.__test__) Doctest: non_future_division.__test__.int_mix_rev (line 119) ... ok py_mix (line 46) (non_future_division.__test__) Doctest: non_future_division.__test__.py_mix (line 46) ... ok py_mix_by_neg1 (line 74) (non_future_division.__test__) Doctest: non_future_division.__test__.py_mix_by_neg1 (line 74) ... ok py_mix_rev (line 103) (non_future_division.__test__) Doctest: non_future_division.__test__.py_mix_rev (line 103) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running non_future_division ... constants (line 38) (non_future_division.__test__) Doctest: non_future_division.__test__.constants (line 38) ... ok doit (line 9) (non_future_division.__test__) Doctest: non_future_division.__test__.doit (line 9) ... ok doit_inplace (line 22) (non_future_division.__test__) Doctest: non_future_division.__test__.doit_inplace (line 22) ... ok doit_inplace_floor (line 30) (non_future_division.__test__) Doctest: non_future_division.__test__.doit_inplace_floor (line 30) ... ok float_mix (line 126) (non_future_division.__test__) Doctest: non_future_division.__test__.float_mix (line 126) ... ok float_mix_rev (line 133) (non_future_division.__test__) Doctest: non_future_division.__test__.float_mix_rev (line 133) ... ok int_int (line 140) (non_future_division.__test__) Doctest: non_future_division.__test__.int_int (line 140) ... ok int_mix (line 112) (non_future_division.__test__) Doctest: non_future_division.__test__.int_mix (line 112) ... ok int_mix_rev (line 119) (non_future_division.__test__) Doctest: non_future_division.__test__.int_mix_rev (line 119) ... ok py_mix (line 46) (non_future_division.__test__) Doctest: non_future_division.__test__.py_mix (line 46) ... ok py_mix_by_neg1 (line 74) (non_future_division.__test__) Doctest: non_future_division.__test__.py_mix_by_neg1 (line 74) ... ok py_mix_rev (line 103) (non_future_division.__test__) Doctest: non_future_division.__test__.py_mix_rev (line 103) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running nonecheck ... === C/C++ compiler error output: === nonecheck.c: In function '__pyx_pf_9nonecheck_4getattr_nogil': nonecheck.c:1868:9: warning: statement with no effect [-Wunused-value] __pyx_v_var->a; ^ ============================== check_and_assign (line 82) (nonecheck.__test__) Doctest: nonecheck.__test__.check_and_assign (line 82) ... ok check_buffer_get (line 95) (nonecheck.__test__) Doctest: nonecheck.__test__.check_buffer_get (line 95) ... ok check_buffer_set (line 104) (nonecheck.__test__) Doctest: nonecheck.__test__.check_buffer_set (line 104) ... ok checking (line 64) (nonecheck.__test__) Doctest: nonecheck.__test__.checking (line 64) ... ok getattr_ (line 15) (nonecheck.__test__) Doctest: nonecheck.__test__.getattr_ (line 15) ... ok getattr_nogil (line 41) (nonecheck.__test__) Doctest: nonecheck.__test__.getattr_nogil (line 41) ... ok setattr_ (line 30) (nonecheck.__test__) Doctest: nonecheck.__test__.setattr_ (line 30) ... ok setattr_nogil (line 51) (nonecheck.__test__) Doctest: nonecheck.__test__.setattr_nogil (line 51) ... ok test_memslice_copy (line 131) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_copy (line 131) ... ok test_memslice_get (line 113) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_get (line 113) ... ok test_memslice_set (line 122) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_set (line 122) ... ok test_memslice_shape (line 149) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_shape (line 149) ... ok test_memslice_slice (line 158) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice (line 158) ... ok test_memslice_slice2 (line 167) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice2 (line 167) ... ok test_memslice_slice_assign (line 177) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice_assign (line 177) ... ok test_memslice_slice_assign2 (line 186) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice_assign2 (line 186) ... ok test_memslice_transpose (line 140) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_transpose (line 140) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running nonecheck ... === C/C++ compiler error output: === nonecheck.cpp: In function 'PyObject* __pyx_pf_9nonecheck_4getattr_nogil(PyObject*, __pyx_obj_9nonecheck_MyClass*)': nonecheck.cpp:1877:23: warning: statement has no effect [-Wunused-value] __pyx_v_var->a; ^ ============================== check_and_assign (line 82) (nonecheck.__test__) Doctest: nonecheck.__test__.check_and_assign (line 82) ... ok check_buffer_get (line 95) (nonecheck.__test__) Doctest: nonecheck.__test__.check_buffer_get (line 95) ... ok check_buffer_set (line 104) (nonecheck.__test__) Doctest: nonecheck.__test__.check_buffer_set (line 104) ... ok checking (line 64) (nonecheck.__test__) Doctest: nonecheck.__test__.checking (line 64) ... ok getattr_ (line 15) (nonecheck.__test__) Doctest: nonecheck.__test__.getattr_ (line 15) ... ok getattr_nogil (line 41) (nonecheck.__test__) Doctest: nonecheck.__test__.getattr_nogil (line 41) ... ok setattr_ (line 30) (nonecheck.__test__) Doctest: nonecheck.__test__.setattr_ (line 30) ... ok setattr_nogil (line 51) (nonecheck.__test__) Doctest: nonecheck.__test__.setattr_nogil (line 51) ... ok test_memslice_copy (line 131) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_copy (line 131) ... ok test_memslice_get (line 113) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_get (line 113) ... ok test_memslice_set (line 122) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_set (line 122) ... ok test_memslice_shape (line 149) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_shape (line 149) ... ok test_memslice_slice (line 158) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice (line 158) ... ok test_memslice_slice2 (line 167) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice2 (line 167) ... ok test_memslice_slice_assign (line 177) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice_assign (line 177) ... ok test_memslice_slice_assign2 (line 186) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_slice_assign2 (line 186) ... ok test_memslice_transpose (line 140) (nonecheck.__test__) Doctest: nonecheck.__test__.test_memslice_transpose (line 140) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running nonlocal_T490 ... arg (line 42) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.arg (line 42) ... ok argtype (line 55) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.argtype (line 55) ... ok assign (line 16) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.assign (line 16) ... ok class_body (line 122) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.class_body (line 122) ... ok methods (line 96) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.methods (line 96) ... ok nested (line 28) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.nested (line 28) ... ok nested_nonlocals (line 142) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.nested_nonlocals (line 142) ... ok ping_pong (line 67) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.ping_pong (line 67) ... ok simple (line 1) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.simple (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running nonlocal_T490 ... arg (line 42) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.arg (line 42) ... ok argtype (line 55) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.argtype (line 55) ... ok assign (line 16) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.assign (line 16) ... ok class_body (line 122) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.class_body (line 122) ... ok methods (line 96) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.methods (line 96) ... ok nested (line 28) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.nested (line 28) ... ok nested_nonlocals (line 142) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.nested_nonlocals (line 142) ... ok ping_pong (line 67) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.ping_pong (line 67) ... ok simple (line 1) (nonlocal_T490.__test__) Doctest: nonlocal_T490.__test__.simple (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running nononetypecheck ... g (line 7) (nononetypecheck.__test__) Doctest: nononetypecheck.__test__.g (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running nononetypecheck ... g (line 7) (nononetypecheck.__test__) Doctest: nononetypecheck.__test__.g (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running notinop ... conditional_bytes (line 247) (notinop.__test__) Doctest: notinop.__test__.conditional_bytes (line 247) ... ok conditional_int (line 221) (notinop.__test__) Doctest: notinop.__test__.conditional_int (line 221) ... ok conditional_none (line 273) (notinop.__test__) Doctest: notinop.__test__.conditional_none (line 273) ... ok conditional_object (line 234) (notinop.__test__) Doctest: notinop.__test__.conditional_object (line 234) ... ok conditional_unicode (line 260) (notinop.__test__) Doctest: notinop.__test__.conditional_unicode (line 260) ... ok f (line 4) (notinop.__test__) Doctest: notinop.__test__.f (line 4) ... ok g (line 16) (notinop.__test__) Doctest: notinop.__test__.g (line 16) ... ok h (line 29) (notinop.__test__) Doctest: notinop.__test__.h (line 29) ... ok j (line 39) (notinop.__test__) Doctest: notinop.__test__.j (line 39) ... ok k (line 51) (notinop.__test__) Doctest: notinop.__test__.k (line 51) ... ok m_bytes (line 101) (notinop.__test__) Doctest: notinop.__test__.m_bytes (line 101) ... ok m_bytes_literal (line 113) (notinop.__test__) Doctest: notinop.__test__.m_bytes_literal (line 113) ... ok m_list (line 63) (notinop.__test__) Doctest: notinop.__test__.m_list (line 63) ... ok m_set (line 87) (notinop.__test__) Doctest: notinop.__test__.m_set (line 87) ... ok m_tuple (line 75) (notinop.__test__) Doctest: notinop.__test__.m_tuple (line 75) ... ok m_tuple_in_or_notin (line 165) (notinop.__test__) Doctest: notinop.__test__.m_tuple_in_or_notin (line 165) ... ok m_tuple_notin_and_notin (line 193) (notinop.__test__) Doctest: notinop.__test__.m_tuple_notin_and_notin (line 193) ... ok m_tuple_notin_and_notin_overlap (line 207) (notinop.__test__) Doctest: notinop.__test__.m_tuple_notin_and_notin_overlap (line 207) ... ok m_tuple_notin_or_notin (line 179) (notinop.__test__) Doctest: notinop.__test__.m_tuple_notin_or_notin (line 179) ... ok m_unicode (line 131) (notinop.__test__) Doctest: notinop.__test__.m_unicode (line 131) ... ok m_unicode_literal (line 151) (notinop.__test__) Doctest: notinop.__test__.m_unicode_literal (line 151) ... ok n (line 282) (notinop.__test__) Doctest: notinop.__test__.n (line 282) ... ok p (line 292) (notinop.__test__) Doctest: notinop.__test__.p (line 292) ... ok q (line 303) (notinop.__test__) Doctest: notinop.__test__.q (line 303) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running notinop ... conditional_bytes (line 247) (notinop.__test__) Doctest: notinop.__test__.conditional_bytes (line 247) ... ok conditional_int (line 221) (notinop.__test__) Doctest: notinop.__test__.conditional_int (line 221) ... ok conditional_none (line 273) (notinop.__test__) Doctest: notinop.__test__.conditional_none (line 273) ... ok conditional_object (line 234) (notinop.__test__) Doctest: notinop.__test__.conditional_object (line 234) ... ok conditional_unicode (line 260) (notinop.__test__) Doctest: notinop.__test__.conditional_unicode (line 260) ... ok f (line 4) (notinop.__test__) Doctest: notinop.__test__.f (line 4) ... ok g (line 16) (notinop.__test__) Doctest: notinop.__test__.g (line 16) ... ok h (line 29) (notinop.__test__) Doctest: notinop.__test__.h (line 29) ... ok j (line 39) (notinop.__test__) Doctest: notinop.__test__.j (line 39) ... ok k (line 51) (notinop.__test__) Doctest: notinop.__test__.k (line 51) ... ok m_bytes (line 101) (notinop.__test__) Doctest: notinop.__test__.m_bytes (line 101) ... ok m_bytes_literal (line 113) (notinop.__test__) Doctest: notinop.__test__.m_bytes_literal (line 113) ... ok m_list (line 63) (notinop.__test__) Doctest: notinop.__test__.m_list (line 63) ... ok m_set (line 87) (notinop.__test__) Doctest: notinop.__test__.m_set (line 87) ... ok m_tuple (line 75) (notinop.__test__) Doctest: notinop.__test__.m_tuple (line 75) ... ok m_tuple_in_or_notin (line 165) (notinop.__test__) Doctest: notinop.__test__.m_tuple_in_or_notin (line 165) ... ok m_tuple_notin_and_notin (line 193) (notinop.__test__) Doctest: notinop.__test__.m_tuple_notin_and_notin (line 193) ... ok m_tuple_notin_and_notin_overlap (line 207) (notinop.__test__) Doctest: notinop.__test__.m_tuple_notin_and_notin_overlap (line 207) ... ok m_tuple_notin_or_notin (line 179) (notinop.__test__) Doctest: notinop.__test__.m_tuple_notin_or_notin (line 179) ... ok m_unicode (line 131) (notinop.__test__) Doctest: notinop.__test__.m_unicode (line 131) ... ok m_unicode_literal (line 151) (notinop.__test__) Doctest: notinop.__test__.m_unicode_literal (line 151) ... ok n (line 282) (notinop.__test__) Doctest: notinop.__test__.n (line 282) ... ok p (line 292) (notinop.__test__) Doctest: notinop.__test__.p (line 292) ... ok q (line 303) (notinop.__test__) Doctest: notinop.__test__.q (line 303) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running onelinesuite ... onelinesuite () Doctest: onelinesuite ... ok suite_in_func (line 21) (onelinesuite.__test__) Doctest: onelinesuite.__test__.suite_in_func (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running onelinesuite ... onelinesuite () Doctest: onelinesuite ... ok suite_in_func (line 21) (onelinesuite.__test__) Doctest: onelinesuite.__test__.suite_in_func (line 21) ... ok run (__main__.PureDoctestTestCase) running pure doctests in onelinesuite ... pure_doctest__onelinesuite () Doctest: pure_doctest__onelinesuite ... ok suite_in_func (pure_doctest__onelinesuite) Doctest: pure_doctest__onelinesuite.suite_in_func ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ooo_base_classes ... foo (line 10) (ooo_base_classes.__test__.A) Doctest: ooo_base_classes.__test__.A.foo (line 10) ... ok foo (line 2) (ooo_base_classes.__test__.B) Doctest: ooo_base_classes.__test__.B.foo (line 2) ... ok foo (line 18) (ooo_base_classes.__test__.C) Doctest: ooo_base_classes.__test__.C.foo (line 18) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ooo_base_classes ... foo (line 10) (ooo_base_classes.__test__.A) Doctest: ooo_base_classes.__test__.A.foo (line 10) ... ok foo (line 2) (ooo_base_classes.__test__.B) Doctest: ooo_base_classes.__test__.B.foo (line 2) ... ok foo (line 18) (ooo_base_classes.__test__.C) Doctest: ooo_base_classes.__test__.C.foo (line 18) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running or ... or2 (line 15) (or.__test__) Doctest: or.__test__.or2 (line 15) ... ok or2_assign (line 3) (or.__test__) Doctest: or.__test__.or2_assign (line 3) ... ok or2_literal (line 55) (or.__test__) Doctest: or.__test__.or2_literal (line 55) ... ok or2_no_result (line 44) (or.__test__) Doctest: or.__test__.or2_no_result (line 44) ... ok or3 (line 34) (or.__test__) Doctest: or.__test__.or3 (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running or ... or2 (line 15) (or.__test__) Doctest: or.__test__.or2 (line 15) ... ok or2_assign (line 3) (or.__test__) Doctest: or.__test__.or2_assign (line 3) ... ok or2_literal (line 55) (or.__test__) Doctest: or.__test__.or2_literal (line 55) ... ok or2_no_result (line 44) (or.__test__) Doctest: or.__test__.or2_no_result (line 44) ... ok or3 (line 34) (or.__test__) Doctest: or.__test__.or3 (line 34) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running overflow_check_int ... format (line 125) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running overflow_check_int ... format (line 125) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_int.__test__) Doctest: overflow_check_int.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running overflow_check_longlong ... format (line 125) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running overflow_check_longlong ... format (line 125) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_longlong.__test__) Doctest: overflow_check_longlong.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running overflow_check_uint ... format (line 125) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running overflow_check_uint ... format (line 125) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_uint.__test__) Doctest: overflow_check_uint.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running overflow_check_ulonglong ... format (line 125) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running overflow_check_ulonglong ... format (line 125) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.format (line 125) ... ok test_add (line 70) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_add (line 70) ... ok test_add_const (line 193) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_add_const (line 193) ... ok test_lshift (line 229) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_lshift (line 229) ... ok test_mul (line 96) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_mul (line 96) ... ok test_mul_const (line 217) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_mul_const (line 217) ... ok test_nested (line 158) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_nested (line 158) ... ok test_nested_add (line 109) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_nested_add (line 109) ... ok test_nested_func (line 177) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_nested_func (line 177) ... ok test_sub (line 83) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_sub (line 83) ... ok test_sub_const (line 205) (overflow_check_ulonglong.__test__) Doctest: overflow_check_ulonglong.__test__.test_sub_const (line 205) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running owned_arg_refs ... test_ext_type_attr (line 9) (owned_arg_refs.__test__) Doctest: owned_arg_refs.__test__.test_ext_type_attr (line 9) ... ok test_ext_type_attr_nogil (line 23) (owned_arg_refs.__test__) Doctest: owned_arg_refs.__test__.test_ext_type_attr_nogil (line 23) ... ok test_index (line 40) (owned_arg_refs.__test__) Doctest: owned_arg_refs.__test__.test_index (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running owned_arg_refs ... test_ext_type_attr (line 9) (owned_arg_refs.__test__) Doctest: owned_arg_refs.__test__.test_ext_type_attr (line 9) ... ok test_ext_type_attr_nogil (line 23) (owned_arg_refs.__test__) Doctest: owned_arg_refs.__test__.test_ext_type_attr_nogil (line 23) ... ok test_index (line 40) (owned_arg_refs.__test__) Doctest: owned_arg_refs.__test__.test_index (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running packedstruct_T290 ... packedstruct_T290 () Doctest: packedstruct_T290 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running packedstruct_T290 ... packedstruct_T290 () Doctest: packedstruct_T290 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running parallel ... === C/C++ compiler error output: === parallel.c: In function '__pyx_pf_8parallel_28test_nested_break_continue._omp_fn.23': parallel.c:6701:7: warning: '__pyx_v_result2' may be used uninitialized in this function [-Wmaybe-uninitialized] int __pyx_v_result2; ^ parallel.c:6699:7: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] int __pyx_v_j; ^ parallel.c:6700:7: warning: '__pyx_v_result1' may be used uninitialized in this function [-Wmaybe-uninitialized] int __pyx_v_result1; ^ parallel.c: In function '__pyx_pf_8parallel_20test_nan_init._omp_fn.29': parallel.c:5547:29: warning: '__pyx_v_c2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4945:16: note: '__pyx_v_c2' was declared here unsigned int __pyx_v_c2; ^ parallel.c:5547:29: warning: '__pyx_v_e2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4949:25: note: '__pyx_v_e2' was declared here unsigned PY_LONG_LONG __pyx_v_e2; ^ parallel.c:5547:29: warning: '__pyx_v_typedef1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4952:29: note: '__pyx_v_typedef1' was declared here __pyx_t_8parallel_myint_t __pyx_v_typedef1; ^ parallel.c:5547:29: warning: '__pyx_v_p' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4956:9: note: '__pyx_v_p' was declared here void *__pyx_v_p; ^ parallel.c:5547:29: warning: '__pyx_v_d2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4947:17: note: '__pyx_v_d2' was declared here unsigned long __pyx_v_d2; ^ parallel.c:5547:29: warning: '__pyx_v_miss2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4951:20: note: '__pyx_v_miss2' was declared here actually_short_t __pyx_v_miss2; ^ parallel.c:5547:29: warning: '__pyx_v_a2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4941:17: note: '__pyx_v_a2' was declared here unsigned char __pyx_v_a2; ^ parallel.c:5547:29: warning: '__pyx_v_g' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4954:10: note: '__pyx_v_g' was declared here double __pyx_v_g; ^ parallel.c:5547:29: warning: '__pyx_v_h' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4955:15: note: '__pyx_v_h' was declared here long double __pyx_v_h; ^ parallel.c:5547:29: warning: '__pyx_v_f' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4953:9: note: '__pyx_v_f' was declared here float __pyx_v_f; ^ parallel.c:5547:29: warning: '__pyx_v_a1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4940:15: note: '__pyx_v_a1' was declared here signed char __pyx_v_a1; ^ parallel.c:5547:29: warning: '__pyx_v_e1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4948:16: note: '__pyx_v_e1' was declared here PY_LONG_LONG __pyx_v_e1; ^ parallel.c:5547:29: warning: '__pyx_v_miss1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4950:19: note: '__pyx_v_miss1' was declared here actually_long_t __pyx_v_miss1; ^ parallel.c:5547:29: warning: '__pyx_v_d1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4946:8: note: '__pyx_v_d1' was declared here long __pyx_v_d1; ^ parallel.c:5547:29: warning: '__pyx_v_c1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4944:7: note: '__pyx_v_c1' was declared here int __pyx_v_c1; ^ parallel.c:5547:29: warning: '__pyx_v_b2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4943:18: note: '__pyx_v_b2' was declared here unsigned short __pyx_v_b2; ^ parallel.c:5547:29: warning: '__pyx_v_b1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_b1) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_e1) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_f) lastprivate(__pyx_v_h) lastprivate(__pyx_v_g) lastprivate(__pyx_v_a2) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_p) lastprivate(__pyx_v_typedef1) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_c2) ^ parallel.c:4942:9: note: '__pyx_v_b1' was declared here short __pyx_v_b1; ^ parallel.c: In function '__pyx_gb_8parallel_30test_closure_parallel_privates_6generator._omp_fn.34': parallel.c:3705:29: warning: '__pyx_t_3' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for firstprivate(__pyx_t_2) lastprivate(__pyx_t_2) lastprivate(__pyx_t_3) ^ parallel.c:3612:7: note: '__pyx_t_3' was declared here int __pyx_t_3; ^ parallel.c: In function '__pyx_f_8parallel_parallel_exc_cpdef_unnested.isra.86': parallel.c:10476:3: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ parallel.c: In function '__pyx_f_8parallel_parallel_exc_nogil_swallow._omp_fn.15': parallel.c:10662:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.c:10608:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.c: In function '__pyx_f_8parallel_parallel_exc_cpdef._omp_fn.17': parallel.c:9862:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.c:9806:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.c: In function '__pyx_f_8parallel_parallel_exc_cpdef.isra.87': parallel.c:10172:3: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ parallel.c: In function '__pyx_f_8parallel_parallel_exc_cdef._omp_fn.19': parallel.c:9150:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.c:9094:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.c: In function '__pyx_pw_8parallel_37test_parallel_exc_cdef': parallel.c:9761:66: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_8parallel_parallel_exc_cdef_unnested(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 477; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ parallel.c:9473:7: note: '__pyx_r' was declared here int __pyx_r; ^ parallel.c:9772:57: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_8parallel_parallel_exc_cdef(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 478; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ parallel.c:9095:7: note: '__pyx_r' was declared here int __pyx_r; ^ parallel.c: In function '__pyx_pf_8parallel_48parallel_exceptions2._omp_fn.12': parallel.c:12108:29: warning: '__pyx_v_k' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) lastprivate(__pyx_v_k) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.c:12048:7: note: '__pyx_v_k' was declared here int __pyx_v_k; ^ parallel.c:12108:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) lastprivate(__pyx_v_k) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.c:12047:7: note: '__pyx_v_j' was declared here int __pyx_v_j; ^ parallel.c: In function '__pyx_pf_8parallel_32test_parallel_exceptions._omp_fn.21': parallel.c:7592:33: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.c:7474:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.c: In function '__pyx_pf_8parallel_46parallel_exc_replace._omp_fn.13': parallel.c:11508:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_j) ^ parallel.c:11444:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ ============================== outer_parallel_section (line 624) (parallel.__test__) Doctest: parallel.__test__.outer_parallel_section (line 624) ... ok parallel_exc_replace (line 543) (parallel.__test__) Doctest: parallel.__test__.parallel_exc_replace (line 543) ... ok parallel_exceptions2 (line 563) (parallel.__test__) Doctest: parallel.__test__.parallel_exceptions2 (line 563) ... ok test_chunksize (line 664) (parallel.__test__) Doctest: parallel.__test__.test_chunksize (line 664) ... ok test_clean_temps (line 697) (parallel.__test__) Doctest: parallel.__test__.test_clean_temps (line 697) ... ok test_closure_parallel_privates (line 107) (parallel.__test__) Doctest: parallel.__test__.test_closure_parallel_privates (line 107) ... ok test_closure_parallel_with_gil (line 152) (parallel.__test__) Doctest: parallel.__test__.test_closure_parallel_with_gil (line 152) ... ok test_descending_prange (line 36) (parallel.__test__) Doctest: parallel.__test__.test_descending_prange (line 36) ... ok test_else_clause (line 292) (parallel.__test__) Doctest: parallel.__test__.test_else_clause (line 292) ... ok test_nan_init (line 210) (parallel.__test__) Doctest: parallel.__test__.test_nan_init (line 210) ... ok test_nogil_cdef_except_clause (line 640) (parallel.__test__) Doctest: parallel.__test__.test_nogil_cdef_except_clause (line 640) ... ok test_num_threads (line 33) (parallel.__test__) Doctest: parallel.__test__.test_num_threads (line 33) ... ok test_parallel (line 11) (parallel.__test__) Doctest: parallel.__test__.test_parallel (line 11) ... ok test_parallel_exc_cdef (line 470) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exc_cdef (line 470) ... ok test_parallel_exc_cpdef (line 498) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exc_cpdef (line 498) ... ok test_parallel_exc_nogil_swallow (line 532) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exc_nogil_swallow (line 532) ... ok test_parallel_exceptions (line 402) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exceptions (line 402) ... ok test_parallel_exceptions_unnested (line 428) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exceptions_unnested (line 428) ... ok test_parallel_with_gil_continue_unnested (line 601) (parallel.__test__) Doctest: parallel.__test__.test_parallel_with_gil_continue_unnested (line 601) ... ok test_parallel_with_gil_return (line 582) (parallel.__test__) Doctest: parallel.__test__.test_parallel_with_gil_return (line 582) ... ok test_prange (line 20) (parallel.__test__) Doctest: parallel.__test__.test_prange (line 20) ... ok test_prange_break (line 304) (parallel.__test__) Doctest: parallel.__test__.test_prange_break (line 304) ... ok test_prange_continue (line 316) (parallel.__test__) Doctest: parallel.__test__.test_prange_continue (line 316) ... ok test_propagation (line 49) (parallel.__test__) Doctest: parallel.__test__.test_propagation (line 49) ... ok test_pure_mode (line 177) (parallel.__test__) Doctest: parallel.__test__.test_pure_mode (line 177) ... ok test_reassign_start_stop_step (line 89) (parallel.__test__) Doctest: parallel.__test__.test_reassign_start_stop_step (line 89) ... ok test_return (line 395) (parallel.__test__) Doctest: parallel.__test__.test_return (line 395) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running parallel ... === C/C++ compiler error output: === parallel.cpp: In function '': parallel.cpp:6709:7: warning: '__pyx_v_result1' may be used uninitialized in this function [-Wmaybe-uninitialized] int __pyx_v_result1; ^ parallel.cpp:6708:7: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] int __pyx_v_j; ^ parallel.cpp:6710:7: warning: '__pyx_v_result2' may be used uninitialized in this function [-Wmaybe-uninitialized] int __pyx_v_result2; ^ parallel.cpp: In function '': parallel.cpp:5556:29: warning: '__pyx_v_typedef1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4961:29: note: '__pyx_v_typedef1' was declared here __pyx_t_8parallel_myint_t __pyx_v_typedef1; ^ parallel.cpp:5556:29: warning: '__pyx_v_miss1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4959:19: note: '__pyx_v_miss1' was declared here actually_long_t __pyx_v_miss1; ^ parallel.cpp:5556:29: warning: '__pyx_v_e2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4958:25: note: '__pyx_v_e2' was declared here unsigned PY_LONG_LONG __pyx_v_e2; ^ parallel.cpp:5556:29: warning: '__pyx_v_d2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4956:17: note: '__pyx_v_d2' was declared here unsigned long __pyx_v_d2; ^ parallel.cpp:5556:29: warning: '__pyx_v_p' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4965:9: note: '__pyx_v_p' was declared here void *__pyx_v_p; ^ parallel.cpp:5556:29: warning: '__pyx_v_e1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4957:16: note: '__pyx_v_e1' was declared here PY_LONG_LONG __pyx_v_e1; ^ parallel.cpp:5556:29: warning: '__pyx_v_miss2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4960:20: note: '__pyx_v_miss2' was declared here actually_short_t __pyx_v_miss2; ^ parallel.cpp:5556:29: warning: '__pyx_v_a1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4949:15: note: '__pyx_v_a1' was declared here signed char __pyx_v_a1; ^ parallel.cpp:5556:29: warning: '__pyx_v_d1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4955:8: note: '__pyx_v_d1' was declared here long __pyx_v_d1; ^ parallel.cpp:5556:29: warning: '__pyx_v_b1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4951:9: note: '__pyx_v_b1' was declared here short __pyx_v_b1; ^ parallel.cpp:5556:29: warning: '__pyx_v_b2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4952:18: note: '__pyx_v_b2' was declared here unsigned short __pyx_v_b2; ^ parallel.cpp:5556:29: warning: '__pyx_v_f' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4962:9: note: '__pyx_v_f' was declared here float __pyx_v_f; ^ parallel.cpp:5556:29: warning: '__pyx_v_a2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4950:17: note: '__pyx_v_a2' was declared here unsigned char __pyx_v_a2; ^ parallel.cpp:5556:29: warning: '__pyx_v_c1' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4953:7: note: '__pyx_v_c1' was declared here int __pyx_v_c1; ^ parallel.cpp:5556:29: warning: '__pyx_v_c2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4954:16: note: '__pyx_v_c2' was declared here unsigned int __pyx_v_c2; ^ parallel.cpp:5556:29: warning: '__pyx_v_h' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4964:15: note: '__pyx_v_h' was declared here long double __pyx_v_h; ^ parallel.cpp:5556:29: warning: '__pyx_v_g' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_g) lastprivate(__pyx_v_h) lastprivate(__pyx_v_c2) lastprivate(__pyx_v_c1) lastprivate(__pyx_v_a2) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) lastprivate(__pyx_v_f) lastprivate(__pyx_v_b2) lastprivate(__pyx_v_b1) lastprivate(__pyx_v_d1) lastprivate(__pyx_v_a1) lastprivate(__pyx_v_miss2) lastprivate(__pyx_v_e1) lastprivate(__pyx_v_p) lastprivate(__pyx_v_d2) lastprivate(__pyx_v_e2) lastprivate(__pyx_v_miss1) lastprivate(__pyx_v_typedef1) ^ parallel.cpp:4963:10: note: '__pyx_v_g' was declared here double __pyx_v_g; ^ parallel.cpp: In function '': parallel.cpp:3714:29: warning: '__pyx_t_2' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_t_2) firstprivate(__pyx_t_3) lastprivate(__pyx_t_3) ^ parallel.cpp:3620:7: note: '__pyx_t_2' was declared here int __pyx_t_2; ^ parallel.cpp: In function 'int _ZL45__pyx_f_8parallel_parallel_exc_cpdef_unnestedi.isra.86()': parallel.cpp:10485:10: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ parallel.cpp: In function '': parallel.cpp:9871:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.cpp:9815:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.cpp: In function 'int _ZL36__pyx_f_8parallel_parallel_exc_cpdefi.isra.87()': parallel.cpp:10181:10: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ parallel.cpp: In function '': parallel.cpp:9159:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.cpp:9103:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.cpp: In function 'PyObject* __pyx_pw_8parallel_37test_parallel_exc_cdef(PyObject*, PyObject*)': parallel.cpp:9770:63: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_8parallel_parallel_exc_cdef_unnested(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 477; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ parallel.cpp:9482:7: note: '__pyx_r' was declared here int __pyx_r; ^ parallel.cpp:9781:54: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_8parallel_parallel_exc_cdef(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 478; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ parallel.cpp:9104:7: note: '__pyx_r' was declared here int __pyx_r; ^ parallel.cpp: In function '': parallel.cpp:10671:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.cpp:10617:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.cpp: In function '': parallel.cpp:12117:29: warning: '__pyx_v_k' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) lastprivate(__pyx_v_k) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.cpp:12057:7: note: '__pyx_v_k' was declared here int __pyx_v_k; ^ parallel.cpp:12117:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) lastprivate(__pyx_v_k) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.cpp:12056:7: note: '__pyx_v_j' was declared here int __pyx_v_j; ^ parallel.cpp: In function '': parallel.cpp:7601:33: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.cpp:7483:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ parallel.cpp: In function '': parallel.cpp:11517:29: warning: '__pyx_v_j' may be used uninitialized in this function [-Wmaybe-uninitialized] #pragma omp for lastprivate(__pyx_v_j) firstprivate(__pyx_v_i) lastprivate(__pyx_v_i) ^ parallel.cpp:11453:21: note: '__pyx_v_j' was declared here CYTHON_UNUSED int __pyx_v_j; ^ ============================== outer_parallel_section (line 624) (parallel.__test__) Doctest: parallel.__test__.outer_parallel_section (line 624) ... ok parallel_exc_replace (line 543) (parallel.__test__) Doctest: parallel.__test__.parallel_exc_replace (line 543) ... ok parallel_exceptions2 (line 563) (parallel.__test__) Doctest: parallel.__test__.parallel_exceptions2 (line 563) ... ok test_chunksize (line 664) (parallel.__test__) Doctest: parallel.__test__.test_chunksize (line 664) ... ok test_clean_temps (line 697) (parallel.__test__) Doctest: parallel.__test__.test_clean_temps (line 697) ... ok test_closure_parallel_privates (line 107) (parallel.__test__) Doctest: parallel.__test__.test_closure_parallel_privates (line 107) ... ok test_closure_parallel_with_gil (line 152) (parallel.__test__) Doctest: parallel.__test__.test_closure_parallel_with_gil (line 152) ... ok test_descending_prange (line 36) (parallel.__test__) Doctest: parallel.__test__.test_descending_prange (line 36) ... ok test_else_clause (line 292) (parallel.__test__) Doctest: parallel.__test__.test_else_clause (line 292) ... ok test_nan_init (line 210) (parallel.__test__) Doctest: parallel.__test__.test_nan_init (line 210) ... ok test_nogil_cdef_except_clause (line 640) (parallel.__test__) Doctest: parallel.__test__.test_nogil_cdef_except_clause (line 640) ... ok test_num_threads (line 33) (parallel.__test__) Doctest: parallel.__test__.test_num_threads (line 33) ... ok test_parallel (line 11) (parallel.__test__) Doctest: parallel.__test__.test_parallel (line 11) ... ok test_parallel_exc_cdef (line 470) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exc_cdef (line 470) ... ok test_parallel_exc_cpdef (line 498) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exc_cpdef (line 498) ... ok test_parallel_exc_nogil_swallow (line 532) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exc_nogil_swallow (line 532) ... ok test_parallel_exceptions (line 402) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exceptions (line 402) ... ok test_parallel_exceptions_unnested (line 428) (parallel.__test__) Doctest: parallel.__test__.test_parallel_exceptions_unnested (line 428) ... ok test_parallel_with_gil_continue_unnested (line 601) (parallel.__test__) Doctest: parallel.__test__.test_parallel_with_gil_continue_unnested (line 601) ... ok test_parallel_with_gil_return (line 582) (parallel.__test__) Doctest: parallel.__test__.test_parallel_with_gil_return (line 582) ... ok test_prange (line 20) (parallel.__test__) Doctest: parallel.__test__.test_prange (line 20) ... ok test_prange_break (line 304) (parallel.__test__) Doctest: parallel.__test__.test_prange_break (line 304) ... ok test_prange_continue (line 316) (parallel.__test__) Doctest: parallel.__test__.test_prange_continue (line 316) ... ok test_propagation (line 49) (parallel.__test__) Doctest: parallel.__test__.test_propagation (line 49) ... ok test_pure_mode (line 177) (parallel.__test__) Doctest: parallel.__test__.test_pure_mode (line 177) ... ok test_reassign_start_stop_step (line 89) (parallel.__test__) Doctest: parallel.__test__.test_reassign_start_stop_step (line 89) ... ok test_return (line 395) (parallel.__test__) Doctest: parallel.__test__.test_return (line 395) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running parallel_swap_assign_T425 ... swap (line 14) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap (line 14) ... ok swap5 (line 32) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap5 (line 32) ... ok swap_attr_values (line 98) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_attr_values (line 98) ... ok swap_cmp5 (line 54) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_cmp5 (line 54) ... ok swap_list_items (line 175) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_list_items (line 175) ... ok swap_py (line 71) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_py (line 71) ... ok swap_recursive_attr_values (line 130) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_recursive_attr_values (line 130) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running parallel_swap_assign_T425 ... swap (line 14) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap (line 14) ... ok swap5 (line 32) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap5 (line 32) ... ok swap_attr_values (line 98) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_attr_values (line 98) ... ok swap_cmp5 (line 54) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_cmp5 (line 54) ... ok swap_list_items (line 175) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_list_items (line 175) ... ok swap_py (line 71) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_py (line 71) ... ok swap_recursive_attr_values (line 130) (parallel_swap_assign_T425.__test__) Doctest: parallel_swap_assign_T425.__test__.swap_recursive_attr_values (line 130) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pass ... f (line 1) (pass.__test__) Doctest: pass.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pass ... f (line 1) (pass.__test__) Doctest: pass.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pep448_extended_unpacking ... unpack_dict_from_iterable (line 449) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_from_iterable (line 449) ... ok unpack_dict_keep_originals (line 506) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_keep_originals (line 506) ... ok unpack_dict_literal (line 391) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_literal (line 391) ... ok unpack_dict_literal_empty (line 404) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_literal_empty (line 404) ... ok unpack_dict_simple (line 412) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_simple (line 412) ... ok unpack_list_from_iterable (line 206) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_from_iterable (line 206) ... ok unpack_list_keep_originals (line 241) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_keep_originals (line 241) ... ok unpack_list_literal (line 154) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_literal (line 154) ... ok unpack_list_literal_empty (line 174) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_literal_empty (line 174) ... ok unpack_list_literal_mult (line 162) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_literal_mult (line 162) ... ok unpack_list_simple (line 182) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_simple (line 182) ... ok unpack_set_from_iterable (line 310) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_from_iterable (line 310) ... ok unpack_set_keep_originals (line 367) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_keep_originals (line 367) ... ok unpack_set_literal (line 264) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_literal (line 264) ... ok unpack_set_simple (line 273) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_simple (line 273) ... ok unpack_tuple_from_iterable (line 85) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_from_iterable (line 85) ... ok unpack_tuple_keep_originals (line 120) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_keep_originals (line 120) ... ok unpack_tuple_literal (line 33) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_literal (line 33) ... ok unpack_tuple_literal_empty (line 53) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_literal_empty (line 53) ... ok unpack_tuple_literal_mult (line 41) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_literal_mult (line 41) ... ok unpack_tuple_simple (line 61) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_simple (line 61) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pep448_extended_unpacking ... unpack_dict_from_iterable (line 449) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_from_iterable (line 449) ... ok unpack_dict_keep_originals (line 506) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_keep_originals (line 506) ... ok unpack_dict_literal (line 391) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_literal (line 391) ... ok unpack_dict_literal_empty (line 404) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_literal_empty (line 404) ... ok unpack_dict_simple (line 412) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_dict_simple (line 412) ... ok unpack_list_from_iterable (line 206) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_from_iterable (line 206) ... ok unpack_list_keep_originals (line 241) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_keep_originals (line 241) ... ok unpack_list_literal (line 154) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_literal (line 154) ... ok unpack_list_literal_empty (line 174) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_literal_empty (line 174) ... ok unpack_list_literal_mult (line 162) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_literal_mult (line 162) ... ok unpack_list_simple (line 182) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_list_simple (line 182) ... ok unpack_set_from_iterable (line 310) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_from_iterable (line 310) ... ok unpack_set_keep_originals (line 367) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_keep_originals (line 367) ... ok unpack_set_literal (line 264) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_literal (line 264) ... ok unpack_set_simple (line 273) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_set_simple (line 273) ... ok unpack_tuple_from_iterable (line 85) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_from_iterable (line 85) ... ok unpack_tuple_keep_originals (line 120) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_keep_originals (line 120) ... ok unpack_tuple_literal (line 33) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_literal (line 33) ... ok unpack_tuple_literal_empty (line 53) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_literal_empty (line 53) ... ok unpack_tuple_literal_mult (line 41) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_literal_mult (line 41) ... ok unpack_tuple_simple (line 61) (pep448_extended_unpacking.__test__) Doctest: pep448_extended_unpacking.__test__.unpack_tuple_simple (line 61) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pep448_test_extcall ... call_builtin_empty_dict (line 456) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_builtin_empty_dict (line 456) ... ok call_builtin_nonempty_dict (line 464) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_builtin_nonempty_dict (line 464) ... ok call_f_kwargs (line 101) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_f_kwargs (line 101) ... ok call_f_positional (line 69) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_f_positional (line 69) ... ok call_g_positional (line 210) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_g_positional (line 210) ... ok call_kwargs_unmodified1 (line 287) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_kwargs_unmodified1 (line 287) ... ok call_kwargs_unmodified2 (line 301) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_kwargs_unmodified2 (line 301) ... ok call_method (line 429) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_method (line 429) ... ok call_nonseq_positional1 (line 225) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_nonseq_positional1 (line 225) ... ok call_nonseq_positional2 (line 238) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_nonseq_positional2 (line 238) ... ok call_seqlike_positional1 (line 252) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_seqlike_positional1 (line 252) ... ok call_seqlike_positional2 (line 266) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_seqlike_positional2 (line 266) ... ok errors_args_kwargs_overlap (line 315) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_args_kwargs_overlap (line 315) ... ok errors_call_2args (line 512) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_2args (line 512) ... ok errors_call_3args (line 521) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_3args (line 521) ... ok errors_call_builtin_nonmapping_kwargs (line 380) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_builtin_nonmapping_kwargs (line 380) ... ok errors_call_builtin_nonseq (line 353) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_builtin_nonseq (line 353) ... ok errors_call_no_args (line 548) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_no_args (line 548) ... ok errors_call_none_nonmapping_kwargs (line 389) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_none_nonmapping_kwargs (line 389) ... ok errors_call_none_nonseq (line 362) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_none_nonseq (line 362) ... ok errors_call_nonmapping_kwargs (line 371) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_nonmapping_kwargs (line 371) ... ok errors_call_nonseq (line 344) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_nonseq (line 344) ... ok errors_call_one_arg (line 503) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_one_arg (line 503) ... ok errors_call_one_missing_kwarg (line 573) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_one_missing_kwarg (line 573) ... ok errors_e1 (line 156) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_e1 (line 156) ... ok errors_e2 (line 165) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_e2 (line 165) ... ok errors_f1 (line 136) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_f1 (line 136) ... ok errors_f2 (line 146) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_f2 (line 146) ... ok errors_g1 (line 174) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_g1 (line 174) ... ok errors_g2 (line 186) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_g2 (line 186) ... ok errors_g3 (line 198) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_g3 (line 198) ... ok errors_non_string_kwarg (line 325) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_non_string_kwarg (line 325) ... ok errors_unexpected_kwarg (line 334) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_unexpected_kwarg (line 334) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pep448_test_extcall ... call_builtin_empty_dict (line 456) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_builtin_empty_dict (line 456) ... ok call_builtin_nonempty_dict (line 464) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_builtin_nonempty_dict (line 464) ... ok call_f_kwargs (line 101) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_f_kwargs (line 101) ... ok call_f_positional (line 69) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_f_positional (line 69) ... ok call_g_positional (line 210) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_g_positional (line 210) ... ok call_kwargs_unmodified1 (line 287) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_kwargs_unmodified1 (line 287) ... ok call_kwargs_unmodified2 (line 301) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_kwargs_unmodified2 (line 301) ... ok call_method (line 429) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_method (line 429) ... ok call_nonseq_positional1 (line 225) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_nonseq_positional1 (line 225) ... ok call_nonseq_positional2 (line 238) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_nonseq_positional2 (line 238) ... ok call_seqlike_positional1 (line 252) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_seqlike_positional1 (line 252) ... ok call_seqlike_positional2 (line 266) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.call_seqlike_positional2 (line 266) ... ok errors_args_kwargs_overlap (line 315) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_args_kwargs_overlap (line 315) ... ok errors_call_2args (line 512) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_2args (line 512) ... ok errors_call_3args (line 521) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_3args (line 521) ... ok errors_call_builtin_nonmapping_kwargs (line 380) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_builtin_nonmapping_kwargs (line 380) ... ok errors_call_builtin_nonseq (line 353) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_builtin_nonseq (line 353) ... ok errors_call_no_args (line 548) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_no_args (line 548) ... ok errors_call_none_nonmapping_kwargs (line 389) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_none_nonmapping_kwargs (line 389) ... ok errors_call_none_nonseq (line 362) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_none_nonseq (line 362) ... ok errors_call_nonmapping_kwargs (line 371) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_nonmapping_kwargs (line 371) ... ok errors_call_nonseq (line 344) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_nonseq (line 344) ... ok errors_call_one_arg (line 503) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_one_arg (line 503) ... ok errors_call_one_missing_kwarg (line 573) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_call_one_missing_kwarg (line 573) ... ok errors_e1 (line 156) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_e1 (line 156) ... ok errors_e2 (line 165) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_e2 (line 165) ... ok errors_f1 (line 136) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_f1 (line 136) ... ok errors_f2 (line 146) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_f2 (line 146) ... ok errors_g1 (line 174) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_g1 (line 174) ... ok errors_g2 (line 186) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_g2 (line 186) ... ok errors_g3 (line 198) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_g3 (line 198) ... ok errors_non_string_kwarg (line 325) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_non_string_kwarg (line 325) ... ok errors_unexpected_kwarg (line 334) (pep448_test_extcall.__test__) Doctest: pep448_test_extcall.__test__.errors_unexpected_kwarg (line 334) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pinard5 ... test (line 13) (pinard5.__test__) Doctest: pinard5.__test__.test (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pinard5 ... test (line 13) (pinard5.__test__) Doctest: pinard5.__test__.test (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pinard6 ... pinard6 () Doctest: pinard6 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pinard6 ... pinard6 () Doctest: pinard6 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pinard7 ... pinard7 () Doctest: pinard7 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pinard7 ... pinard7 () Doctest: pinard7 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pinard8 ... pinard8 () Doctest: pinard8 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pinard8 ... pinard8 () Doctest: pinard8 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pointers ... binop_voidptr (line 66) (pointers.__test__) Doctest: pointers.__test__.binop_voidptr (line 66) ... ok bool_binop (line 44) (pointers.__test__) Doctest: pointers.__test__.bool_binop (line 44) ... ok bool_binop_truth (line 52) (pointers.__test__) Doctest: pointers.__test__.bool_binop_truth (line 52) ... ok compare (line 12) (pointers.__test__) Doctest: pointers.__test__.compare (line 12) ... ok cond_expr_voidptr (line 75) (pointers.__test__) Doctest: pointers.__test__.cond_expr_voidptr (line 75) ... ok if_tests (line 31) (pointers.__test__) Doctest: pointers.__test__.if_tests (line 31) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pointers ... binop_voidptr (line 66) (pointers.__test__) Doctest: pointers.__test__.binop_voidptr (line 66) ... ok bool_binop (line 44) (pointers.__test__) Doctest: pointers.__test__.bool_binop (line 44) ... ok bool_binop_truth (line 52) (pointers.__test__) Doctest: pointers.__test__.bool_binop_truth (line 52) ... ok compare (line 12) (pointers.__test__) Doctest: pointers.__test__.compare (line 12) ... ok cond_expr_voidptr (line 75) (pointers.__test__) Doctest: pointers.__test__.cond_expr_voidptr (line 75) ... ok if_tests (line 31) (pointers.__test__) Doctest: pointers.__test__.if_tests (line 31) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running posix_resource ... test_getpriority (line 7) (posix_resource.__test__) Doctest: posix_resource.__test__.test_getpriority (line 7) ... ok test_getrlimit (line 17) (posix_resource.__test__) Doctest: posix_resource.__test__.test_getrlimit (line 17) ... ok test_getrusage (line 31) (posix_resource.__test__) Doctest: posix_resource.__test__.test_getrusage (line 31) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running posix_resource ... test_getpriority (line 7) (posix_resource.__test__) Doctest: posix_resource.__test__.test_getpriority (line 7) ... ok test_getrlimit (line 17) (posix_resource.__test__) Doctest: posix_resource.__test__.test_getrlimit (line 17) ... ok test_getrusage (line 31) (posix_resource.__test__) Doctest: posix_resource.__test__.test_getrusage (line 31) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running posix_test ... test_silent_stdout (line 21) (posix_test.__test__) Doctest: posix_test.__test__.test_silent_stdout (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running posix_test ... test_silent_stdout (line 21) (posix_test.__test__) Doctest: posix_test.__test__.test_silent_stdout (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running posix_time ... test_gettimeofday (line 27) (posix_time.__test__) Doctest: posix_time.__test__.test_gettimeofday (line 27) ... ok test_itimer (line 5) (posix_time.__test__) Doctest: posix_time.__test__.test_itimer (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running posix_time ... test_gettimeofday (line 27) (posix_time.__test__) Doctest: posix_time.__test__.test_gettimeofday (line 27) ... ok test_itimer (line 5) (posix_time.__test__) Doctest: posix_time.__test__.test_itimer (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running powop ... I (powop) Doctest: powop.I ... ok constant_long (line 39) (powop.__test__) Doctest: powop.__test__.constant_long (line 39) ... ok constant_py (line 30) (powop.__test__) Doctest: powop.__test__.constant_py (line 30) ... ok f (line 1) (powop.__test__) Doctest: powop.__test__.f (line 1) ... ok g (line 14) (powop.__test__) Doctest: powop.__test__.g (line 14) ... ok h (line 22) (powop.__test__) Doctest: powop.__test__.h (line 22) ... ok int_pow (line 58) (powop.__test__) Doctest: powop.__test__.int_pow (line 58) ... ok optimised_pow2 (line 98) (powop.__test__) Doctest: powop.__test__.optimised_pow2 (line 98) ... ok optimised_pow2_inplace (line 136) (powop.__test__) Doctest: powop.__test__.optimised_pow2_inplace (line 136) ... ok small_int_pow (line 48) (powop.__test__) Doctest: powop.__test__.small_int_pow (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running powop ... I (powop) Doctest: powop.I ... ok constant_long (line 39) (powop.__test__) Doctest: powop.__test__.constant_long (line 39) ... ok constant_py (line 30) (powop.__test__) Doctest: powop.__test__.constant_py (line 30) ... ok f (line 1) (powop.__test__) Doctest: powop.__test__.f (line 1) ... ok g (line 14) (powop.__test__) Doctest: powop.__test__.g (line 14) ... ok h (line 22) (powop.__test__) Doctest: powop.__test__.h (line 22) ... ok int_pow (line 58) (powop.__test__) Doctest: powop.__test__.int_pow (line 58) ... ok optimised_pow2 (line 98) (powop.__test__) Doctest: powop.__test__.optimised_pow2 (line 98) ... ok optimised_pow2_inplace (line 136) (powop.__test__) Doctest: powop.__test__.optimised_pow2_inplace (line 136) ... ok small_int_pow (line 48) (powop.__test__) Doctest: powop.__test__.small_int_pow (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running print ... print_to_stdout (line 1) (print.__test__) Doctest: print.__test__.print_to_stdout (line 1) ... ok print_to_stringio (line 24) (print.__test__) Doctest: print.__test__.print_to_stringio (line 24) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running print ... print_to_stdout (line 1) (print.__test__) Doctest: print.__test__.print_to_stdout (line 1) ... ok print_to_stringio (line 24) (print.__test__) Doctest: print.__test__.print_to_stringio (line 24) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running print_function ... print_assign (line 22) (print_function.__test__) Doctest: print_function.__test__.print_assign (line 22) ... ok print_to_stdout (line 5) (print_function.__test__) Doctest: print_function.__test__.print_to_stdout (line 5) ... ok print_to_stringio (line 46) (print_function.__test__) Doctest: print_function.__test__.print_to_stringio (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running print_function ... print_assign (line 22) (print_function.__test__) Doctest: print_function.__test__.print_assign (line 22) ... ok print_to_stdout (line 5) (print_function.__test__) Doctest: print_function.__test__.print_to_stdout (line 5) ... ok print_to_stringio (line 46) (print_function.__test__) Doctest: print_function.__test__.print_to_stringio (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running print_refcount ... test_print_refcount (line 4) (print_refcount.__test__) Doctest: print_refcount.__test__.test_print_refcount (line 4) ... ok test_printone_refcount (line 23) (print_refcount.__test__) Doctest: print_refcount.__test__.test_printone_refcount (line 23) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running print_refcount ... test_print_refcount (line 4) (print_refcount.__test__) Doctest: print_refcount.__test__.test_print_refcount (line 4) ... ok test_printone_refcount (line 23) (print_refcount.__test__) Doctest: print_refcount.__test__.test_printone_refcount (line 23) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running property_decorator_T593 ... Prop (property_decorator_T593) Doctest: property_decorator_T593.Prop ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running property_decorator_T593 ... Prop (property_decorator_T593) Doctest: property_decorator_T593.Prop ... ok run (__main__.PureDoctestTestCase) running pure doctests in property_decorator_T593 ... Prop (pure_doctest__property_decorator_T593) Doctest: pure_doctest__property_decorator_T593.Prop ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pstats_profile_test ... pstats_profile_test () Doctest: pstats_profile_test ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pstats_profile_test ... pstats_profile_test () Doctest: pstats_profile_test ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ptr_warning_T714 ... test_ptr (line 5) (ptr_warning_T714.__test__) Doctest: ptr_warning_T714.__test__.test_ptr (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ptr_warning_T714 ... test_ptr (line 5) (ptr_warning_T714.__test__) Doctest: ptr_warning_T714.__test__.test_ptr (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ptrdiff_t ... A (ptrdiff_t) Doctest: ptrdiff_t.A ... ok test (line 3) (ptrdiff_t.__test__) Doctest: ptrdiff_t.__test__.test (line 3) ... ok test_types (line 48) (ptrdiff_t.__test__) Doctest: ptrdiff_t.__test__.test_types (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ptrdiff_t ... A (ptrdiff_t) Doctest: ptrdiff_t.A ... ok test (line 3) (ptrdiff_t.__test__) Doctest: ptrdiff_t.__test__.test (line 3) ... ok test_types (line 48) (ptrdiff_t.__test__) Doctest: ptrdiff_t.__test__.test_types (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running public_enum ... public_enum () Doctest: public_enum ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running public_enum ... public_enum () Doctest: public_enum ... ok runTest (__main__.EndToEndTest) End-to-end public_fused_types ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pure ... test_address (line 53) (pure.__test__) Doctest: pure.__test__.test_address (line 53) ... ok test_cast (line 42) (pure.__test__) Doctest: pure.__test__.test_cast (line 42) ... ok test_declare (line 22) (pure.__test__) Doctest: pure.__test__.test_declare (line 22) ... ok test_declare_c_types (line 105) (pure.__test__) Doctest: pure.__test__.test_declare_c_types (line 105) ... ok test_imports (line 90) (pure.__test__) Doctest: pure.__test__.test_imports (line 90) ... ok test_locals (line 63) (pure.__test__) Doctest: pure.__test__.test_locals (line 63) ... ok test_sizeof (line 3) (pure.__test__) Doctest: pure.__test__.test_sizeof (line 3) ... ok test_struct (line 75) (pure.__test__) Doctest: pure.__test__.test_struct (line 75) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pure ... test_address (line 53) (pure.__test__) Doctest: pure.__test__.test_address (line 53) ... ok test_cast (line 42) (pure.__test__) Doctest: pure.__test__.test_cast (line 42) ... ok test_declare (line 22) (pure.__test__) Doctest: pure.__test__.test_declare (line 22) ... ok test_declare_c_types (line 105) (pure.__test__) Doctest: pure.__test__.test_declare_c_types (line 105) ... ok test_imports (line 90) (pure.__test__) Doctest: pure.__test__.test_imports (line 90) ... ok test_locals (line 63) (pure.__test__) Doctest: pure.__test__.test_locals (line 63) ... ok test_sizeof (line 3) (pure.__test__) Doctest: pure.__test__.test_sizeof (line 3) ... ok test_struct (line 75) (pure.__test__) Doctest: pure.__test__.test_struct (line 75) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pure_mode_cmethod_inheritance_T583 ... Base (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.Base ... ok Derived (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.Derived ... ok Derived2 (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.Derived2 ... ok DerivedDerived (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.DerivedDerived ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pure_mode_cmethod_inheritance_T583 ... Base (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.Base ... ok Derived (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.Derived ... ok Derived2 (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.Derived2 ... ok DerivedDerived (pure_mode_cmethod_inheritance_T583) Doctest: pure_mode_cmethod_inheritance_T583.DerivedDerived ... ok run (__main__.PureDoctestTestCase) running pure doctests in pure_mode_cmethod_inheritance_T583 ... Base (pure_doctest__pure_mode_cmethod_inheritance_T583) Doctest: pure_doctest__pure_mode_cmethod_inheritance_T583.Base ... ok Derived (pure_doctest__pure_mode_cmethod_inheritance_T583) Doctest: pure_doctest__pure_mode_cmethod_inheritance_T583.Derived ... ok Derived2 (pure_doctest__pure_mode_cmethod_inheritance_T583) Doctest: pure_doctest__pure_mode_cmethod_inheritance_T583.Derived2 ... ok DerivedDerived (pure_doctest__pure_mode_cmethod_inheritance_T583) Doctest: pure_doctest__pure_mode_cmethod_inheritance_T583.DerivedDerived ... ok runTest (__main__.EndToEndTest) End-to-end pure_pxd ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pure_py ... c_call (line 208) (pure_py.__test__) Doctest: pure_py.__test__.c_call (line 208) ... ok count_digits_in_carray (line 256) (pure_py.__test__) Doctest: pure_py.__test__.count_digits_in_carray (line 256) ... ok test_address (line 60) (pure_py.__test__) Doctest: pure_py.__test__.test_address (line 60) ... ok test_boundscheck (line 81) (pure_py.__test__) Doctest: pure_py.__test__.test_boundscheck (line 81) ... ok test_cast (line 50) (pure_py.__test__) Doctest: pure_py.__test__.test_cast (line 50) ... ok test_declare (line 29) (pure_py.__test__) Doctest: pure_py.__test__.test_declare (line 29) ... ok test_declare_c_types (line 166) (pure_py.__test__) Doctest: pure_py.__test__.test_declare_c_types (line 166) ... ok test_imports (line 148) (pure_py.__test__) Doctest: pure_py.__test__.test_imports (line 148) ... ok test_sizeof (line 9) (pure_py.__test__) Doctest: pure_py.__test__.test_sizeof (line 9) ... ok test_struct (line 133) (pure_py.__test__) Doctest: pure_py.__test__.test_struct (line 133) ... ok test_with_nogil (line 106) (pure_py.__test__) Doctest: pure_py.__test__.test_with_nogil (line 106) ... ok test_wraparound (line 70) (pure_py.__test__) Doctest: pure_py.__test__.test_wraparound (line 70) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pure_py ... c_call (line 208) (pure_py.__test__) Doctest: pure_py.__test__.c_call (line 208) ... ok count_digits_in_carray (line 256) (pure_py.__test__) Doctest: pure_py.__test__.count_digits_in_carray (line 256) ... ok test_address (line 60) (pure_py.__test__) Doctest: pure_py.__test__.test_address (line 60) ... ok test_boundscheck (line 81) (pure_py.__test__) Doctest: pure_py.__test__.test_boundscheck (line 81) ... ok test_cast (line 50) (pure_py.__test__) Doctest: pure_py.__test__.test_cast (line 50) ... ok test_declare (line 29) (pure_py.__test__) Doctest: pure_py.__test__.test_declare (line 29) ... ok test_declare_c_types (line 166) (pure_py.__test__) Doctest: pure_py.__test__.test_declare_c_types (line 166) ... ok test_imports (line 148) (pure_py.__test__) Doctest: pure_py.__test__.test_imports (line 148) ... ok test_sizeof (line 9) (pure_py.__test__) Doctest: pure_py.__test__.test_sizeof (line 9) ... ok test_struct (line 133) (pure_py.__test__) Doctest: pure_py.__test__.test_struct (line 133) ... ok test_with_nogil (line 106) (pure_py.__test__) Doctest: pure_py.__test__.test_with_nogil (line 106) ... ok test_wraparound (line 70) (pure_py.__test__) Doctest: pure_py.__test__.test_wraparound (line 70) ... ok run (__main__.PureDoctestTestCase) running pure doctests in pure_py ... c_call (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.c_call ... ok cdef_inline (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.cdef_inline ... ok count_digits_in_carray (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.count_digits_in_carray ... ok test_address (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_address ... ok test_boundscheck (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_boundscheck ... ok test_cast (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_cast ... ok test_declare (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_declare ... ok test_declare_c_types (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_declare_c_types ... ok test_imports (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_imports ... ok test_sizeof (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_sizeof ... ok test_struct (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_struct ... ok test_with_nogil (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_with_nogil ... ok test_wraparound (pure_doctest__pure_py) Doctest: pure_doctest__pure_py.test_wraparound ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running purecdef ... test (line 14) (purecdef.__test__) Doctest: purecdef.__test__.test (line 14) ... ok test_ccall (line 89) (purecdef.__test__) Doctest: purecdef.__test__.test_ccall (line 89) ... ok test_ccall_method (line 98) (purecdef.__test__) Doctest: purecdef.__test__.test_ccall_method (line 98) ... ok test_method (line 65) (purecdef.__test__) Doctest: purecdef.__test__.test_method (line 65) ... ok test_typed_return (line 120) (purecdef.__test__) Doctest: purecdef.__test__.test_typed_return (line 120) ... ok test_with (line 42) (purecdef.__test__) Doctest: purecdef.__test__.test_with (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running purecdef ... test (line 14) (purecdef.__test__) Doctest: purecdef.__test__.test (line 14) ... ok test_ccall (line 89) (purecdef.__test__) Doctest: purecdef.__test__.test_ccall (line 89) ... ok test_ccall_method (line 98) (purecdef.__test__) Doctest: purecdef.__test__.test_ccall_method (line 98) ... ok test_method (line 65) (purecdef.__test__) Doctest: purecdef.__test__.test_method (line 65) ... ok test_typed_return (line 120) (purecdef.__test__) Doctest: purecdef.__test__.test_typed_return (line 120) ... ok test_with (line 42) (purecdef.__test__) Doctest: purecdef.__test__.test_with (line 42) ... ok run (__main__.PureDoctestTestCase) running pure doctests in purecdef ... test (pure_doctest__purecdef) Doctest: pure_doctest__purecdef.test ... ok test_ccall (pure_doctest__purecdef) Doctest: pure_doctest__purecdef.test_ccall ... ok test_ccall_method (pure_doctest__purecdef) Doctest: pure_doctest__purecdef.test_ccall_method ... ok test_method (pure_doctest__purecdef) Doctest: pure_doctest__purecdef.test_method ... ok test_typed_return (pure_doctest__purecdef) Doctest: pure_doctest__purecdef.test_typed_return ... ok test_with (pure_doctest__purecdef) Doctest: pure_doctest__purecdef.test_with ... ok runTest (__main__.EndToEndTest) End-to-end pxd_syntax ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running py2_super ... B (py2_super) Doctest: py2_super.B ... ok Base (py2_super) Doctest: py2_super.Base ... ok CClassSub (py2_super) Doctest: py2_super.CClassSub ... ok Sub (py2_super) Doctest: py2_super.Sub ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running py2_super ... B (py2_super) Doctest: py2_super.B ... ok Base (py2_super) Doctest: py2_super.Base ... ok CClassSub (py2_super) Doctest: py2_super.CClassSub ... ok Sub (py2_super) Doctest: py2_super.Sub ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running py3k_super ... B (py3k_super) Doctest: py3k_super.B ... ok CClassSub (py3k_super) Doctest: py3k_super.CClassSub ... ok test_class_cell_empty (line 48) (py3k_super.__test__) Doctest: py3k_super.__test__.test_class_cell_empty (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running py3k_super ... B (py3k_super) Doctest: py3k_super.B ... ok CClassSub (py3k_super) Doctest: py3k_super.CClassSub ... ok test_class_cell_empty (line 48) (py3k_super.__test__) Doctest: py3k_super.__test__.test_class_cell_empty (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running py_classbody ... ForLoopInPyClass (py_classbody) Doctest: py_classbody.ForLoopInPyClass ... ok TestCdefAttr (py_classbody) Doctest: py_classbody.TestCdefAttr ... ok TestPyAttr (py_classbody) Doctest: py_classbody.TestPyAttr ... ok del_in_class (line 62) (py_classbody.__test__) Doctest: py_classbody.__test__.del_in_class (line 62) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running py_classbody ... ForLoopInPyClass (py_classbody) Doctest: py_classbody.ForLoopInPyClass ... ok TestCdefAttr (py_classbody) Doctest: py_classbody.TestCdefAttr ... ok TestPyAttr (py_classbody) Doctest: py_classbody.TestPyAttr ... ok del_in_class (line 62) (py_classbody.__test__) Doctest: py_classbody.__test__.del_in_class (line 62) ... ok run (__main__.PureDoctestTestCase) running pure doctests in py_classbody ... ForLoopInPyClass (pure_doctest__py_classbody) Doctest: pure_doctest__py_classbody.ForLoopInPyClass ... ok TestCdefAttr (pure_doctest__py_classbody) Doctest: pure_doctest__py_classbody.TestCdefAttr ... ok TestPyAttr (pure_doctest__py_classbody) Doctest: pure_doctest__py_classbody.TestPyAttr ... ok del_in_class (pure_doctest__py_classbody) Doctest: pure_doctest__py_classbody.del_in_class ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running py_hash_t ... assign_py_hash_t (line 5) (py_hash_t.__test__) Doctest: py_hash_t.__test__.assign_py_hash_t (line 5) ... ok assign_to_name (line 25) (py_hash_t.__test__) Doctest: py_hash_t.__test__.assign_to_name (line 25) ... ok infer_hash_type (line 16) (py_hash_t.__test__) Doctest: py_hash_t.__test__.infer_hash_type (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running py_hash_t ... assign_py_hash_t (line 5) (py_hash_t.__test__) Doctest: py_hash_t.__test__.assign_py_hash_t (line 5) ... ok assign_to_name (line 25) (py_hash_t.__test__) Doctest: py_hash_t.__test__.assign_to_name (line 25) ... ok infer_hash_type (line 16) (py_hash_t.__test__) Doctest: py_hash_t.__test__.infer_hash_type (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running py_ucs4_type ... compare_ASCII (line 12) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.compare_ASCII (line 12) ... ok compare_klingon (line 24) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.compare_klingon (line 24) ... ok count_lower_case_characters (line 178) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.count_lower_case_characters (line 178) ... ok count_lower_case_characters_slice (line 195) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.count_lower_case_characters_slice (line 195) ... ok count_lower_case_characters_slice_reversed (line 214) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.count_lower_case_characters_slice_reversed (line 214) ... ok index_and_in (line 292) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.index_and_in (line 292) ... ok index_uchar (line 158) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.index_uchar (line 158) ... ok iter_and_in (line 259) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.iter_and_in (line 259) ... ok iter_inferred (line 274) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.iter_inferred (line 274) ... ok len_uchar (line 151) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.len_uchar (line 151) ... ok loop_object_over_latin1_unicode_literal (line 229) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.loop_object_over_latin1_unicode_literal (line 229) ... ok loop_object_over_unicode_literal (line 243) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.loop_object_over_unicode_literal (line 243) ... ok ord_py_ucs4 (line 94) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.ord_py_ucs4 (line 94) ... ok single_uchar_compare (line 36) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.single_uchar_compare (line 36) ... ok uchar_in (line 314) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.uchar_in (line 314) ... ok unicode_methods (line 134) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.unicode_methods (line 134) ... ok unicode_ordinal (line 51) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.unicode_ordinal (line 51) ... ok unicode_type_methods (line 108) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.unicode_type_methods (line 108) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running py_ucs4_type ... compare_ASCII (line 12) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.compare_ASCII (line 12) ... ok compare_klingon (line 24) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.compare_klingon (line 24) ... ok count_lower_case_characters (line 178) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.count_lower_case_characters (line 178) ... ok count_lower_case_characters_slice (line 195) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.count_lower_case_characters_slice (line 195) ... ok count_lower_case_characters_slice_reversed (line 214) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.count_lower_case_characters_slice_reversed (line 214) ... ok index_and_in (line 292) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.index_and_in (line 292) ... ok index_uchar (line 158) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.index_uchar (line 158) ... ok iter_and_in (line 259) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.iter_and_in (line 259) ... ok iter_inferred (line 274) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.iter_inferred (line 274) ... ok len_uchar (line 151) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.len_uchar (line 151) ... ok loop_object_over_latin1_unicode_literal (line 229) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.loop_object_over_latin1_unicode_literal (line 229) ... ok loop_object_over_unicode_literal (line 243) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.loop_object_over_unicode_literal (line 243) ... ok ord_py_ucs4 (line 94) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.ord_py_ucs4 (line 94) ... ok single_uchar_compare (line 36) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.single_uchar_compare (line 36) ... ok uchar_in (line 314) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.uchar_in (line 314) ... ok unicode_methods (line 134) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.unicode_methods (line 134) ... ok unicode_ordinal (line 51) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.unicode_ordinal (line 51) ... ok unicode_type_methods (line 108) (py_ucs4_type.__test__) Doctest: py_ucs4_type.__test__.unicode_type_methods (line 108) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running py_unicode_strings ... test_c_to_python (line 30) (py_unicode_strings.__test__) Doctest: py_unicode_strings.__test__.test_c_to_python (line 30) ... ok test_python_to_c (line 78) (py_unicode_strings.__test__) Doctest: py_unicode_strings.__test__.test_python_to_c (line 78) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running py_unicode_strings ... test_c_to_python (line 30) (py_unicode_strings.__test__) Doctest: py_unicode_strings.__test__.test_c_to_python (line 30) ... ok test_python_to_c (line 78) (py_unicode_strings.__test__) Doctest: py_unicode_strings.__test__.test_python_to_c (line 78) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running py_unicode_type ... compare_ASCII (line 12) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.compare_ASCII (line 12) ... ok compare_klingon (line 24) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.compare_klingon (line 24) ... ok count_lower_case_characters (line 171) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.count_lower_case_characters (line 171) ... ok count_lower_case_characters_slice (line 188) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.count_lower_case_characters_slice (line 188) ... ok index_and_in (line 219) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.index_and_in (line 219) ... ok index_uchar (line 151) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.index_uchar (line 151) ... ok iter_and_in (line 204) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.iter_and_in (line 204) ... ok len_uchar (line 143) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.len_uchar (line 143) ... ok ord_pyunicode (line 86) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.ord_pyunicode (line 86) ... ok unicode_methods (line 126) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.unicode_methods (line 126) ... ok unicode_ordinal (line 43) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.unicode_ordinal (line 43) ... ok unicode_type_methods (line 100) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.unicode_type_methods (line 100) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running py_unicode_type ... compare_ASCII (line 12) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.compare_ASCII (line 12) ... ok compare_klingon (line 24) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.compare_klingon (line 24) ... ok count_lower_case_characters (line 171) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.count_lower_case_characters (line 171) ... ok count_lower_case_characters_slice (line 188) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.count_lower_case_characters_slice (line 188) ... ok index_and_in (line 219) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.index_and_in (line 219) ... ok index_uchar (line 151) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.index_uchar (line 151) ... ok iter_and_in (line 204) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.iter_and_in (line 204) ... ok len_uchar (line 143) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.len_uchar (line 143) ... ok ord_pyunicode (line 86) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.ord_pyunicode (line 86) ... ok unicode_methods (line 126) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.unicode_methods (line 126) ... ok unicode_ordinal (line 43) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.unicode_ordinal (line 43) ... ok unicode_type_methods (line 100) (py_unicode_type.__test__) Doctest: py_unicode_type.__test__.unicode_type_methods (line 100) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyarray ... test_buffer (line 118) (pyarray.__test__) Doctest: pyarray.__test__.test_buffer (line 118) ... ok test_buffer_typed (line 127) (pyarray.__test__) Doctest: pyarray.__test__.test_buffer_typed (line 127) ... ok test_copy (line 20) (pyarray.__test__) Doctest: pyarray.__test__.test_copy (line 20) ... ok test_extend (line 154) (pyarray.__test__) Doctest: pyarray.__test__.test_extend (line 154) ... ok test_extend_buffer (line 181) (pyarray.__test__) Doctest: pyarray.__test__.test_extend_buffer (line 181) ... ok test_fast_access (line 35) (pyarray.__test__) Doctest: pyarray.__test__.test_fast_access (line 35) ... ok test_fast_buffer_access (line 55) (pyarray.__test__) Doctest: pyarray.__test__.test_fast_buffer_access (line 55) ... ok test_len (line 8) (pyarray.__test__) Doctest: pyarray.__test__.test_len (line 8) ... ok test_likes (line 170) (pyarray.__test__) Doctest: pyarray.__test__.test_likes (line 170) ... ok test_new_zero (line 73) (pyarray.__test__) Doctest: pyarray.__test__.test_new_zero (line 73) ... ok test_resize (line 96) (pyarray.__test__) Doctest: pyarray.__test__.test_resize (line 96) ... ok test_resize_smart (line 108) (pyarray.__test__) Doctest: pyarray.__test__.test_resize_smart (line 108) ... ok test_set_zero (line 84) (pyarray.__test__) Doctest: pyarray.__test__.test_set_zero (line 84) ... ok test_view (line 136) (pyarray.__test__) Doctest: pyarray.__test__.test_view (line 136) ... ok test_view_typed (line 145) (pyarray.__test__) Doctest: pyarray.__test__.test_view_typed (line 145) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyarray ... === C/C++ compiler error output: === In file included from /usr/include/python2.7/Python.h:121:0, from pyarray.cpp:4: pyarray.cpp: In function 'PyObject* newarrayobject(PyTypeObject*, Py_ssize_t, arraydescr*)': /usr/include/python2.7/pyerrors.h:220:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__) ^ pyarray.cpp:1054:9: note: in expansion of macro 'PyErr_BadInternalCall' PyErr_BadInternalCall(); ^ ============================== test_buffer (line 118) (pyarray.__test__) Doctest: pyarray.__test__.test_buffer (line 118) ... ok test_buffer_typed (line 127) (pyarray.__test__) Doctest: pyarray.__test__.test_buffer_typed (line 127) ... ok test_copy (line 20) (pyarray.__test__) Doctest: pyarray.__test__.test_copy (line 20) ... ok test_extend (line 154) (pyarray.__test__) Doctest: pyarray.__test__.test_extend (line 154) ... ok test_extend_buffer (line 181) (pyarray.__test__) Doctest: pyarray.__test__.test_extend_buffer (line 181) ... ok test_fast_access (line 35) (pyarray.__test__) Doctest: pyarray.__test__.test_fast_access (line 35) ... ok test_fast_buffer_access (line 55) (pyarray.__test__) Doctest: pyarray.__test__.test_fast_buffer_access (line 55) ... ok test_len (line 8) (pyarray.__test__) Doctest: pyarray.__test__.test_len (line 8) ... ok test_likes (line 170) (pyarray.__test__) Doctest: pyarray.__test__.test_likes (line 170) ... ok test_new_zero (line 73) (pyarray.__test__) Doctest: pyarray.__test__.test_new_zero (line 73) ... ok test_resize (line 96) (pyarray.__test__) Doctest: pyarray.__test__.test_resize (line 96) ... ok test_resize_smart (line 108) (pyarray.__test__) Doctest: pyarray.__test__.test_resize_smart (line 108) ... ok test_set_zero (line 84) (pyarray.__test__) Doctest: pyarray.__test__.test_set_zero (line 84) ... ok test_view (line 136) (pyarray.__test__) Doctest: pyarray.__test__.test_view (line 136) ... ok test_view_typed (line 145) (pyarray.__test__) Doctest: pyarray.__test__.test_view_typed (line 145) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyclass_dynamic_bases ... cond_if_bases (line 11) (pyclass_dynamic_bases.__test__) Doctest: pyclass_dynamic_bases.__test__.cond_if_bases (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyclass_dynamic_bases ... cond_if_bases (line 11) (pyclass_dynamic_bases.__test__) Doctest: pyclass_dynamic_bases.__test__.cond_if_bases (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyclass_scope_T671 ... SimpleAssignment (pyclass_scope_T671) Doctest: pyclass_scope_T671.SimpleAssignment ... ok SimpleRewrite (pyclass_scope_T671) Doctest: pyclass_scope_T671.SimpleRewrite ... ok conditional (line 31) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.conditional (line 31) ... ok conditional_name_error (line 54) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.conditional_name_error (line 54) ... ok name_error (line 44) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.name_error (line 44) ... ok name_error_deleted (line 72) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.name_error_deleted (line 72) ... ok name_lookup_order (line 84) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.name_lookup_order (line 84) ... ok simple_inner (line 21) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.simple_inner (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyclass_scope_T671 ... SimpleAssignment (pyclass_scope_T671) Doctest: pyclass_scope_T671.SimpleAssignment ... ok SimpleRewrite (pyclass_scope_T671) Doctest: pyclass_scope_T671.SimpleRewrite ... ok conditional (line 31) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.conditional (line 31) ... ok conditional_name_error (line 54) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.conditional_name_error (line 54) ... ok name_error (line 44) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.name_error (line 44) ... ok name_error_deleted (line 72) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.name_error_deleted (line 72) ... ok name_lookup_order (line 84) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.name_lookup_order (line 84) ... ok simple_inner (line 21) (pyclass_scope_T671.__test__) Doctest: pyclass_scope_T671.__test__.simple_inner (line 21) ... ok run (__main__.PureDoctestTestCase) running pure doctests in pyclass_scope_T671 ... SimpleAssignment (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.SimpleAssignment ... ok SimpleRewrite (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.SimpleRewrite ... ok conditional (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.conditional ... ok conditional_name_error (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.conditional_name_error ... ok name_error (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.name_error ... ok name_error_deleted (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.name_error_deleted ... ok name_lookup_order (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.name_lookup_order ... ok simple_inner (pure_doctest__pyclass_scope_T671) Doctest: pure_doctest__pyclass_scope_T671.simple_inner ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pycmp ... f (line 1) (pycmp.__test__) Doctest: pycmp.__test__.f (line 1) ... ok g (line 22) (pycmp.__test__) Doctest: pycmp.__test__.g (line 22) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pycmp ... f (line 1) (pycmp.__test__) Doctest: pycmp.__test__.f (line 1) ... ok g (line 22) (pycmp.__test__) Doctest: pycmp.__test__.g (line 22) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyextattrref ... pyextattrref () Doctest: pyextattrref ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyextattrref ... pyextattrref () Doctest: pyextattrref ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyfunction_redefine_T489 ... pyfunction_redefine_T489 () Doctest: pyfunction_redefine_T489 ... ok ClassScope (pyfunction_redefine_T489) Doctest: pyfunction_redefine_T489.ClassScope ... ok closure_scope (line 20) (pyfunction_redefine_T489.__test__) Doctest: pyfunction_redefine_T489.__test__.closure_scope (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyfunction_redefine_T489 ... pyfunction_redefine_T489 () Doctest: pyfunction_redefine_T489 ... ok ClassScope (pyfunction_redefine_T489) Doctest: pyfunction_redefine_T489.ClassScope ... ok closure_scope (line 20) (pyfunction_redefine_T489.__test__) Doctest: pyfunction_redefine_T489.__test__.closure_scope (line 20) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyintop ... and_int (line 58) (pyintop.__test__) Doctest: pyintop.__test__.and_int (line 58) ... ok and_obj (line 49) (pyintop.__test__) Doctest: pyintop.__test__.and_obj (line 49) ... ok lshift_obj (line 69) (pyintop.__test__) Doctest: pyintop.__test__.lshift_obj (line 69) ... ok mixed_int (line 142) (pyintop.__test__) Doctest: pyintop.__test__.mixed_int (line 142) ... ok mixed_obj (line 133) (pyintop.__test__) Doctest: pyintop.__test__.mixed_obj (line 133) ... ok or_int (line 18) (pyintop.__test__) Doctest: pyintop.__test__.or_int (line 18) ... ok or_obj (line 9) (pyintop.__test__) Doctest: pyintop.__test__.or_obj (line 9) ... ok rshift_int (line 87) (pyintop.__test__) Doctest: pyintop.__test__.rshift_int (line 87) ... ok rshift_obj (line 78) (pyintop.__test__) Doctest: pyintop.__test__.rshift_obj (line 78) ... ok xor_int (line 38) (pyintop.__test__) Doctest: pyintop.__test__.xor_int (line 38) ... ok xor_obj (line 29) (pyintop.__test__) Doctest: pyintop.__test__.xor_obj (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyintop ... and_int (line 58) (pyintop.__test__) Doctest: pyintop.__test__.and_int (line 58) ... ok and_obj (line 49) (pyintop.__test__) Doctest: pyintop.__test__.and_obj (line 49) ... ok lshift_obj (line 69) (pyintop.__test__) Doctest: pyintop.__test__.lshift_obj (line 69) ... ok mixed_int (line 142) (pyintop.__test__) Doctest: pyintop.__test__.mixed_int (line 142) ... ok mixed_obj (line 133) (pyintop.__test__) Doctest: pyintop.__test__.mixed_obj (line 133) ... ok or_int (line 18) (pyintop.__test__) Doctest: pyintop.__test__.or_int (line 18) ... ok or_obj (line 9) (pyintop.__test__) Doctest: pyintop.__test__.or_obj (line 9) ... ok rshift_int (line 87) (pyintop.__test__) Doctest: pyintop.__test__.rshift_int (line 87) ... ok rshift_obj (line 78) (pyintop.__test__) Doctest: pyintop.__test__.rshift_obj (line 78) ... ok xor_int (line 38) (pyintop.__test__) Doctest: pyintop.__test__.xor_int (line 38) ... ok xor_obj (line 29) (pyintop.__test__) Doctest: pyintop.__test__.xor_obj (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pylistsubtype ... pylistsubtype () Doctest: pylistsubtype ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pylistsubtype ... pylistsubtype () Doctest: pylistsubtype ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pynumber_subtype_conversion ... MyFloat (pynumber_subtype_conversion) Doctest: pynumber_subtype_conversion.MyFloat ... ok MyInt (pynumber_subtype_conversion) Doctest: pynumber_subtype_conversion.MyInt ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pynumber_subtype_conversion ... MyFloat (pynumber_subtype_conversion) Doctest: pynumber_subtype_conversion.MyFloat ... ok MyInt (pynumber_subtype_conversion) Doctest: pynumber_subtype_conversion.MyInt ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pynumop ... f (line 1) (pynumop.__test__) Doctest: pynumop.__test__.f (line 1) ... ok g (line 12) (pynumop.__test__) Doctest: pynumop.__test__.g (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pynumop ... f (line 1) (pynumop.__test__) Doctest: pynumop.__test__.f (line 1) ... ok g (line 12) (pynumop.__test__) Doctest: pynumop.__test__.g (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyobjcast_T313 ... pyobjcast_T313 () Doctest: pyobjcast_T313 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyobjcast_T313 ... pyobjcast_T313 () Doctest: pyobjcast_T313 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pyparam_nogil ... if_list_nogil (line 2) (pyparam_nogil.__test__) Doctest: pyparam_nogil.__test__.if_list_nogil (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pyparam_nogil ... if_list_nogil (line 2) (pyparam_nogil.__test__) Doctest: pyparam_nogil.__test__.if_list_nogil (line 2) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running python_bool_type ... test_boolean (line 186) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_boolean (line 186) ... ok test_convert (line 156) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_convert (line 156) ... ok test_float (line 26) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_float (line 26) ... ok test_int (line 17) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_int (line 17) ... ok test_isinstance (line 168) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_isinstance (line 168) ... ok test_issubclass (line 179) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_issubclass (line 179) ... ok test_math (line 51) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_math (line 51) ... ok test_repr (line 35) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_repr (line 35) ... ok test_str (line 44) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_str (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running python_bool_type ... test_boolean (line 186) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_boolean (line 186) ... ok test_convert (line 156) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_convert (line 156) ... ok test_float (line 26) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_float (line 26) ... ok test_int (line 17) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_int (line 17) ... ok test_isinstance (line 168) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_isinstance (line 168) ... ok test_issubclass (line 179) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_issubclass (line 179) ... ok test_math (line 51) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_math (line 51) ... ok test_repr (line 35) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_repr (line 35) ... ok test_str (line 44) (python_bool_type.__test__) Doctest: python_bool_type.__test__.test_str (line 44) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running pytype ... test_issubtype (line 5) (pytype.__test__) Doctest: pytype.__test__.test_issubtype (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running pytype ... test_issubtype (line 5) (pytype.__test__) Doctest: pytype.__test__.test_issubtype (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running qualname ... test_builtin_qualname (line 21) (qualname.__test__) Doctest: qualname.__test__.test_builtin_qualname (line 21) ... ok test_nested_qualname (line 35) (qualname.__test__) Doctest: qualname.__test__.test_nested_qualname (line 35) ... ok test_qualname (line 8) (qualname.__test__) Doctest: qualname.__test__.test_qualname (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running qualname ... test_builtin_qualname (line 21) (qualname.__test__) Doctest: qualname.__test__.test_builtin_qualname (line 21) ... ok test_nested_qualname (line 35) (qualname.__test__) Doctest: qualname.__test__.test_nested_qualname (line 35) ... ok test_qualname (line 8) (qualname.__test__) Doctest: qualname.__test__.test_qualname (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_addint ... r_addint () Doctest: r_addint ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_addint ... r_addint () Doctest: r_addint ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_argdefault ... swallow (line 1) (r_argdefault.__test__) Doctest: r_argdefault.__test__.swallow (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_argdefault ... swallow (line 1) (r_argdefault.__test__) Doctest: r_argdefault.__test__.swallow (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_barbieri1 ... r_barbieri1 () Doctest: r_barbieri1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_barbieri1 ... r_barbieri1 () Doctest: r_barbieri1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_bishop3 ... r_bishop3 () Doctest: r_bishop3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_bishop3 ... r_bishop3 () Doctest: r_bishop3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_bowden1 ... r_bowden1 () Doctest: r_bowden1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_bowden1 ... r_bowden1 () Doctest: r_bowden1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_delgado_1 ... r_delgado_1 () Doctest: r_delgado_1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_delgado_1 ... r_delgado_1 () Doctest: r_delgado_1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_docstrings ... test_docstrings (r_docstrings.__test__) Doctest: r_docstrings.__test__.test_docstrings ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_docstrings ... test_docstrings (r_docstrings.__test__) Doctest: r_docstrings.__test__.test_docstrings ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_extcomplex2 ... r_extcomplex2 () Doctest: r_extcomplex2 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_extcomplex2 ... r_extcomplex2 () Doctest: r_extcomplex2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_extstarargs ... r_extstarargs () Doctest: r_extstarargs ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_extstarargs ... r_extstarargs () Doctest: r_extstarargs ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_forloop ... go_c (line 21) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c (line 21) ... ok go_c_all (line 55) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_all (line 55) ... ok go_c_all_exprs (line 66) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_all_exprs (line 66) ... ok go_c_calc (line 91) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_calc (line 91) ... ok go_c_calc_ret (line 101) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_calc_ret (line 101) ... ok go_c_const_exprs (line 78) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_const_exprs (line 78) ... ok go_c_enumerate (line 33) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_enumerate (line 33) ... ok go_c_int (line 45) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_int (line 45) ... ok go_c_ret (line 111) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_ret (line 111) ... ok go_dict (line 165) (r_forloop.__test__) Doctest: r_forloop.__test__.go_dict (line 165) ... ok go_dict_ret (line 177) (r_forloop.__test__) Doctest: r_forloop.__test__.go_dict_ret (line 177) ... ok go_list (line 121) (r_forloop.__test__) Doctest: r_forloop.__test__.go_list (line 121) ... ok go_list_ret (line 133) (r_forloop.__test__) Doctest: r_forloop.__test__.go_list_ret (line 133) ... ok go_py (line 1) (r_forloop.__test__) Doctest: r_forloop.__test__.go_py (line 1) ... ok go_py_ret (line 12) (r_forloop.__test__) Doctest: r_forloop.__test__.go_py_ret (line 12) ... ok go_tuple (line 143) (r_forloop.__test__) Doctest: r_forloop.__test__.go_tuple (line 143) ... ok go_tuple_ret (line 155) (r_forloop.__test__) Doctest: r_forloop.__test__.go_tuple_ret (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_forloop ... go_c (line 21) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c (line 21) ... ok go_c_all (line 55) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_all (line 55) ... ok go_c_all_exprs (line 66) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_all_exprs (line 66) ... ok go_c_calc (line 91) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_calc (line 91) ... ok go_c_calc_ret (line 101) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_calc_ret (line 101) ... ok go_c_const_exprs (line 78) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_const_exprs (line 78) ... ok go_c_enumerate (line 33) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_enumerate (line 33) ... ok go_c_int (line 45) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_int (line 45) ... ok go_c_ret (line 111) (r_forloop.__test__) Doctest: r_forloop.__test__.go_c_ret (line 111) ... ok go_dict (line 165) (r_forloop.__test__) Doctest: r_forloop.__test__.go_dict (line 165) ... ok go_dict_ret (line 177) (r_forloop.__test__) Doctest: r_forloop.__test__.go_dict_ret (line 177) ... ok go_list (line 121) (r_forloop.__test__) Doctest: r_forloop.__test__.go_list (line 121) ... ok go_list_ret (line 133) (r_forloop.__test__) Doctest: r_forloop.__test__.go_list_ret (line 133) ... ok go_py (line 1) (r_forloop.__test__) Doctest: r_forloop.__test__.go_py (line 1) ... ok go_py_ret (line 12) (r_forloop.__test__) Doctest: r_forloop.__test__.go_py_ret (line 12) ... ok go_tuple (line 143) (r_forloop.__test__) Doctest: r_forloop.__test__.go_tuple (line 143) ... ok go_tuple_ret (line 155) (r_forloop.__test__) Doctest: r_forloop.__test__.go_tuple_ret (line 155) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_hordijk1 ... r_hordijk1 () Doctest: r_hordijk1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_hordijk1 ... r_hordijk1 () Doctest: r_hordijk1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_huss3 ... r_huss3 () Doctest: r_huss3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_huss3 ... r_huss3 () Doctest: r_huss3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_jeff_epler_1 ... blowup (line 1) (r_jeff_epler_1.__test__) Doctest: r_jeff_epler_1.__test__.blowup (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_jeff_epler_1 ... blowup (line 1) (r_jeff_epler_1.__test__) Doctest: r_jeff_epler_1.__test__.blowup (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_jiba1 ... r_jiba1 () Doctest: r_jiba1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_jiba1 ... r_jiba1 () Doctest: r_jiba1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_lepage_3 ... r_lepage_3 () Doctest: r_lepage_3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_lepage_3 ... r_lepage_3 () Doctest: r_lepage_3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_mang1 ... r_mang1 () Doctest: r_mang1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_mang1 ... r_mang1 () Doctest: r_mang1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_mcintyre1 ... r_mcintyre1 () Doctest: r_mcintyre1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_mcintyre1 ... r_mcintyre1 () Doctest: r_mcintyre1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_mitch_chapman_2 ... boolExpressionsFail (line 1) (r_mitch_chapman_2.__test__) Doctest: r_mitch_chapman_2.__test__.boolExpressionsFail (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_mitch_chapman_2 ... boolExpressionsFail (line 1) (r_mitch_chapman_2.__test__) Doctest: r_mitch_chapman_2.__test__.boolExpressionsFail (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_primes ... primes (line 1) (r_primes.__test__) Doctest: r_primes.__test__.primes (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_primes ... primes (line 1) (r_primes.__test__) Doctest: r_primes.__test__.primes (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_print ... frighten (line 1) (r_print.__test__) Doctest: r_print.__test__.frighten (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_print ... frighten (line 1) (r_print.__test__) Doctest: r_print.__test__.frighten (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_pyclass ... order (line 9) (r_pyclass.__test__) Doctest: r_pyclass.__test__.order (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_pyclass ... order (line 9) (r_pyclass.__test__) Doctest: r_pyclass.__test__.order (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_pyclassdefault ... r_pyclassdefault () Doctest: r_pyclassdefault ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_pyclassdefault ... r_pyclassdefault () Doctest: r_pyclassdefault ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_pythonapi ... r_pythonapi () Doctest: r_pythonapi ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_pythonapi ... r_pythonapi () Doctest: r_pythonapi ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_spamtype ... r_spamtype () Doctest: r_spamtype ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_spamtype ... r_spamtype () Doctest: r_spamtype ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_starargcall ... eggs (line 4) (r_starargcall.__test__) Doctest: r_starargcall.__test__.eggs (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_starargcall ... eggs (line 4) (r_starargcall.__test__) Doctest: r_starargcall.__test__.eggs (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_starargs ... swallow (line 1) (r_starargs.__test__) Doctest: r_starargs.__test__.swallow (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_starargs ... swallow (line 1) (r_starargs.__test__) Doctest: r_starargs.__test__.swallow (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_starargsonly ... spam (line 1) (r_starargsonly.__test__) Doctest: r_starargsonly.__test__.spam (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_starargsonly ... spam (line 1) (r_starargsonly.__test__) Doctest: r_starargsonly.__test__.spam (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_toofewargs ... r_toofewargs () Doctest: r_toofewargs ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_toofewargs ... r_toofewargs () Doctest: r_toofewargs ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_typecast ... call_method (line 8) (r_typecast.__test__) Doctest: r_typecast.__test__.call_method (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_typecast ... call_method (line 8) (r_typecast.__test__) Doctest: r_typecast.__test__.call_method (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_uintindex ... r_uintindex () Doctest: r_uintindex ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_uintindex ... r_uintindex () Doctest: r_uintindex ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running r_vree_1 ... r_vree_1 () Doctest: r_vree_1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running r_vree_1 ... r_vree_1 () Doctest: r_vree_1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running raise_memory_error_T650 ... raise_me_instance (line 21) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_instance (line 21) ... ok raise_me_instance_value (line 30) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_instance_value (line 30) ... ok raise_me_instance_value_separate (line 40) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_instance_value_separate (line 40) ... ok raise_me_type (line 9) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_type (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running raise_memory_error_T650 ... raise_me_instance (line 21) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_instance (line 21) ... ok raise_me_instance_value (line 30) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_instance_value (line 30) ... ok raise_me_instance_value_separate (line 40) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_instance_value_separate (line 40) ... ok raise_me_type (line 9) (raise_memory_error_T650.__test__) Doctest: raise_memory_error_T650.__test__.raise_me_type (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running range_optimisation_T203 ... for_from_bound_reassignment (line 45) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_bound_reassignment (line 45) ... ok for_from_py_global_target_reassignment (line 105) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_py_global_target_reassignment (line 105) ... ok for_from_py_target_reassignment (line 90) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_py_target_reassignment (line 90) ... ok for_from_range (line 7) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_range (line 7) ... ok for_from_step_reassignment (line 61) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_step_reassignment (line 61) ... ok for_from_target_reassignment (line 75) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_target_reassignment (line 75) ... ok for_in_target_reassignment (line 120) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_in_target_reassignment (line 120) ... ok test_func (line 141) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.test_func (line 141) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running range_optimisation_T203 ... for_from_bound_reassignment (line 45) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_bound_reassignment (line 45) ... ok for_from_py_global_target_reassignment (line 105) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_py_global_target_reassignment (line 105) ... ok for_from_py_target_reassignment (line 90) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_py_target_reassignment (line 90) ... ok for_from_range (line 7) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_range (line 7) ... ok for_from_step_reassignment (line 61) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_step_reassignment (line 61) ... ok for_from_target_reassignment (line 75) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_from_target_reassignment (line 75) ... ok for_in_target_reassignment (line 120) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.for_in_target_reassignment (line 120) ... ok test_func (line 141) (range_optimisation_T203.__test__) Doctest: range_optimisation_T203.__test__.test_func (line 141) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running reduce_pickle ... reduce_pickle () Doctest: reduce_pickle ... ok A (reduce_pickle) Doctest: reduce_pickle.A ... ok B (reduce_pickle) Doctest: reduce_pickle.B ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running reduce_pickle ... reduce_pickle () Doctest: reduce_pickle ... ok A (reduce_pickle) Doctest: reduce_pickle.A ... ok B (reduce_pickle) Doctest: reduce_pickle.B ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ref2global ... f (line 10) (ref2global.__test__) Doctest: ref2global.__test__.f (line 10) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ref2global ... f (line 10) (ref2global.__test__) Doctest: ref2global.__test__.f (line 10) ... ok run (__main__.PureDoctestTestCase) running pure doctests in ref2global ... f (pure_doctest__ref2global) Doctest: pure_doctest__ref2global.f ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ref2local ... f (line 1) (ref2local.__test__) Doctest: ref2local.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ref2local ... f (line 1) (ref2local.__test__) Doctest: ref2local.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running refcount_in_meth ... refcount_in_meth () Doctest: refcount_in_meth ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running refcount_in_meth ... refcount_in_meth () Doctest: refcount_in_meth ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running reimport ... test (line 7) (reimport.__test__) Doctest: reimport.__test__.test (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running reimport ... test (line 7) (reimport.__test__) Doctest: reimport.__test__.test (line 7) ... ok runTest (__main__.EndToEndTest) End-to-end reimport_from_package ... ok runTest (__main__.EndToEndTest) End-to-end relative_cimport ... ok runTest (__main__.EndToEndTest) End-to-end relativeimport_T542 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running relativeimport_star_T542 ... cytest_relativeimport_T542 (distutils.core) Doctest: distutils.core.cytest_relativeimport_T542 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running relativeimport_star_T542 ... cytest_relativeimport_T542 (distutils.core) Doctest: distutils.core.cytest_relativeimport_T542 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running reraise ... test_reraise (line 5) (reraise.__test__) Doctest: reraise.__test__.test_reraise (line 5) ... ok test_reraise_error (line 27) (reraise.__test__) Doctest: reraise.__test__.test_reraise_error (line 27) ... ok test_reraise_indirect (line 16) (reraise.__test__) Doctest: reraise.__test__.test_reraise_indirect (line 16) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running reraise ... test_reraise (line 5) (reraise.__test__) Doctest: reraise.__test__.test_reraise (line 5) ... ok test_reraise_error (line 27) (reraise.__test__) Doctest: reraise.__test__.test_reraise_error (line 27) ... ok test_reraise_indirect (line 16) (reraise.__test__) Doctest: reraise.__test__.test_reraise_indirect (line 16) ... ok run (__main__.PureDoctestTestCase) running pure doctests in reraise ... test_reraise (pure_doctest__reraise) Doctest: pure_doctest__reraise.test_reraise ... ok test_reraise_error (pure_doctest__reraise) Doctest: pure_doctest__reraise.test_reraise_error ... ok test_reraise_indirect (pure_doctest__reraise) Doctest: pure_doctest__reraise.test_reraise_indirect ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running reraise_3args ... reraise_explicitly (line 11) (reraise_3args.__test__) Doctest: reraise_3args.__test__.reraise_explicitly (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running reraise_3args ... reraise_explicitly (line 11) (reraise_3args.__test__) Doctest: reraise_3args.__test__.reraise_explicitly (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running return ... f (line 1) (return.__test__) Doctest: return.__test__.f (line 1) ... ok test_g (line 17) (return.__test__) Doctest: return.__test__.test_g (line 17) ... ok test_h (line 23) (return.__test__) Doctest: return.__test__.test_h (line 23) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running return ... f (line 1) (return.__test__) Doctest: return.__test__.f (line 1) ... ok test_g (line 17) (return.__test__) Doctest: return.__test__.test_g (line 17) ... ok test_h (line 23) (return.__test__) Doctest: return.__test__.test_h (line 23) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running reversed_iteration ... enumerate_reversed_list (line 72) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.enumerate_reversed_list (line 72) ... ok range_unsigned_by_neg_3 (line 800) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.range_unsigned_by_neg_3 (line 800) ... ok reversed_bytes (line 715) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes (line 715) ... ok reversed_bytes_slice (line 730) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes_slice (line 730) ... ok reversed_bytes_slice_step (line 745) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes_slice_step (line 745) ... ok reversed_bytes_slice_step_only (line 760) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes_slice_step_only (line 760) ... ok reversed_list (line 28) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_list (line 28) ... ok reversed_range (line 91) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range (line 91) ... ok reversed_range_constant (line 354) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_constant (line 354) ... ok reversed_range_constant_neg (line 446) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_constant_neg (line 446) ... ok reversed_range_step3 (line 149) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3 (line 149) ... ok reversed_range_step3_expr (line 179) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_expr (line 179) ... ok reversed_range_step3_neg (line 194) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg (line 194) ... ok reversed_range_step3_neg_expr (line 224) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_expr (line 224) ... ok reversed_range_step3_neg_py_args (line 273) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_py_args (line 273) ... ok reversed_range_step3_neg_py_obj_left (line 331) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_py_obj_left (line 331) ... ok reversed_range_step3_neg_py_obj_right (line 342) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_py_obj_right (line 342) ... ok reversed_range_step3_py_args (line 237) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_py_args (line 237) ... ok reversed_range_step3_py_obj_left (line 309) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_py_obj_left (line 309) ... ok reversed_range_step_neg (line 129) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step_neg (line 129) ... ok reversed_range_step_pos (line 110) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step_pos (line 110) ... ok reversed_tuple (line 50) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_tuple (line 50) ... ok reversed_unicode (line 582) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode (line 582) ... ok reversed_unicode_slice (line 595) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice (line 595) ... ok reversed_unicode_slice_end_neg_step (line 673) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_end_neg_step (line 673) ... ok reversed_unicode_slice_end_pos_step (line 660) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_end_pos_step (line 660) ... ok reversed_unicode_slice_neg_step (line 608) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_neg_step (line 608) ... ok reversed_unicode_slice_neg_step_only (line 686) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_neg_step_only (line 686) ... ok reversed_unicode_slice_pos_step (line 621) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_pos_step (line 621) ... ok reversed_unicode_slice_pos_step_only (line 699) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_pos_step_only (line 699) ... ok reversed_unicode_slice_start_neg_step (line 647) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_start_neg_step (line 647) ... ok reversed_unicode_slice_start_pos_step (line 634) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_start_pos_step (line 634) ... ok reversed_unsigned (line 776) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unsigned (line 776) ... ok reversed_unsigned_by_3 (line 789) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unsigned_by_3 (line 789) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running reversed_iteration ... === C/C++ compiler error output: === reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_68reversed_unsigned(PyObject*, int, int)': reversed_iteration.cpp:10207:62: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_3 = __pyx_v_b-1 + 1; __pyx_t_3 >= __pyx_t_2 + 1; ) { __pyx_t_3-=1; ^ reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_70reversed_unsigned_by_3(PyObject*, int, int)': reversed_iteration.cpp:10341:126: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_3 = ((__pyx_t_2 + (3 * __Pyx_div_int(((__pyx_v_b - __pyx_t_2) - 1), 3))) + 1)-1 + 3; __pyx_t_3 >= __pyx_t_2 + 3; ) { __pyx_t_3-=3; ^ reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_72range_unsigned_by_neg_3(PyObject*, int, int)': reversed_iteration.cpp:10473:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_3 = __pyx_v_b + 3; __pyx_t_3 > __pyx_t_2 + 3; ) { __pyx_t_3-=3; ^ ============================== enumerate_reversed_list (line 72) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.enumerate_reversed_list (line 72) ... ok range_unsigned_by_neg_3 (line 800) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.range_unsigned_by_neg_3 (line 800) ... ok reversed_bytes (line 715) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes (line 715) ... ok reversed_bytes_slice (line 730) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes_slice (line 730) ... ok reversed_bytes_slice_step (line 745) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes_slice_step (line 745) ... ok reversed_bytes_slice_step_only (line 760) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_bytes_slice_step_only (line 760) ... ok reversed_list (line 28) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_list (line 28) ... ok reversed_range (line 91) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range (line 91) ... ok reversed_range_constant (line 354) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_constant (line 354) ... ok reversed_range_constant_neg (line 446) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_constant_neg (line 446) ... ok reversed_range_step3 (line 149) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3 (line 149) ... ok reversed_range_step3_expr (line 179) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_expr (line 179) ... ok reversed_range_step3_neg (line 194) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg (line 194) ... ok reversed_range_step3_neg_expr (line 224) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_expr (line 224) ... ok reversed_range_step3_neg_py_args (line 273) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_py_args (line 273) ... ok reversed_range_step3_neg_py_obj_left (line 331) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_py_obj_left (line 331) ... ok reversed_range_step3_neg_py_obj_right (line 342) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_neg_py_obj_right (line 342) ... ok reversed_range_step3_py_args (line 237) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_py_args (line 237) ... ok reversed_range_step3_py_obj_left (line 309) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step3_py_obj_left (line 309) ... ok reversed_range_step_neg (line 129) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step_neg (line 129) ... ok reversed_range_step_pos (line 110) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_range_step_pos (line 110) ... ok reversed_tuple (line 50) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_tuple (line 50) ... ok reversed_unicode (line 582) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode (line 582) ... ok reversed_unicode_slice (line 595) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice (line 595) ... ok reversed_unicode_slice_end_neg_step (line 673) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_end_neg_step (line 673) ... ok reversed_unicode_slice_end_pos_step (line 660) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_end_pos_step (line 660) ... ok reversed_unicode_slice_neg_step (line 608) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_neg_step (line 608) ... ok reversed_unicode_slice_neg_step_only (line 686) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_neg_step_only (line 686) ... ok reversed_unicode_slice_pos_step (line 621) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_pos_step (line 621) ... ok reversed_unicode_slice_pos_step_only (line 699) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_pos_step_only (line 699) ... ok reversed_unicode_slice_start_neg_step (line 647) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_start_neg_step (line 647) ... ok reversed_unicode_slice_start_pos_step (line 634) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unicode_slice_start_pos_step (line 634) ... ok reversed_unsigned (line 776) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unsigned (line 776) ... ok reversed_unsigned_by_3 (line 789) (reversed_iteration.__test__) Doctest: reversed_iteration.__test__.reversed_unsigned_by_3 (line 789) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running richcmp_str_equals ... test_equals (line 14) (richcmp_str_equals.__test__) Doctest: richcmp_str_equals.__test__.test_equals (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running richcmp_str_equals ... test_equals (line 14) (richcmp_str_equals.__test__) Doctest: richcmp_str_equals.__test__.test_equals (line 14) ... ok run (__main__.PureDoctestTestCase) running pure doctests in richcmp_str_equals ... test_equals (pure_doctest__richcmp_str_equals) Doctest: pure_doctest__richcmp_str_equals.test_equals ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running rodriguez_1 ... rodriguez_1 () Doctest: rodriguez_1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running rodriguez_1 ... rodriguez_1 () Doctest: rodriguez_1 ... ok runTest (__main__.EndToEndTest) End-to-end scanner_trace ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running self_in_ext_type_closure ... ext_method0 (line 11) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method0 (line 11) ... ok ext_method1 (line 21) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method1 (line 21) ... ok ext_method1_def (line 31) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method1_def (line 31) ... ok ext_method_args (line 43) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method_args (line 43) ... ok ext_method_args_only (line 53) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method_args_only (line 53) ... ok gen0 (line 69) (self_in_ext_type_closure.__test__.GenType) Doctest: self_in_ext_type_closure.__test__.GenType.gen0 (line 69) ... ok gen1 (line 78) (self_in_ext_type_closure.__test__.GenType) Doctest: self_in_ext_type_closure.__test__.GenType.gen1 (line 78) ... ok gen_default (line 87) (self_in_ext_type_closure.__test__.GenType) Doctest: self_in_ext_type_closure.__test__.GenType.gen_default (line 87) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running self_in_ext_type_closure ... ext_method0 (line 11) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method0 (line 11) ... ok ext_method1 (line 21) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method1 (line 21) ... ok ext_method1_def (line 31) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method1_def (line 31) ... ok ext_method_args (line 43) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method_args (line 43) ... ok ext_method_args_only (line 53) (self_in_ext_type_closure.__test__.ExtType) Doctest: self_in_ext_type_closure.__test__.ExtType.ext_method_args_only (line 53) ... ok gen0 (line 69) (self_in_ext_type_closure.__test__.GenType) Doctest: self_in_ext_type_closure.__test__.GenType.gen0 (line 69) ... ok gen1 (line 78) (self_in_ext_type_closure.__test__.GenType) Doctest: self_in_ext_type_closure.__test__.GenType.gen1 (line 78) ... ok gen_default (line 87) (self_in_ext_type_closure.__test__.GenType) Doctest: self_in_ext_type_closure.__test__.GenType.gen_default (line 87) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running sequential_parallel ... === C/C++ compiler error output: === sequential_parallel.c: In function '__pyx_pf_19sequential_parallel_56test_chunksize': sequential_parallel.c:13436:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable] int __pyx_t_3; ^ sequential_parallel.c: In function '__pyx_f_19sequential_parallel_parallel_exc_cpdef_unnested.isra.41': sequential_parallel.c:9769:3: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ sequential_parallel.c: In function '__pyx_f_19sequential_parallel_parallel_exc_cpdef.isra.42': sequential_parallel.c:9465:3: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ sequential_parallel.c: In function '__pyx_pw_19sequential_parallel_33test_parallel_exc_cdef': sequential_parallel.c:9054:78: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_19sequential_parallel_parallel_exc_cdef_unnested(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 477; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ sequential_parallel.c:8766:7: note: '__pyx_r' was declared here int __pyx_r; ^ sequential_parallel.c:9065:69: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_19sequential_parallel_parallel_exc_cdef(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 478; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ sequential_parallel.c:8388:7: note: '__pyx_r' was declared here int __pyx_r; ^ ============================== outer_parallel_section (line 624) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.outer_parallel_section (line 624) ... ok parallel_exc_replace (line 543) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.parallel_exc_replace (line 543) ... ok parallel_exceptions2 (line 563) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.parallel_exceptions2 (line 563) ... ok test_chunksize (line 664) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_chunksize (line 664) ... ok test_clean_temps (line 697) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_clean_temps (line 697) ... ok test_closure_parallel_privates (line 107) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_closure_parallel_privates (line 107) ... ok test_closure_parallel_with_gil (line 152) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_closure_parallel_with_gil (line 152) ... ok test_descending_prange (line 36) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_descending_prange (line 36) ... ok test_else_clause (line 292) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_else_clause (line 292) ... ok test_nan_init (line 210) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_nan_init (line 210) ... ok test_nogil_cdef_except_clause (line 640) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_nogil_cdef_except_clause (line 640) ... ok test_parallel_exc_cdef (line 470) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exc_cdef (line 470) ... ok test_parallel_exc_cpdef (line 498) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exc_cpdef (line 498) ... ok test_parallel_exc_nogil_swallow (line 532) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exc_nogil_swallow (line 532) ... ok test_parallel_exceptions (line 402) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exceptions (line 402) ... ok test_parallel_exceptions_unnested (line 428) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exceptions_unnested (line 428) ... ok test_parallel_with_gil_continue_unnested (line 601) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_with_gil_continue_unnested (line 601) ... ok test_parallel_with_gil_return (line 582) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_with_gil_return (line 582) ... ok test_prange (line 20) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_prange (line 20) ... ok test_prange_break (line 304) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_prange_break (line 304) ... ok test_prange_continue (line 316) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_prange_continue (line 316) ... ok test_propagation (line 49) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_propagation (line 49) ... ok test_pure_mode (line 177) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_pure_mode (line 177) ... ok test_reassign_start_stop_step (line 89) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_reassign_start_stop_step (line 89) ... ok test_return (line 395) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_return (line 395) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running sequential_parallel ... === C/C++ compiler error output: === sequential_parallel.cpp: In function 'PyObject* __pyx_pf_19sequential_parallel_56test_chunksize(PyObject*)': sequential_parallel.cpp:13445:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable] int __pyx_t_3; ^ sequential_parallel.cpp: In function 'int _ZL57__pyx_f_19sequential_parallel_parallel_exc_cpdef_unnestedi.isra.41()': sequential_parallel.cpp:9778:10: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ sequential_parallel.cpp: In function 'int _ZL48__pyx_f_19sequential_parallel_parallel_exc_cpdefi.isra.42()': sequential_parallel.cpp:9474:10: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ sequential_parallel.cpp: In function 'PyObject* __pyx_pw_19sequential_parallel_33test_parallel_exc_cdef(PyObject*, PyObject*)': sequential_parallel.cpp:9063:75: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_19sequential_parallel_parallel_exc_cdef_unnested(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 477; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ sequential_parallel.cpp:8775:7: note: '__pyx_r' was declared here int __pyx_r; ^ sequential_parallel.cpp:9074:66: warning: '__pyx_r' may be used uninitialized in this function [-Wmaybe-uninitialized] __pyx_t_1 = __pyx_f_19sequential_parallel_parallel_exc_cdef(); if (unlikely(__pyx_t_1 == -3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 478; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ sequential_parallel.cpp:8397:7: note: '__pyx_r' was declared here int __pyx_r; ^ ============================== outer_parallel_section (line 624) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.outer_parallel_section (line 624) ... ok parallel_exc_replace (line 543) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.parallel_exc_replace (line 543) ... ok parallel_exceptions2 (line 563) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.parallel_exceptions2 (line 563) ... ok test_chunksize (line 664) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_chunksize (line 664) ... ok test_clean_temps (line 697) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_clean_temps (line 697) ... ok test_closure_parallel_privates (line 107) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_closure_parallel_privates (line 107) ... ok test_closure_parallel_with_gil (line 152) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_closure_parallel_with_gil (line 152) ... ok test_descending_prange (line 36) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_descending_prange (line 36) ... ok test_else_clause (line 292) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_else_clause (line 292) ... ok test_nan_init (line 210) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_nan_init (line 210) ... ok test_nogil_cdef_except_clause (line 640) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_nogil_cdef_except_clause (line 640) ... ok test_parallel_exc_cdef (line 470) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exc_cdef (line 470) ... ok test_parallel_exc_cpdef (line 498) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exc_cpdef (line 498) ... ok test_parallel_exc_nogil_swallow (line 532) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exc_nogil_swallow (line 532) ... ok test_parallel_exceptions (line 402) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exceptions (line 402) ... ok test_parallel_exceptions_unnested (line 428) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_exceptions_unnested (line 428) ... ok test_parallel_with_gil_continue_unnested (line 601) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_with_gil_continue_unnested (line 601) ... ok test_parallel_with_gil_return (line 582) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_parallel_with_gil_return (line 582) ... ok test_prange (line 20) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_prange (line 20) ... ok test_prange_break (line 304) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_prange_break (line 304) ... ok test_prange_continue (line 316) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_prange_continue (line 316) ... ok test_propagation (line 49) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_propagation (line 49) ... ok test_pure_mode (line 177) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_pure_mode (line 177) ... ok test_reassign_start_stop_step (line 89) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_reassign_start_stop_step (line 89) ... ok test_return (line 395) (sequential_parallel.__test__) Doctest: sequential_parallel.__test__.test_return (line 395) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running set ... cython_frozenset (line 14) (set.__test__) Doctest: set.__test__.cython_frozenset (line 14) ... ok cython_frozenset_override (line 32) (set.__test__) Doctest: set.__test__.cython_frozenset_override (line 32) ... ok cython_set (line 5) (set.__test__) Doctest: set.__test__.cython_set (line 5) ... ok cython_set_override (line 23) (set.__test__) Doctest: set.__test__.cython_set_override (line 23) ... ok test_empty_frozenset (line 375) (set.__test__) Doctest: set.__test__.test_empty_frozenset (line 375) ... ok test_frozenset_list_comp (line 149) (set.__test__) Doctest: set.__test__.test_frozenset_list_comp (line 149) ... ok test_frozenset_of_iterable (line 353) (set.__test__) Doctest: set.__test__.test_frozenset_of_iterable (line 353) ... ok test_frozenset_of_list (line 295) (set.__test__) Doctest: set.__test__.test_frozenset_of_list (line 295) ... ok test_frozenset_of_tuple (line 321) (set.__test__) Doctest: set.__test__.test_frozenset_of_tuple (line 321) ... ok test_frozenset_sideeffect_unhashable_failure (line 258) (set.__test__) Doctest: set.__test__.test_frozenset_sideeffect_unhashable_failure (line 258) ... ok test_noop_pop (line 187) (set.__test__) Doctest: set.__test__.test_noop_pop (line 187) ... ok test_noop_pop_exception (line 194) (set.__test__) Doctest: set.__test__.test_noop_pop_exception (line 194) ... ok test_object_pop (line 176) (set.__test__) Doctest: set.__test__.test_object_pop (line 176) ... ok test_object_update (line 91) (set.__test__) Doctest: set.__test__.test_object_update (line 91) ... ok test_set_add (line 52) (set.__test__) Doctest: set.__test__.test_set_add (line 52) ... ok test_set_clear (line 114) (set.__test__) Doctest: set.__test__.test_set_clear (line 114) ... ok test_set_clear_None (line 127) (set.__test__) Doctest: set.__test__.test_set_clear_None (line 127) ... ok test_set_discard (line 203) (set.__test__) Doctest: set.__test__.test_set_discard (line 203) ... ok test_set_list_comp (line 137) (set.__test__) Doctest: set.__test__.test_set_list_comp (line 137) ... ok test_set_literal (line 41) (set.__test__) Doctest: set.__test__.test_set_literal (line 41) ... ok test_set_of_iterable (line 337) (set.__test__) Doctest: set.__test__.test_set_of_iterable (line 337) ... ok test_set_of_list (line 282) (set.__test__) Doctest: set.__test__.test_set_of_list (line 282) ... ok test_set_of_tuple (line 308) (set.__test__) Doctest: set.__test__.test_set_of_tuple (line 308) ... ok test_set_pop (line 161) (set.__test__) Doctest: set.__test__.test_set_pop (line 161) ... ok test_set_sideeffect_unhashable_failure (line 220) (set.__test__) Doctest: set.__test__.test_set_sideeffect_unhashable_failure (line 220) ... ok test_set_sideeffect_unhashable_failure_literal (line 239) (set.__test__) Doctest: set.__test__.test_set_sideeffect_unhashable_failure_literal (line 239) ... ok test_set_update (line 68) (set.__test__) Doctest: set.__test__.test_set_update (line 68) ... ok test_singleton_empty_frozenset (line 393) (set.__test__) Doctest: set.__test__.test_singleton_empty_frozenset (line 393) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running set ... cython_frozenset (line 14) (set.__test__) Doctest: set.__test__.cython_frozenset (line 14) ... ok cython_frozenset_override (line 32) (set.__test__) Doctest: set.__test__.cython_frozenset_override (line 32) ... ok cython_set (line 5) (set.__test__) Doctest: set.__test__.cython_set (line 5) ... ok cython_set_override (line 23) (set.__test__) Doctest: set.__test__.cython_set_override (line 23) ... ok test_empty_frozenset (line 375) (set.__test__) Doctest: set.__test__.test_empty_frozenset (line 375) ... ok test_frozenset_list_comp (line 149) (set.__test__) Doctest: set.__test__.test_frozenset_list_comp (line 149) ... ok test_frozenset_of_iterable (line 353) (set.__test__) Doctest: set.__test__.test_frozenset_of_iterable (line 353) ... ok test_frozenset_of_list (line 295) (set.__test__) Doctest: set.__test__.test_frozenset_of_list (line 295) ... ok test_frozenset_of_tuple (line 321) (set.__test__) Doctest: set.__test__.test_frozenset_of_tuple (line 321) ... ok test_frozenset_sideeffect_unhashable_failure (line 258) (set.__test__) Doctest: set.__test__.test_frozenset_sideeffect_unhashable_failure (line 258) ... ok test_noop_pop (line 187) (set.__test__) Doctest: set.__test__.test_noop_pop (line 187) ... ok test_noop_pop_exception (line 194) (set.__test__) Doctest: set.__test__.test_noop_pop_exception (line 194) ... ok test_object_pop (line 176) (set.__test__) Doctest: set.__test__.test_object_pop (line 176) ... ok test_object_update (line 91) (set.__test__) Doctest: set.__test__.test_object_update (line 91) ... ok test_set_add (line 52) (set.__test__) Doctest: set.__test__.test_set_add (line 52) ... ok test_set_clear (line 114) (set.__test__) Doctest: set.__test__.test_set_clear (line 114) ... ok test_set_clear_None (line 127) (set.__test__) Doctest: set.__test__.test_set_clear_None (line 127) ... ok test_set_discard (line 203) (set.__test__) Doctest: set.__test__.test_set_discard (line 203) ... ok test_set_list_comp (line 137) (set.__test__) Doctest: set.__test__.test_set_list_comp (line 137) ... ok test_set_literal (line 41) (set.__test__) Doctest: set.__test__.test_set_literal (line 41) ... ok test_set_of_iterable (line 337) (set.__test__) Doctest: set.__test__.test_set_of_iterable (line 337) ... ok test_set_of_list (line 282) (set.__test__) Doctest: set.__test__.test_set_of_list (line 282) ... ok test_set_of_tuple (line 308) (set.__test__) Doctest: set.__test__.test_set_of_tuple (line 308) ... ok test_set_pop (line 161) (set.__test__) Doctest: set.__test__.test_set_pop (line 161) ... ok test_set_sideeffect_unhashable_failure (line 220) (set.__test__) Doctest: set.__test__.test_set_sideeffect_unhashable_failure (line 220) ... ok test_set_sideeffect_unhashable_failure_literal (line 239) (set.__test__) Doctest: set.__test__.test_set_sideeffect_unhashable_failure_literal (line 239) ... ok test_set_update (line 68) (set.__test__) Doctest: set.__test__.test_set_update (line 68) ... ok test_singleton_empty_frozenset (line 393) (set.__test__) Doctest: set.__test__.test_singleton_empty_frozenset (line 393) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running set_discard_remove ... set_discard (line 2) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_discard (line 2) ... ok set_discard_missing (line 12) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_discard_missing (line 12) ... ok set_discard_set (line 22) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_discard_set (line 22) ... ok set_remove (line 35) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_remove (line 35) ... ok set_remove_missing (line 45) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_remove_missing (line 45) ... ok set_remove_set (line 56) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_remove_set (line 56) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running set_discard_remove ... set_discard (line 2) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_discard (line 2) ... ok set_discard_missing (line 12) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_discard_missing (line 12) ... ok set_discard_set (line 22) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_discard_set (line 22) ... ok set_remove (line 35) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_remove (line 35) ... ok set_remove_missing (line 45) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_remove_missing (line 45) ... ok set_remove_set (line 56) (set_discard_remove.__test__) Doctest: set_discard_remove.__test__.set_remove_set (line 56) ... ok run (__main__.PureDoctestTestCase) running pure doctests in set_discard_remove ... set_discard (pure_doctest__set_discard_remove) Doctest: pure_doctest__set_discard_remove.set_discard ... ok set_discard_missing (pure_doctest__set_discard_remove) Doctest: pure_doctest__set_discard_remove.set_discard_missing ... ok set_discard_set (pure_doctest__set_discard_remove) Doctest: pure_doctest__set_discard_remove.set_discard_set ... ok set_remove (pure_doctest__set_discard_remove) Doctest: pure_doctest__set_discard_remove.set_remove ... ok set_remove_missing (pure_doctest__set_discard_remove) Doctest: pure_doctest__set_discard_remove.set_remove_missing ... ok set_remove_set (pure_doctest__set_discard_remove) Doctest: pure_doctest__set_discard_remove.set_remove_set ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running set_literals ... test_frozenset_set_comp (line 43) (set_literals.__test__) Doctest: set_literals.__test__.test_frozenset_set_comp (line 43) ... ok test_set_add (line 17) (set_literals.__test__) Doctest: set_literals.__test__.test_set_add (line 17) ... ok test_set_comp (line 32) (set_literals.__test__) Doctest: set_literals.__test__.test_set_comp (line 32) ... ok test_set_comp_sideeffect_unhashable_failure (line 75) (set_literals.__test__) Doctest: set_literals.__test__.test_set_comp_sideeffect_unhashable_failure (line 75) ... ok test_set_literal (line 6) (set_literals.__test__) Doctest: set_literals.__test__.test_set_literal (line 6) ... ok test_set_sideeffect_unhashable_failure_literal (line 54) (set_literals.__test__) Doctest: set_literals.__test__.test_set_sideeffect_unhashable_failure_literal (line 54) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running set_literals ... test_frozenset_set_comp (line 43) (set_literals.__test__) Doctest: set_literals.__test__.test_frozenset_set_comp (line 43) ... ok test_set_add (line 17) (set_literals.__test__) Doctest: set_literals.__test__.test_set_add (line 17) ... ok test_set_comp (line 32) (set_literals.__test__) Doctest: set_literals.__test__.test_set_comp (line 32) ... ok test_set_comp_sideeffect_unhashable_failure (line 75) (set_literals.__test__) Doctest: set_literals.__test__.test_set_comp_sideeffect_unhashable_failure (line 75) ... ok test_set_literal (line 6) (set_literals.__test__) Doctest: set_literals.__test__.test_set_literal (line 6) ... ok test_set_sideeffect_unhashable_failure_literal (line 54) (set_literals.__test__) Doctest: set_literals.__test__.test_set_sideeffect_unhashable_failure_literal (line 54) ... ok run (__main__.PureDoctestTestCase) running pure doctests in set_literals ... test_frozenset_set_comp (pure_doctest__set_literals) Doctest: pure_doctest__set_literals.test_frozenset_set_comp ... ok test_set_add (pure_doctest__set_literals) Doctest: pure_doctest__set_literals.test_set_add ... ok test_set_comp (pure_doctest__set_literals) Doctest: pure_doctest__set_literals.test_set_comp ... ok test_set_comp_sideeffect_unhashable_failure (pure_doctest__set_literals) Doctest: pure_doctest__set_literals.test_set_comp_sideeffect_unhashable_failure ... ok test_set_literal (pure_doctest__set_literals) Doctest: pure_doctest__set_literals.test_set_literal ... ok test_set_sideeffect_unhashable_failure_literal (pure_doctest__set_literals) Doctest: pure_doctest__set_literals.test_set_sideeffect_unhashable_failure_literal ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running setcomp ... genexp_set (line 26) (setcomp.__test__) Doctest: setcomp.__test__.genexp_set (line 26) ... ok iterdict (line 53) (setcomp.__test__) Doctest: setcomp.__test__.iterdict (line 53) ... ok setcomp (line 7) (setcomp.__test__) Doctest: setcomp.__test__.setcomp (line 7) ... ok typed (line 45) (setcomp.__test__) Doctest: setcomp.__test__.typed (line 45) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running setcomp ... genexp_set (line 26) (setcomp.__test__) Doctest: setcomp.__test__.genexp_set (line 26) ... ok iterdict (line 53) (setcomp.__test__) Doctest: setcomp.__test__.iterdict (line 53) ... ok setcomp (line 7) (setcomp.__test__) Doctest: setcomp.__test__.setcomp (line 7) ... ok typed (line 45) (setcomp.__test__) Doctest: setcomp.__test__.typed (line 45) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running setjmp ... execute_c_call (line 38) (setjmp.__test__) Doctest: setjmp.__test__.execute_c_call (line 38) ... ok nonzero (line 7) (setjmp.__test__) Doctest: setjmp.__test__.nonzero (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running setjmp ... execute_c_call (line 38) (setjmp.__test__) Doctest: setjmp.__test__.execute_c_call (line 38) ... ok nonzero (line 7) (setjmp.__test__) Doctest: setjmp.__test__.nonzero (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running short_circuit_T404 ... test_and (line 26) (short_circuit_T404.__test__) Doctest: short_circuit_T404.__test__.test_and (line 26) ... ok test_or (line 7) (short_circuit_T404.__test__) Doctest: short_circuit_T404.__test__.test_or (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running short_circuit_T404 ... test_and (line 26) (short_circuit_T404.__test__) Doctest: short_circuit_T404.__test__.test_and (line 26) ... ok test_or (line 7) (short_circuit_T404.__test__) Doctest: short_circuit_T404.__test__.test_or (line 7) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running simpcall ... simpcall () Doctest: simpcall ... ok fail0 (line 24) (simpcall.__test__) Doctest: simpcall.__test__.fail0 (line 24) ... ok fail1 (line 32) (simpcall.__test__) Doctest: simpcall.__test__.fail1 (line 32) ... ok failtype (line 40) (simpcall.__test__) Doctest: simpcall.__test__.failtype (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running simpcall ... simpcall () Doctest: simpcall ... ok fail0 (line 24) (simpcall.__test__) Doctest: simpcall.__test__.fail0 (line 24) ... ok fail1 (line 32) (simpcall.__test__) Doctest: simpcall.__test__.fail1 (line 32) ... ok failtype (line 40) (simpcall.__test__) Doctest: simpcall.__test__.failtype (line 40) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running size_t ... size_t () Doctest: size_t ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running size_t ... size_t () Doctest: size_t ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running sizeof ... f (line 4) (sizeof.__test__) Doctest: sizeof.__test__.f (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running sizeof ... f (line 4) (sizeof.__test__) Doctest: sizeof.__test__.f (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running slice2 ... slice_of_temporary_smoketest (line 79) (slice2.__test__) Doctest: slice2.__test__.slice_of_temporary_smoketest (line 79) ... ok test_full (line 4) (slice2.__test__) Doctest: slice2.__test__.test_full (line 4) ... ok test_start (line 19) (slice2.__test__) Doctest: slice2.__test__.test_start (line 19) ... ok test_start_and_stop (line 63) (slice2.__test__) Doctest: slice2.__test__.test_start_and_stop (line 63) ... ok test_stop (line 43) (slice2.__test__) Doctest: slice2.__test__.test_stop (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running slice2 ... slice_of_temporary_smoketest (line 79) (slice2.__test__) Doctest: slice2.__test__.slice_of_temporary_smoketest (line 79) ... ok test_full (line 4) (slice2.__test__) Doctest: slice2.__test__.test_full (line 4) ... ok test_start (line 19) (slice2.__test__) Doctest: slice2.__test__.test_start (line 19) ... ok test_start_and_stop (line 63) (slice2.__test__) Doctest: slice2.__test__.test_start_and_stop (line 63) ... ok test_stop (line 43) (slice2.__test__) Doctest: slice2.__test__.test_stop (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running slice2_T636 ... Sliceable (slice2_T636) Doctest: slice2_T636.Sliceable ... ok py_slice2 (line 32) (slice2_T636.__test__) Doctest: slice2_T636.__test__.py_slice2 (line 32) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running slice2_T636 ... Sliceable (slice2_T636) Doctest: slice2_T636.Sliceable ... ok py_slice2 (line 32) (slice2_T636.__test__) Doctest: slice2_T636.__test__.py_slice2 (line 32) ... ok run (__main__.PureDoctestTestCase) running pure doctests in slice2_T636 ... Sliceable (pure_doctest__slice2_T636) Doctest: pure_doctest__slice2_T636.Sliceable ... ok py_slice2 (pure_doctest__slice2_T636) Doctest: pure_doctest__slice2_T636.py_slice2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running slice2b ... slice_of_typed_value (line 5) (slice2b.__test__) Doctest: slice2b.__test__.slice_of_typed_value (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running slice2b ... slice_of_typed_value (line 5) (slice2b.__test__) Doctest: slice2b.__test__.slice_of_typed_value (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running slice3 ... slice3 () Doctest: slice3 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running slice3 ... slice3 () Doctest: slice3 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running slice_charptr ... slice_charptr () Doctest: slice_charptr ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running slice_charptr ... slice_charptr () Doctest: slice_charptr ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running slice_ptr ... EqualsEvens (slice_ptr) Doctest: slice_ptr.EqualsEvens ... ok double_ptr_slice (line 4) (slice_ptr.__test__) Doctest: slice_ptr.__test__.double_ptr_slice (line 4) ... ok void_ptr_slice (line 31) (slice_ptr.__test__) Doctest: slice_ptr.__test__.void_ptr_slice (line 31) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running slice_ptr ... EqualsEvens (slice_ptr) Doctest: slice_ptr.EqualsEvens ... ok double_ptr_slice (line 4) (slice_ptr.__test__) Doctest: slice_ptr.__test__.double_ptr_slice (line 4) ... ok void_ptr_slice (line 31) (slice_ptr.__test__) Doctest: slice_ptr.__test__.void_ptr_slice (line 31) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running special_method_docstrings ... A (special_method_docstrings) Doctest: special_method_docstrings.A ... ok B (special_method_docstrings) Doctest: special_method_docstrings.B ... ok C (special_method_docstrings) Doctest: special_method_docstrings.C ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running special_method_docstrings ... A (special_method_docstrings) Doctest: special_method_docstrings.A ... ok B (special_method_docstrings) Doctest: special_method_docstrings.B ... ok C (special_method_docstrings) Doctest: special_method_docstrings.C ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running special_methods_T561 ... special_methods_T561 () Doctest: special_methods_T561 ... ok GetAttrGetItemRedirect (special_methods_T561) Doctest: special_methods_T561.GetAttrGetItemRedirect ... ok VerySpecial (special_methods_T561) Doctest: special_methods_T561.VerySpecial ... ok VerySpecialSubType (special_methods_T561) Doctest: special_methods_T561.VerySpecialSubType ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running special_methods_T561 ... special_methods_T561 () Doctest: special_methods_T561 ... ok GetAttrGetItemRedirect (special_methods_T561) Doctest: special_methods_T561.GetAttrGetItemRedirect ... ok VerySpecial (special_methods_T561) Doctest: special_methods_T561.VerySpecial ... ok VerySpecialSubType (special_methods_T561) Doctest: special_methods_T561.VerySpecialSubType ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running special_methods_T561_py2 ... special_methods_T561_py2 () Doctest: special_methods_T561_py2 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running special_methods_T561_py2 ... special_methods_T561_py2 () Doctest: special_methods_T561_py2 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running specialfloat ... emfloat (line 26) (specialfloat.__test__) Doctest: specialfloat.__test__.emfloat (line 26) ... ok epfloat (line 38) (specialfloat.__test__) Doctest: specialfloat.__test__.epfloat (line 38) ... ok f (line 16) (specialfloat.__test__) Doctest: specialfloat.__test__.f (line 16) ... ok global_floats (line 162) (specialfloat.__test__) Doctest: specialfloat.__test__.global_floats (line 162) ... ok infn1 (line 122) (specialfloat.__test__) Doctest: specialfloat.__test__.infn1 (line 122) ... ok infn2 (line 134) (specialfloat.__test__) Doctest: specialfloat.__test__.infn2 (line 134) ... ok infn3 (line 146) (specialfloat.__test__) Doctest: specialfloat.__test__.infn3 (line 146) ... ok infp1 (line 82) (specialfloat.__test__) Doctest: specialfloat.__test__.infp1 (line 82) ... ok infp2 (line 94) (specialfloat.__test__) Doctest: specialfloat.__test__.infp2 (line 94) ... ok infp3 (line 106) (specialfloat.__test__) Doctest: specialfloat.__test__.infp3 (line 106) ... ok nan1 (line 50) (specialfloat.__test__) Doctest: specialfloat.__test__.nan1 (line 50) ... ok nan2 (line 60) (specialfloat.__test__) Doctest: specialfloat.__test__.nan2 (line 60) ... ok nan3 (line 70) (specialfloat.__test__) Doctest: specialfloat.__test__.nan3 (line 70) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running specialfloat ... emfloat (line 26) (specialfloat.__test__) Doctest: specialfloat.__test__.emfloat (line 26) ... ok epfloat (line 38) (specialfloat.__test__) Doctest: specialfloat.__test__.epfloat (line 38) ... ok f (line 16) (specialfloat.__test__) Doctest: specialfloat.__test__.f (line 16) ... ok global_floats (line 162) (specialfloat.__test__) Doctest: specialfloat.__test__.global_floats (line 162) ... ok infn1 (line 122) (specialfloat.__test__) Doctest: specialfloat.__test__.infn1 (line 122) ... ok infn2 (line 134) (specialfloat.__test__) Doctest: specialfloat.__test__.infn2 (line 134) ... ok infn3 (line 146) (specialfloat.__test__) Doctest: specialfloat.__test__.infn3 (line 146) ... ok infp1 (line 82) (specialfloat.__test__) Doctest: specialfloat.__test__.infp1 (line 82) ... ok infp2 (line 94) (specialfloat.__test__) Doctest: specialfloat.__test__.infp2 (line 94) ... ok infp3 (line 106) (specialfloat.__test__) Doctest: specialfloat.__test__.infp3 (line 106) ... ok nan1 (line 50) (specialfloat.__test__) Doctest: specialfloat.__test__.nan1 (line 50) ... ok nan2 (line 60) (specialfloat.__test__) Doctest: specialfloat.__test__.nan2 (line 60) ... ok nan3 (line 70) (specialfloat.__test__) Doctest: specialfloat.__test__.nan3 (line 70) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ssize_t_T399 ... ssize_t_T399 () Doctest: ssize_t_T399 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ssize_t_T399 ... ssize_t_T399 () Doctest: ssize_t_T399 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running starargs ... creosote (line 54) (starargs.__test__) Doctest: starargs.__test__.creosote (line 54) ... ok grail (line 22) (starargs.__test__) Doctest: starargs.__test__.grail (line 22) ... ok onlyk (line 85) (starargs.__test__) Doctest: starargs.__test__.onlyk (line 85) ... ok onlyt (line 70) (starargs.__test__) Doctest: starargs.__test__.onlyt (line 70) ... ok spam (line 6) (starargs.__test__) Doctest: starargs.__test__.spam (line 6) ... ok swallow (line 39) (starargs.__test__) Doctest: starargs.__test__.swallow (line 39) ... ok tk (line 103) (starargs.__test__) Doctest: starargs.__test__.tk (line 103) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running starargs ... creosote (line 54) (starargs.__test__) Doctest: starargs.__test__.creosote (line 54) ... ok grail (line 22) (starargs.__test__) Doctest: starargs.__test__.grail (line 22) ... ok onlyk (line 85) (starargs.__test__) Doctest: starargs.__test__.onlyk (line 85) ... ok onlyt (line 70) (starargs.__test__) Doctest: starargs.__test__.onlyt (line 70) ... ok spam (line 6) (starargs.__test__) Doctest: starargs.__test__.spam (line 6) ... ok swallow (line 39) (starargs.__test__) Doctest: starargs.__test__.swallow (line 39) ... ok tk (line 103) (starargs.__test__) Doctest: starargs.__test__.tk (line 103) ... ok runTest (__main__.EndToEndTest) End-to-end starimport_cimport ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running starred_target_T664 ... assign (line 3) (starred_target_T664.__test__) Doctest: starred_target_T664.__test__.assign (line 3) ... ok assign3 (line 11) (starred_target_T664.__test__) Doctest: starred_target_T664.__test__.assign3 (line 11) ... ok assign4 (line 19) (starred_target_T664.__test__) Doctest: starred_target_T664.__test__.assign4 (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running starred_target_T664 ... assign (line 3) (starred_target_T664.__test__) Doctest: starred_target_T664.__test__.assign (line 3) ... ok assign3 (line 11) (starred_target_T664.__test__) Doctest: starred_target_T664.__test__.assign3 (line 11) ... ok assign4 (line 19) (starred_target_T664.__test__) Doctest: starred_target_T664.__test__.assign4 (line 19) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running static_methods ... static_def (line 3) (static_methods.__test__.A) Doctest: static_methods.__test__.A.static_def (line 3) ... ok call_static_cdef (line 39) (static_methods.__test__) Doctest: static_methods.__test__.call_static_cdef (line 39) ... ok call_static_def (line 32) (static_methods.__test__) Doctest: static_methods.__test__.call_static_def (line 32) ... ok call_static_pxd_cdef (line 59) (static_methods.__test__) Doctest: static_methods.__test__.call_static_pxd_cdef (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running static_methods ... static_def (line 3) (static_methods.__test__.A) Doctest: static_methods.__test__.A.static_def (line 3) ... ok call_static_cdef (line 39) (static_methods.__test__) Doctest: static_methods.__test__.call_static_cdef (line 39) ... ok call_static_def (line 32) (static_methods.__test__) Doctest: static_methods.__test__.call_static_def (line 32) ... ok call_static_pxd_cdef (line 59) (static_methods.__test__) Doctest: static_methods.__test__.call_static_pxd_cdef (line 59) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running staticmethod ... staticmethod () Doctest: staticmethod ... ok BaseClass (staticmethod) Doctest: staticmethod.BaseClass ... ok StaticmethodSubclass (staticmethod) Doctest: staticmethod.StaticmethodSubclass ... ok SubClass (staticmethod) Doctest: staticmethod.SubClass ... ok SubSubClass (staticmethod) Doctest: staticmethod.SubSubClass ... ok only_args_kwargs (line 115) (staticmethod.__test__.ArgsKwargs) Doctest: staticmethod.__test__.ArgsKwargs.only_args_kwargs (line 115) ... ok with_first_arg (line 107) (staticmethod.__test__.ArgsKwargs) Doctest: staticmethod.__test__.ArgsKwargs.with_first_arg (line 107) ... ok nested_class (line 29) (staticmethod.__test__) Doctest: staticmethod.__test__.nested_class (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running staticmethod ... staticmethod () Doctest: staticmethod ... ok BaseClass (staticmethod) Doctest: staticmethod.BaseClass ... ok StaticmethodSubclass (staticmethod) Doctest: staticmethod.StaticmethodSubclass ... ok SubClass (staticmethod) Doctest: staticmethod.SubClass ... ok SubSubClass (staticmethod) Doctest: staticmethod.SubSubClass ... ok only_args_kwargs (line 115) (staticmethod.__test__.ArgsKwargs) Doctest: staticmethod.__test__.ArgsKwargs.only_args_kwargs (line 115) ... ok with_first_arg (line 107) (staticmethod.__test__.ArgsKwargs) Doctest: staticmethod.__test__.ArgsKwargs.with_first_arg (line 107) ... ok nested_class (line 29) (staticmethod.__test__) Doctest: staticmethod.__test__.nested_class (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running str_ascii_auto_encoding ... as_objects (line 16) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running str_ascii_auto_encoding ... as_objects (line 16) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (str_ascii_auto_encoding.__test__) Doctest: str_ascii_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running str_char_coercion_T412 ... test_cascaded_eq (line 22) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_cascaded_eq (line 22) ... ok test_cascaded_ineq (line 44) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_cascaded_ineq (line 44) ... ok test_eq (line 7) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_eq (line 7) ... ok test_long_ineq (line 66) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_long_ineq (line 66) ... ok test_long_ineq_py (line 73) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_long_ineq_py (line 73) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running str_char_coercion_T412 ... test_cascaded_eq (line 22) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_cascaded_eq (line 22) ... ok test_cascaded_ineq (line 44) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_cascaded_ineq (line 44) ... ok test_eq (line 7) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_eq (line 7) ... ok test_long_ineq (line 66) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_long_ineq (line 66) ... ok test_long_ineq_py (line 73) (str_char_coercion_T412.__test__) Doctest: str_char_coercion_T412.__test__.test_long_ineq_py (line 73) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running str_default_auto_encoding ... as_objects (line 16) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running str_default_auto_encoding ... as_objects (line 16) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.as_objects (line 16) ... ok check_auto_string_type (line 10) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.check_auto_string_type (line 10) ... ok from_object (line 30) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (str_default_auto_encoding.__test__) Doctest: str_default_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running str_encoding_latin1 ... str_encoding_latin1 () Doctest: str_encoding_latin1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running str_encoding_latin1 ... str_encoding_latin1 () Doctest: str_encoding_latin1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running strconstinclass ... strconstinclass () Doctest: strconstinclass ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running strconstinclass ... strconstinclass () Doctest: strconstinclass ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running strescapes ... strescapes () Doctest: strescapes ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running strescapes ... strescapes () Doctest: strescapes ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running strfunction ... strfunction () Doctest: strfunction ... ok c (line 11) (strfunction.__test__) Doctest: strfunction.__test__.c (line 11) ... ok sub (line 30) (strfunction.__test__) Doctest: strfunction.__test__.sub (line 30) ... ok subs (strfunction) Doctest: strfunction.subs ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running strfunction ... strfunction () Doctest: strfunction ... ok c (line 11) (strfunction.__test__) Doctest: strfunction.__test__.c (line 11) ... ok sub (line 30) (strfunction.__test__) Doctest: strfunction.__test__.sub (line 30) ... ok subs (strfunction) Doctest: strfunction.subs ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running string_comparison ... basestring_cascade_str (line 440) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_cascade_str (line 440) ... ok basestring_cascade_unicode (line 460) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_cascade_unicode (line 460) ... ok basestring_cascade_untyped_end (line 483) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_cascade_untyped_end (line 483) ... ok basestring_eq (line 331) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_eq (line 331) ... ok basestring_neq (line 354) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_neq (line 354) ... ok basestring_str_literal_eq (line 375) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_str_literal_eq (line 375) ... ok basestring_str_literal_neq (line 405) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_str_literal_neq (line 405) ... ok basestring_unicode_literal_eq (line 390) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_unicode_literal_eq (line 390) ... ok basestring_unicode_literal_neq (line 420) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_unicode_literal_neq (line 420) ... ok bytes_cascade (line 298) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_cascade (line 298) ... ok bytes_cascade_untyped_end (line 313) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_cascade_untyped_end (line 313) ... ok bytes_eq (line 234) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_eq (line 234) ... ok bytes_literal_eq (line 264) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_literal_eq (line 264) ... ok bytes_literal_neq (line 279) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_literal_neq (line 279) ... ok bytes_neq (line 249) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_neq (line 249) ... ok literal_compare_bytes_str (line 613) (string_comparison.__test__) Doctest: string_comparison.__test__.literal_compare_bytes_str (line 613) ... ok str_cascade (line 202) (string_comparison.__test__) Doctest: string_comparison.__test__.str_cascade (line 202) ... ok str_cascade_untyped_end (line 217) (string_comparison.__test__) Doctest: string_comparison.__test__.str_cascade_untyped_end (line 217) ... ok str_eq (line 138) (string_comparison.__test__) Doctest: string_comparison.__test__.str_eq (line 138) ... ok str_literal_eq (line 168) (string_comparison.__test__) Doctest: string_comparison.__test__.str_literal_eq (line 168) ... ok str_literal_neq (line 183) (string_comparison.__test__) Doctest: string_comparison.__test__.str_literal_neq (line 183) ... ok str_neq (line 153) (string_comparison.__test__) Doctest: string_comparison.__test__.str_neq (line 153) ... ok unicode_cascade (line 87) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_cascade (line 87) ... ok unicode_cascade_untyped_end (line 102) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_cascade_untyped_end (line 102) ... ok unicode_cascade_untyped_end_bool (line 117) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_cascade_untyped_end_bool (line 117) ... ok unicode_eq (line 22) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_eq (line 22) ... ok unicode_literal_eq (line 52) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_literal_eq (line 52) ... ok unicode_literal_neq (line 67) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_literal_neq (line 67) ... ok unicode_neq (line 37) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_neq (line 37) ... ok untyped_str_literal_eq_bool (line 520) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_str_literal_eq_bool (line 520) ... ok untyped_unicode_cascade (line 545) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_unicode_cascade (line 545) ... ok untyped_unicode_cascade_bool (line 566) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_unicode_cascade_bool (line 566) ... ok untyped_unicode_literal_eq_bool (line 501) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_unicode_literal_eq_bool (line 501) ... ok untyped_untyped_unicode_cascade_bool (line 587) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_untyped_unicode_cascade_bool (line 587) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running string_comparison ... basestring_cascade_str (line 440) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_cascade_str (line 440) ... ok basestring_cascade_unicode (line 460) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_cascade_unicode (line 460) ... ok basestring_cascade_untyped_end (line 483) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_cascade_untyped_end (line 483) ... ok basestring_eq (line 331) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_eq (line 331) ... ok basestring_neq (line 354) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_neq (line 354) ... ok basestring_str_literal_eq (line 375) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_str_literal_eq (line 375) ... ok basestring_str_literal_neq (line 405) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_str_literal_neq (line 405) ... ok basestring_unicode_literal_eq (line 390) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_unicode_literal_eq (line 390) ... ok basestring_unicode_literal_neq (line 420) (string_comparison.__test__) Doctest: string_comparison.__test__.basestring_unicode_literal_neq (line 420) ... ok bytes_cascade (line 298) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_cascade (line 298) ... ok bytes_cascade_untyped_end (line 313) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_cascade_untyped_end (line 313) ... ok bytes_eq (line 234) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_eq (line 234) ... ok bytes_literal_eq (line 264) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_literal_eq (line 264) ... ok bytes_literal_neq (line 279) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_literal_neq (line 279) ... ok bytes_neq (line 249) (string_comparison.__test__) Doctest: string_comparison.__test__.bytes_neq (line 249) ... ok literal_compare_bytes_str (line 613) (string_comparison.__test__) Doctest: string_comparison.__test__.literal_compare_bytes_str (line 613) ... ok str_cascade (line 202) (string_comparison.__test__) Doctest: string_comparison.__test__.str_cascade (line 202) ... ok str_cascade_untyped_end (line 217) (string_comparison.__test__) Doctest: string_comparison.__test__.str_cascade_untyped_end (line 217) ... ok str_eq (line 138) (string_comparison.__test__) Doctest: string_comparison.__test__.str_eq (line 138) ... ok str_literal_eq (line 168) (string_comparison.__test__) Doctest: string_comparison.__test__.str_literal_eq (line 168) ... ok str_literal_neq (line 183) (string_comparison.__test__) Doctest: string_comparison.__test__.str_literal_neq (line 183) ... ok str_neq (line 153) (string_comparison.__test__) Doctest: string_comparison.__test__.str_neq (line 153) ... ok unicode_cascade (line 87) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_cascade (line 87) ... ok unicode_cascade_untyped_end (line 102) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_cascade_untyped_end (line 102) ... ok unicode_cascade_untyped_end_bool (line 117) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_cascade_untyped_end_bool (line 117) ... ok unicode_eq (line 22) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_eq (line 22) ... ok unicode_literal_eq (line 52) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_literal_eq (line 52) ... ok unicode_literal_neq (line 67) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_literal_neq (line 67) ... ok unicode_neq (line 37) (string_comparison.__test__) Doctest: string_comparison.__test__.unicode_neq (line 37) ... ok untyped_str_literal_eq_bool (line 520) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_str_literal_eq_bool (line 520) ... ok untyped_unicode_cascade (line 545) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_unicode_cascade (line 545) ... ok untyped_unicode_cascade_bool (line 566) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_unicode_cascade_bool (line 566) ... ok untyped_unicode_literal_eq_bool (line 501) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_unicode_literal_eq_bool (line 501) ... ok untyped_untyped_unicode_cascade_bool (line 587) (string_comparison.__test__) Doctest: string_comparison.__test__.untyped_untyped_unicode_cascade_bool (line 587) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running strliterals ... strliterals () Doctest: strliterals ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running strliterals ... strliterals () Doctest: strliterals ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running strmethods ... literal_join (line 78) (strmethods.__test__) Doctest: strmethods.__test__.literal_join (line 78) ... ok mod_format (line 93) (strmethods.__test__) Doctest: strmethods.__test__.mod_format (line 93) ... ok mod_format_literal (line 112) (strmethods.__test__) Doctest: strmethods.__test__.mod_format_literal (line 112) ... ok mod_format_tuple (line 125) (strmethods.__test__) Doctest: strmethods.__test__.mod_format_tuple (line 125) ... ok str_endswith (line 32) (strmethods.__test__) Doctest: strmethods.__test__.str_endswith (line 32) ... ok str_join (line 62) (strmethods.__test__) Doctest: strmethods.__test__.str_join (line 62) ... ok str_startswith (line 5) (strmethods.__test__) Doctest: strmethods.__test__.str_startswith (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running strmethods ... literal_join (line 78) (strmethods.__test__) Doctest: strmethods.__test__.literal_join (line 78) ... ok mod_format (line 93) (strmethods.__test__) Doctest: strmethods.__test__.mod_format (line 93) ... ok mod_format_literal (line 112) (strmethods.__test__) Doctest: strmethods.__test__.mod_format_literal (line 112) ... ok mod_format_tuple (line 125) (strmethods.__test__) Doctest: strmethods.__test__.mod_format_tuple (line 125) ... ok str_endswith (line 32) (strmethods.__test__) Doctest: strmethods.__test__.str_endswith (line 32) ... ok str_join (line 62) (strmethods.__test__) Doctest: strmethods.__test__.str_join (line 62) ... ok str_startswith (line 5) (strmethods.__test__) Doctest: strmethods.__test__.str_startswith (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running struct_conversion ... return_constructor (line 17) (struct_conversion.__test__) Doctest: struct_conversion.__test__.return_constructor (line 17) ... ok return_constructor_kwds (line 40) (struct_conversion.__test__) Doctest: struct_conversion.__test__.return_constructor_kwds (line 40) ... ok test_constructor (line 6) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_constructor (line 6) ... ok test_constructor_kwds (line 27) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_constructor_kwds (line 27) ... ok test_dict_construction (line 52) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_dict_construction (line 52) ... ok test_list_construction (line 62) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_list_construction (line 62) ... ok test_nested_obj_to_struct (line 153) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_nested_obj_to_struct (line 153) ... ok test_obj_to_struct (line 130) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_obj_to_struct (line 130) ... ok test_pointers (line 109) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_pointers (line 109) ... ok test_union_constructor (line 89) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_union_constructor (line 89) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running struct_conversion ... return_constructor (line 17) (struct_conversion.__test__) Doctest: struct_conversion.__test__.return_constructor (line 17) ... ok return_constructor_kwds (line 40) (struct_conversion.__test__) Doctest: struct_conversion.__test__.return_constructor_kwds (line 40) ... ok test_constructor (line 6) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_constructor (line 6) ... ok test_constructor_kwds (line 27) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_constructor_kwds (line 27) ... ok test_dict_construction (line 52) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_dict_construction (line 52) ... ok test_list_construction (line 62) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_list_construction (line 62) ... ok test_nested_obj_to_struct (line 153) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_nested_obj_to_struct (line 153) ... ok test_obj_to_struct (line 130) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_obj_to_struct (line 130) ... ok test_pointers (line 109) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_pointers (line 109) ... ok test_union_constructor (line 89) (struct_conversion.__test__) Doctest: struct_conversion.__test__.test_union_constructor (line 89) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running struct_conversion_extern ... test_extern_struct (line 13) (struct_conversion_extern.__test__) Doctest: struct_conversion_extern.__test__.test_extern_struct (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running struct_conversion_extern ... test_extern_struct (line 13) (struct_conversion_extern.__test__) Doctest: struct_conversion_extern.__test__.test_extern_struct (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running subclasses ... fooit (line 21) (subclasses.__test__) Doctest: subclasses.__test__.fooit (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running subclasses ... fooit (line 21) (subclasses.__test__) Doctest: subclasses.__test__.fooit (line 21) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running subop ... mixed_test (line 8) (subop.__test__) Doctest: subop.__test__.mixed_test (line 8) ... ok pointer_test (line 25) (subop.__test__) Doctest: subop.__test__.pointer_test (line 25) ... ok sub_1_x (line 120) (subop.__test__) Doctest: subop.__test__.sub_1_x (line 120) ... ok sub_1f_x (line 143) (subop.__test__) Doctest: subop.__test__.sub_1f_x (line 143) ... ok sub_large_x (line 168) (subop.__test__) Doctest: subop.__test__.sub_large_x (line 168) ... ok sub_x_1 (line 43) (subop.__test__) Doctest: subop.__test__.sub_x_1 (line 43) ... ok sub_x_1f (line 66) (subop.__test__) Doctest: subop.__test__.sub_x_1f (line 66) ... ok sub_x_large (line 91) (subop.__test__) Doctest: subop.__test__.sub_x_large (line 91) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running subop ... mixed_test (line 8) (subop.__test__) Doctest: subop.__test__.mixed_test (line 8) ... ok pointer_test (line 25) (subop.__test__) Doctest: subop.__test__.pointer_test (line 25) ... ok sub_1_x (line 120) (subop.__test__) Doctest: subop.__test__.sub_1_x (line 120) ... ok sub_1f_x (line 143) (subop.__test__) Doctest: subop.__test__.sub_1f_x (line 143) ... ok sub_large_x (line 168) (subop.__test__) Doctest: subop.__test__.sub_large_x (line 168) ... ok sub_x_1 (line 43) (subop.__test__) Doctest: subop.__test__.sub_x_1 (line 43) ... ok sub_x_1f (line 66) (subop.__test__) Doctest: subop.__test__.sub_x_1f (line 66) ... ok sub_x_large (line 91) (subop.__test__) Doctest: subop.__test__.sub_x_large (line 91) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running switch ... compile_time_tuple_constant (line 249) (switch.__test__) Doctest: switch.__test__.compile_time_tuple_constant (line 249) ... ok enum_duplicates (line 293) (switch.__test__) Doctest: switch.__test__.enum_duplicates (line 293) ... ok enum_switch (line 274) (switch.__test__) Doctest: switch.__test__.enum_switch (line 274) ... ok int_enum_duplicates_mix (line 343) (switch.__test__) Doctest: switch.__test__.int_enum_duplicates_mix (line 343) ... ok int_enum_switch_mix (line 316) (switch.__test__) Doctest: switch.__test__.int_enum_switch_mix (line 316) ... ok int_in_bool_binop (line 366) (switch.__test__) Doctest: switch.__test__.int_in_bool_binop (line 366) ... ok int_in_bool_binop_3 (line 382) (switch.__test__) Doctest: switch.__test__.int_in_bool_binop_3 (line 382) ... ok switch_c (line 106) (switch.__test__) Doctest: switch.__test__.switch_c (line 106) ... ok switch_in (line 170) (switch.__test__) Doctest: switch.__test__.switch_in (line 170) ... ok switch_off (line 212) (switch.__test__) Doctest: switch.__test__.switch_off (line 212) ... ok switch_or (line 148) (switch.__test__) Doctest: switch.__test__.switch_or (line 148) ... ok switch_pass (line 231) (switch.__test__) Doctest: switch.__test__.switch_pass (line 231) ... ok switch_py (line 36) (switch.__test__) Doctest: switch.__test__.switch_py (line 36) ... ok switch_short (line 190) (switch.__test__) Doctest: switch.__test__.switch_short (line 190) ... ok switch_simple_c (line 78) (switch.__test__) Doctest: switch.__test__.switch_simple_c (line 78) ... ok switch_simple_py (line 8) (switch.__test__) Doctest: switch.__test__.switch_simple_py (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running switch ... compile_time_tuple_constant (line 249) (switch.__test__) Doctest: switch.__test__.compile_time_tuple_constant (line 249) ... ok enum_duplicates (line 293) (switch.__test__) Doctest: switch.__test__.enum_duplicates (line 293) ... ok enum_switch (line 274) (switch.__test__) Doctest: switch.__test__.enum_switch (line 274) ... ok int_enum_duplicates_mix (line 343) (switch.__test__) Doctest: switch.__test__.int_enum_duplicates_mix (line 343) ... ok int_enum_switch_mix (line 316) (switch.__test__) Doctest: switch.__test__.int_enum_switch_mix (line 316) ... ok int_in_bool_binop (line 366) (switch.__test__) Doctest: switch.__test__.int_in_bool_binop (line 366) ... ok int_in_bool_binop_3 (line 382) (switch.__test__) Doctest: switch.__test__.int_in_bool_binop_3 (line 382) ... ok switch_c (line 106) (switch.__test__) Doctest: switch.__test__.switch_c (line 106) ... ok switch_in (line 170) (switch.__test__) Doctest: switch.__test__.switch_in (line 170) ... ok switch_off (line 212) (switch.__test__) Doctest: switch.__test__.switch_off (line 212) ... ok switch_or (line 148) (switch.__test__) Doctest: switch.__test__.switch_or (line 148) ... ok switch_pass (line 231) (switch.__test__) Doctest: switch.__test__.switch_pass (line 231) ... ok switch_py (line 36) (switch.__test__) Doctest: switch.__test__.switch_py (line 36) ... ok switch_short (line 190) (switch.__test__) Doctest: switch.__test__.switch_short (line 190) ... ok switch_simple_c (line 78) (switch.__test__) Doctest: switch.__test__.switch_simple_c (line 78) ... ok switch_simple_py (line 8) (switch.__test__) Doctest: switch.__test__.switch_simple_py (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running switch_transform ... is_not_one (line 8) (switch_transform.__test__) Doctest: switch_transform.__test__.is_not_one (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running switch_transform ... is_not_one (line 8) (switch_transform.__test__) Doctest: switch_transform.__test__.is_not_one (line 8) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tandemstats ... result (line 6) (tandemstats.__test__) Doctest: tandemstats.__test__.result (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tandemstats ... result (line 6) (tandemstats.__test__) Doctest: tandemstats.__test__.result (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running temp_alloc_T409 ... foo (line 5) (temp_alloc_T409.__test__) Doctest: temp_alloc_T409.__test__.foo (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running temp_alloc_T409 ... foo (line 5) (temp_alloc_T409.__test__) Doctest: temp_alloc_T409.__test__.foo (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running temps_corner1 ... B (temps_corner1) Doctest: temps_corner1.B ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running temps_corner1 ... B (temps_corner1) Doctest: temps_corner1.B ... ok runTest (__main__.CythonUnitTestCase) compiling (c) tests in test_coroutines_pep492 ... === C/C++ compiler error output: === test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_await_7_9Awaitable_2generator52': test_coroutines_pep492.c:32627:78: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_66___await__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_66___await__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_13test_await_14_10FutureLike_2generator67': test_coroutines_pep492.c:37739:78: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_88___await__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_88___await__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_11test_with_1_2generator73': test_coroutines_pep492.c:40764:19: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_11test_with_1_5generator74': test_coroutines_pep492.c:41643:19: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_11test_with_5_2CM_5generator79': test_coroutines_pep492.c:45042:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_105___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_105___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_11test_with_7_2generator83': test_coroutines_pep492.c:47114:11: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_11test_with_9_2CM_5generator87': test_coroutines_pep492.c:49318:3: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c:49291:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_117___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_117___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_10_2CM_5generator90': test_coroutines_pep492.c:50460:3: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c:50433:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_121___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_121___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_11_2CM_2generator92': test_coroutines_pep492.c:51628:80: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_124___aenter__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_124___aenter__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_11_2CM_5generator93': test_coroutines_pep492.c:51814:3: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c:51787:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_125___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_125___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_12_2CM_5generator96': test_coroutines_pep492.c:52972:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_129___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_129___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_13_2CM_2generator98': test_coroutines_pep492.c:53786:3: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c:53759:80: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_132___aenter__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_132___aenter__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_13_2CM_5generator99': test_coroutines_pep492.c:53924:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_133___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_133___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.c: In function '__pyx_gb_22test_coroutines_pep492_13CoroutineTest_10test_for_7_2AI_2generator119': test_coroutines_pep492.c:64857:3: warning: statement with no effect [-Wunused-value] (1.0 / 0.0); ^ test_coroutines_pep492.c:64830:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_160___aiter__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_160___aiter__ *)__pyx_generator->closure); ^ ============================== test_badsyntax_10 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok test_badsyntax_9 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok test_goodsyntax_1 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok test_await_1 (test_coroutines_pep492.CoroutineTest) ... ok test_await_10 (test_coroutines_pep492.CoroutineTest) ... ok test_await_11 (test_coroutines_pep492.CoroutineTest) ... ok test_await_12 (test_coroutines_pep492.CoroutineTest) ... ok test_await_13 (test_coroutines_pep492.CoroutineTest) ... ok test_await_14 (test_coroutines_pep492.CoroutineTest) ... ok test_await_2 (test_coroutines_pep492.CoroutineTest) ... ok test_await_3 (test_coroutines_pep492.CoroutineTest) ... ok test_await_4 (test_coroutines_pep492.CoroutineTest) ... ok test_await_5 (test_coroutines_pep492.CoroutineTest) ... ok test_await_6 (test_coroutines_pep492.CoroutineTest) ... ok test_await_7 (test_coroutines_pep492.CoroutineTest) ... ok test_await_8 (test_coroutines_pep492.CoroutineTest) ... ok test_await_9 (test_coroutines_pep492.CoroutineTest) ... ok test_await_iterator (test_coroutines_pep492.CoroutineTest) ... ok test_corotype_1 (test_coroutines_pep492.CoroutineTest) ... /usr/lib64/python2.7/unittest/case.py:369: RuntimeWarning: coroutine 'CoroutineTest.test_corotype_1..f' was never awaited testMethod() ok test_cr_await (test_coroutines_pep492.CoroutineTest) ... ok test_for_1 (test_coroutines_pep492.CoroutineTest) ... ok test_for_2 (test_coroutines_pep492.CoroutineTest) ... ok test_for_3 (test_coroutines_pep492.CoroutineTest) ... ok test_for_4 (test_coroutines_pep492.CoroutineTest) ... ok test_for_5 (test_coroutines_pep492.CoroutineTest) ... ok test_for_6 (test_coroutines_pep492.CoroutineTest) ... ok test_for_7 (test_coroutines_pep492.CoroutineTest) ... ok test_func_1 (test_coroutines_pep492.CoroutineTest) ... ok test_func_10 (test_coroutines_pep492.CoroutineTest) ... ok test_func_11 (test_coroutines_pep492.CoroutineTest) ... ok test_func_12 (test_coroutines_pep492.CoroutineTest) ... ok test_func_13 (test_coroutines_pep492.CoroutineTest) ... ok test_func_14 (test_coroutines_pep492.CoroutineTest) ... ok test_func_3 (test_coroutines_pep492.CoroutineTest) ... ok test_func_4 (test_coroutines_pep492.CoroutineTest) ... ok test_func_5 (test_coroutines_pep492.CoroutineTest) ... ok test_func_6 (test_coroutines_pep492.CoroutineTest) ... ok test_func_8 (test_coroutines_pep492.CoroutineTest) ... ok test_func_9 (test_coroutines_pep492.CoroutineTest) ... ok test_gen_1 (test_coroutines_pep492.CoroutineTest) ... ok test_with_1 (test_coroutines_pep492.CoroutineTest) ... ok test_with_10 (test_coroutines_pep492.CoroutineTest) ... ok test_with_11 (test_coroutines_pep492.CoroutineTest) ... ok test_with_12 (test_coroutines_pep492.CoroutineTest) ... ok test_with_13 (test_coroutines_pep492.CoroutineTest) ... ok test_with_2 (test_coroutines_pep492.CoroutineTest) ... ok test_with_3 (test_coroutines_pep492.CoroutineTest) ... ok test_with_4 (test_coroutines_pep492.CoroutineTest) ... ok test_with_5 (test_coroutines_pep492.CoroutineTest) ... ok test_with_6 (test_coroutines_pep492.CoroutineTest) ... ok test_with_7 (test_coroutines_pep492.CoroutineTest) ... ok test_with_8 (test_coroutines_pep492.CoroutineTest) ... ok test_with_9 (test_coroutines_pep492.CoroutineTest) ... ok test_oneline_defs (test_coroutines_pep492.TokenizerRegrTest) ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_8e96f8179d5038e85aff359926346d9b.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_8e96f8179d5038e85aff359926346d9b.pyx /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_8e96f8179d5038e85aff359926346d9b.c: In function '__pyx_pw_47_cython_inline_8e96f8179d5038e85aff359926346d9b_1__invoke': /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_8e96f8179d5038e85aff359926346d9b.c:4162:18: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without static PyObject *__pyx_pw_47_cython_inline_8e96f8179d5038e85aff359926346d9b_1__invoke(PyObject *__pyx_self, CYTHON_UNUSED PyObject *unused) { ^ Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_ef666ebbe50774a1dc18da614a264073.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_ef666ebbe50774a1dc18da614a264073.pyx /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_ef666ebbe50774a1dc18da614a264073.c: In function '__pyx_pw_47_cython_inline_ef666ebbe50774a1dc18da614a264073_1__invoke': /builddir/build/BUILD/Cython-0.23.4/BUILD/run/c/test_coroutines_pep492/_cython_inline_ef666ebbe50774a1dc18da614a264073.c:4252:18: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without static PyObject *__pyx_pw_47_cython_inline_ef666ebbe50774a1dc18da614a264073_1__invoke(PyObject *__pyx_self, CYTHON_UNUSED PyObject *unused) { ^ /usr/lib64/python2.7/unittest/case.py:369: RuntimeWarning: coroutine '__invoke..foo' was never awaited testMethod() ok runTest (__main__.CythonUnitTestCase) compiling (cpp) tests in test_coroutines_pep492 ... === C/C++ compiler error output: === test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_await_7_9Awaitable_2generator52(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:32636:78: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_66___await__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_66___await__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_13test_await_14_10FutureLike_2generator67(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:37748:78: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_88___await__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_88___await__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_11test_with_5_2CM_5generator79(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:45051:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_105___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_105___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_11test_with_9_2CM_5generator87(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:49300:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_117___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_117___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_10_2CM_5generator90(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:50442:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_121___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_121___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_11_2CM_2generator92(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:51637:80: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_124___aenter__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_124___aenter__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_11_2CM_5generator93(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:51796:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_125___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_125___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_12_2CM_5generator96(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:52981:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_129___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_129___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_13_2CM_2generator98(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:53768:80: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_132___aenter__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_132___aenter__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_12test_with_13_2CM_5generator99(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:53933:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_133___aexit__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_133___aexit__ *)__pyx_generator->closure); ^ test_coroutines_pep492.cpp: In function 'PyObject* __pyx_gb_22test_coroutines_pep492_13CoroutineTest_10test_for_7_2AI_2generator119(__pyx_CoroutineObject*, PyObject*)': test_coroutines_pep492.cpp:64839:79: warning: unused variable '__pyx_cur_scope' [-Wunused-variable] struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_160___aiter__ *__pyx_cur_scope = ((struct __pyx_obj_22test_coroutines_pep492___pyx_scope_struct_160___aiter__ *)__pyx_generator->closure); ^ ============================== test_badsyntax_10 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok test_badsyntax_9 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok test_goodsyntax_1 (test_coroutines_pep492.AsyncBadSyntaxTest) ... ok test_await_1 (test_coroutines_pep492.CoroutineTest) ... ok test_await_10 (test_coroutines_pep492.CoroutineTest) ... ok test_await_11 (test_coroutines_pep492.CoroutineTest) ... ok test_await_12 (test_coroutines_pep492.CoroutineTest) ... ok test_await_13 (test_coroutines_pep492.CoroutineTest) ... ok test_await_14 (test_coroutines_pep492.CoroutineTest) ... ok test_await_2 (test_coroutines_pep492.CoroutineTest) ... ok test_await_3 (test_coroutines_pep492.CoroutineTest) ... ok test_await_4 (test_coroutines_pep492.CoroutineTest) ... ok test_await_5 (test_coroutines_pep492.CoroutineTest) ... ok test_await_6 (test_coroutines_pep492.CoroutineTest) ... ok test_await_7 (test_coroutines_pep492.CoroutineTest) ... ok test_await_8 (test_coroutines_pep492.CoroutineTest) ... ok test_await_9 (test_coroutines_pep492.CoroutineTest) ... ok test_await_iterator (test_coroutines_pep492.CoroutineTest) ... ok test_corotype_1 (test_coroutines_pep492.CoroutineTest) ... /usr/lib64/python2.7/unittest/case.py:369: RuntimeWarning: coroutine 'CoroutineTest.test_corotype_1..f' was never awaited testMethod() ok test_cr_await (test_coroutines_pep492.CoroutineTest) ... ok test_for_1 (test_coroutines_pep492.CoroutineTest) ... ok test_for_2 (test_coroutines_pep492.CoroutineTest) ... ok test_for_3 (test_coroutines_pep492.CoroutineTest) ... ok test_for_4 (test_coroutines_pep492.CoroutineTest) ... ok test_for_5 (test_coroutines_pep492.CoroutineTest) ... ok test_for_6 (test_coroutines_pep492.CoroutineTest) ... ok test_for_7 (test_coroutines_pep492.CoroutineTest) ... ok test_func_1 (test_coroutines_pep492.CoroutineTest) ... ok test_func_10 (test_coroutines_pep492.CoroutineTest) ... ok test_func_11 (test_coroutines_pep492.CoroutineTest) ... ok test_func_12 (test_coroutines_pep492.CoroutineTest) ... ok test_func_13 (test_coroutines_pep492.CoroutineTest) ... ok test_func_14 (test_coroutines_pep492.CoroutineTest) ... ok test_func_3 (test_coroutines_pep492.CoroutineTest) ... ok test_func_4 (test_coroutines_pep492.CoroutineTest) ... ok test_func_5 (test_coroutines_pep492.CoroutineTest) ... ok test_func_6 (test_coroutines_pep492.CoroutineTest) ... ok test_func_8 (test_coroutines_pep492.CoroutineTest) ... ok test_func_9 (test_coroutines_pep492.CoroutineTest) ... ok test_gen_1 (test_coroutines_pep492.CoroutineTest) ... ok test_with_1 (test_coroutines_pep492.CoroutineTest) ... ok test_with_10 (test_coroutines_pep492.CoroutineTest) ... ok test_with_11 (test_coroutines_pep492.CoroutineTest) ... ok test_with_12 (test_coroutines_pep492.CoroutineTest) ... ok test_with_13 (test_coroutines_pep492.CoroutineTest) ... ok test_with_2 (test_coroutines_pep492.CoroutineTest) ... ok test_with_3 (test_coroutines_pep492.CoroutineTest) ... ok test_with_4 (test_coroutines_pep492.CoroutineTest) ... ok test_with_5 (test_coroutines_pep492.CoroutineTest) ... ok test_with_6 (test_coroutines_pep492.CoroutineTest) ... ok test_with_7 (test_coroutines_pep492.CoroutineTest) ... ok test_with_8 (test_coroutines_pep492.CoroutineTest) ... ok test_with_9 (test_coroutines_pep492.CoroutineTest) ... ok test_oneline_defs (test_coroutines_pep492.TokenizerRegrTest) ... /usr/lib64/python2.7/unittest/case.py:369: RuntimeWarning: coroutine '__invoke..foo' was never awaited testMethod() ok runTest (__main__.CythonUnitTestCase) compiling (c) tests in test_dictviews ... test_constructors_not_callable (test_dictviews.DictSetTest) ... ok test_dict_items (test_dictviews.DictSetTest) ... ok test_dict_keys (test_dictviews.DictSetTest) ... ok test_dict_mixed_keys_items (test_dictviews.DictSetTest) ... ok test_dict_repr (test_dictviews.DictSetTest) ... ok test_dict_values (test_dictviews.DictSetTest) ... ok test_items_set_operations (test_dictviews.DictSetTest) ... ok test_keys_set_operations (test_dictviews.DictSetTest) ... ok runTest (__main__.CythonUnitTestCase) compiling (cpp) tests in test_dictviews ... test_constructors_not_callable (test_dictviews.DictSetTest) ... ok test_dict_items (test_dictviews.DictSetTest) ... ok test_dict_keys (test_dictviews.DictSetTest) ... ok test_dict_mixed_keys_items (test_dictviews.DictSetTest) ... ok test_dict_repr (test_dictviews.DictSetTest) ... ok test_dict_values (test_dictviews.DictSetTest) ... ok test_items_set_operations (test_dictviews.DictSetTest) ... ok test_keys_set_operations (test_dictviews.DictSetTest) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ticket_123 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx ticket_123 () Doctest: ticket_123 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ticket_123 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx ticket_123 () Doctest: ticket_123 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running ticket_124 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx spam (line 1) (ticket_124.__test__) Doctest: ticket_124.__test__.spam (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running ticket_124 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx spam (line 1) (ticket_124.__test__) Doctest: ticket_124.__test__.spam (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tp_new ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx make_new (line 59) (tp_new.__test__) Doctest: tp_new.__test__.make_new (line 59) ... ok make_new_args (line 183) (tp_new.__test__) Doctest: tp_new.__test__.make_new_args (line 183) ... ok make_new_builtin (line 124) (tp_new.__test__) Doctest: tp_new.__test__.make_new_builtin (line 124) ... ok make_new_kwargs (line 153) (tp_new.__test__) Doctest: tp_new.__test__.make_new_kwargs (line 153) ... ok make_new_none (line 139) (tp_new.__test__) Doctest: tp_new.__test__.make_new_none (line 139) ... ok make_new_none_typed (line 211) (tp_new.__test__) Doctest: tp_new.__test__.make_new_none_typed (line 211) ... ok make_new_pyclass (line 171) (tp_new.__test__) Doctest: tp_new.__test__.make_new_pyclass (line 171) ... ok make_new_typed_target (line 73) (tp_new.__test__) Doctest: tp_new.__test__.make_new_typed_target (line 73) ... ok make_new_untyped (line 222) (tp_new.__test__) Doctest: tp_new.__test__.make_new_untyped (line 222) ... ok make_new_with_args (line 88) (tp_new.__test__) Doctest: tp_new.__test__.make_new_with_args (line 88) ... ok make_new_with_args_kwargs (line 106) (tp_new.__test__) Doctest: tp_new.__test__.make_new_with_args_kwargs (line 106) ... ok test_derived_vtab (line 43) (tp_new.__test__) Doctest: tp_new.__test__.test_derived_vtab (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tp_new ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx make_new (line 59) (tp_new.__test__) Doctest: tp_new.__test__.make_new (line 59) ... ok make_new_args (line 183) (tp_new.__test__) Doctest: tp_new.__test__.make_new_args (line 183) ... ok make_new_builtin (line 124) (tp_new.__test__) Doctest: tp_new.__test__.make_new_builtin (line 124) ... ok make_new_kwargs (line 153) (tp_new.__test__) Doctest: tp_new.__test__.make_new_kwargs (line 153) ... ok make_new_none (line 139) (tp_new.__test__) Doctest: tp_new.__test__.make_new_none (line 139) ... ok make_new_none_typed (line 211) (tp_new.__test__) Doctest: tp_new.__test__.make_new_none_typed (line 211) ... ok make_new_pyclass (line 171) (tp_new.__test__) Doctest: tp_new.__test__.make_new_pyclass (line 171) ... ok make_new_typed_target (line 73) (tp_new.__test__) Doctest: tp_new.__test__.make_new_typed_target (line 73) ... ok make_new_untyped (line 222) (tp_new.__test__) Doctest: tp_new.__test__.make_new_untyped (line 222) ... ok make_new_with_args (line 88) (tp_new.__test__) Doctest: tp_new.__test__.make_new_with_args (line 88) ... ok make_new_with_args_kwargs (line 106) (tp_new.__test__) Doctest: tp_new.__test__.make_new_with_args_kwargs (line 106) ... ok test_derived_vtab (line 43) (tp_new.__test__) Doctest: tp_new.__test__.test_derived_vtab (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tp_new_T454 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx make_new_factory (line 12) (tp_new_T454.__test__) Doctest: tp_new_T454.__test__.make_new_factory (line 12) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tp_new_T454 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx make_new_factory (line 12) (tp_new_T454.__test__) Doctest: tp_new_T454.__test__.make_new_factory (line 12) ... ok runTest (__main__.EndToEndTest) End-to-end tp_new_cimport ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running trybreak ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx try_break_except (line 15) (trybreak.__test__) Doctest: trybreak.__test__.try_break_except (line 15) ... ok try_except_break (line 3) (trybreak.__test__) Doctest: trybreak.__test__.try_except_break (line 3) ... ok try_no_break_except_return (line 27) (trybreak.__test__) Doctest: trybreak.__test__.try_no_break_except_return (line 27) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running trybreak ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx try_break_except (line 15) (trybreak.__test__) Doctest: trybreak.__test__.try_break_except (line 15) ... ok try_except_break (line 3) (trybreak.__test__) Doctest: trybreak.__test__.try_except_break (line 3) ... ok try_no_break_except_return (line 27) (trybreak.__test__) Doctest: trybreak.__test__.try_no_break_except_return (line 27) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tryexcept ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx bare_except_reraise_no_raise (line 278) (tryexcept.__test__) Doctest: tryexcept.__test__.bare_except_reraise_no_raise (line 278) ... ok bare_except_reraise_raise (line 296) (tryexcept.__test__) Doctest: tryexcept.__test__.bare_except_reraise_raise (line 296) ... ok complete_except_as_no_raise (line 423) (tryexcept.__test__) Doctest: tryexcept.__test__.complete_except_as_no_raise (line 423) ... ok complete_except_as_raise (line 442) (tryexcept.__test__) Doctest: tryexcept.__test__.complete_except_as_raise (line 442) ... ok double_except_no_raise (line 61) (tryexcept.__test__) Doctest: tryexcept.__test__.double_except_no_raise (line 61) ... ok double_except_raise (line 77) (tryexcept.__test__) Doctest: tryexcept.__test__.double_except_raise (line 77) ... ok except_as_no_raise (line 324) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_no_raise (line 324) ... ok except_as_no_raise_does_not_touch_target (line 358) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_no_raise_does_not_touch_target (line 358) ... ok except_as_raise (line 337) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_raise (line 337) ... ok except_as_raise_does_not_delete_target (line 375) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_raise_does_not_delete_target (line 375) ... ok except_as_raise_with_empty_except (line 403) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_raise_with_empty_except (line 403) ... ok loop_bare_except_no_raise (line 246) (tryexcept.__test__) Doctest: tryexcept.__test__.loop_bare_except_no_raise (line 246) ... ok loop_bare_except_raise (line 259) (tryexcept.__test__) Doctest: tryexcept.__test__.loop_bare_except_raise (line 259) ... ok normal_and_bare_except_no_raise (line 158) (tryexcept.__test__) Doctest: tryexcept.__test__.normal_and_bare_except_no_raise (line 158) ... ok normal_and_bare_except_raise (line 174) (tryexcept.__test__) Doctest: tryexcept.__test__.normal_and_bare_except_raise (line 174) ... ok single_except (line 1) (tryexcept.__test__) Doctest: tryexcept.__test__.single_except (line 1) ... ok single_except_builtin (line 21) (tryexcept.__test__) Doctest: tryexcept.__test__.single_except_builtin (line 21) ... ok single_except_expression (line 41) (tryexcept.__test__) Doctest: tryexcept.__test__.single_except_expression (line 41) ... ok target_except_no_raise (line 99) (tryexcept.__test__) Doctest: tryexcept.__test__.target_except_no_raise (line 99) ... ok target_except_raise (line 113) (tryexcept.__test__) Doctest: tryexcept.__test__.target_except_raise (line 113) ... ok tuple_except_builtin (line 135) (tryexcept.__test__) Doctest: tryexcept.__test__.tuple_except_builtin (line 135) ... ok tuple_except_index_target_no_raise (line 196) (tryexcept.__test__) Doctest: tryexcept.__test__.tuple_except_index_target_no_raise (line 196) ... ok tuple_except_index_target_raise (line 213) (tryexcept.__test__) Doctest: tryexcept.__test__.tuple_except_index_target_raise (line 213) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tryexcept ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx bare_except_reraise_no_raise (line 278) (tryexcept.__test__) Doctest: tryexcept.__test__.bare_except_reraise_no_raise (line 278) ... ok bare_except_reraise_raise (line 296) (tryexcept.__test__) Doctest: tryexcept.__test__.bare_except_reraise_raise (line 296) ... ok complete_except_as_no_raise (line 423) (tryexcept.__test__) Doctest: tryexcept.__test__.complete_except_as_no_raise (line 423) ... ok complete_except_as_raise (line 442) (tryexcept.__test__) Doctest: tryexcept.__test__.complete_except_as_raise (line 442) ... ok double_except_no_raise (line 61) (tryexcept.__test__) Doctest: tryexcept.__test__.double_except_no_raise (line 61) ... ok double_except_raise (line 77) (tryexcept.__test__) Doctest: tryexcept.__test__.double_except_raise (line 77) ... ok except_as_no_raise (line 324) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_no_raise (line 324) ... ok except_as_no_raise_does_not_touch_target (line 358) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_no_raise_does_not_touch_target (line 358) ... ok except_as_raise (line 337) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_raise (line 337) ... ok except_as_raise_does_not_delete_target (line 375) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_raise_does_not_delete_target (line 375) ... ok except_as_raise_with_empty_except (line 403) (tryexcept.__test__) Doctest: tryexcept.__test__.except_as_raise_with_empty_except (line 403) ... ok loop_bare_except_no_raise (line 246) (tryexcept.__test__) Doctest: tryexcept.__test__.loop_bare_except_no_raise (line 246) ... ok loop_bare_except_raise (line 259) (tryexcept.__test__) Doctest: tryexcept.__test__.loop_bare_except_raise (line 259) ... ok normal_and_bare_except_no_raise (line 158) (tryexcept.__test__) Doctest: tryexcept.__test__.normal_and_bare_except_no_raise (line 158) ... ok normal_and_bare_except_raise (line 174) (tryexcept.__test__) Doctest: tryexcept.__test__.normal_and_bare_except_raise (line 174) ... ok single_except (line 1) (tryexcept.__test__) Doctest: tryexcept.__test__.single_except (line 1) ... ok single_except_builtin (line 21) (tryexcept.__test__) Doctest: tryexcept.__test__.single_except_builtin (line 21) ... ok single_except_expression (line 41) (tryexcept.__test__) Doctest: tryexcept.__test__.single_except_expression (line 41) ... ok target_except_no_raise (line 99) (tryexcept.__test__) Doctest: tryexcept.__test__.target_except_no_raise (line 99) ... ok target_except_raise (line 113) (tryexcept.__test__) Doctest: tryexcept.__test__.target_except_raise (line 113) ... ok tuple_except_builtin (line 135) (tryexcept.__test__) Doctest: tryexcept.__test__.tuple_except_builtin (line 135) ... ok tuple_except_index_target_no_raise (line 196) (tryexcept.__test__) Doctest: tryexcept.__test__.tuple_except_index_target_no_raise (line 196) ... ok tuple_except_index_target_raise (line 213) (tryexcept.__test__) Doctest: tryexcept.__test__.tuple_except_index_target_raise (line 213) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tryfinally ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx call_try_return_c (line 284) (tryfinally.__test__) Doctest: tryfinally.__test__.call_try_return_c (line 284) ... ok call_try_return_with_exception (line 297) (tryfinally.__test__) Doctest: tryfinally.__test__.call_try_return_with_exception (line 297) ... ok complex_finally_clause (line 486) (tryfinally.__test__) Doctest: tryfinally.__test__.complex_finally_clause (line 486) ... ok empty_try (line 373) (tryfinally.__test__) Doctest: tryfinally.__test__.empty_try (line 373) ... ok empty_try_in_except_raise (line 384) (tryfinally.__test__) Doctest: tryfinally.__test__.empty_try_in_except_raise (line 384) ... ok except_finally_reraise (line 46) (tryfinally.__test__) Doctest: tryfinally.__test__.except_finally_reraise (line 46) ... ok except_finally_reraise_new (line 77) (tryfinally.__test__) Doctest: tryfinally.__test__.except_finally_reraise_new (line 77) ... ok finally_except (line 16) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_except (line 16) ... ok finally_exception_break_check (line 178) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_break_check (line 178) ... ok finally_exception_break_check_with_swallowed_raise (line 213) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_break_check_with_swallowed_raise (line 213) ... ok finally_exception_check_return (line 102) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_check_return (line 102) ... ok finally_exception_check_swallow (line 136) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_check_swallow (line 136) ... ok finally_pass (line 34) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_pass (line 34) ... ok finally_yield (line 443) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_yield (line 443) ... ok try_all_cases (line 404) (tryfinally.__test__) Doctest: tryfinally.__test__.try_all_cases (line 404) ... ok try_break (line 361) (tryfinally.__test__) Doctest: tryfinally.__test__.try_break (line 361) ... ok try_continue (line 312) (tryfinally.__test__) Doctest: tryfinally.__test__.try_continue (line 312) ... ok try_return_cy (line 261) (tryfinally.__test__) Doctest: tryfinally.__test__.try_return_cy (line 261) ... ok try_return_none_1 (line 334) (tryfinally.__test__) Doctest: tryfinally.__test__.try_return_none_1 (line 334) ... ok try_return_none_2 (line 352) (tryfinally.__test__) Doctest: tryfinally.__test__.try_return_none_2 (line 352) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tryfinally ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx call_try_return_c (line 284) (tryfinally.__test__) Doctest: tryfinally.__test__.call_try_return_c (line 284) ... ok call_try_return_with_exception (line 297) (tryfinally.__test__) Doctest: tryfinally.__test__.call_try_return_with_exception (line 297) ... ok complex_finally_clause (line 486) (tryfinally.__test__) Doctest: tryfinally.__test__.complex_finally_clause (line 486) ... ok empty_try (line 373) (tryfinally.__test__) Doctest: tryfinally.__test__.empty_try (line 373) ... ok empty_try_in_except_raise (line 384) (tryfinally.__test__) Doctest: tryfinally.__test__.empty_try_in_except_raise (line 384) ... ok except_finally_reraise (line 46) (tryfinally.__test__) Doctest: tryfinally.__test__.except_finally_reraise (line 46) ... ok except_finally_reraise_new (line 77) (tryfinally.__test__) Doctest: tryfinally.__test__.except_finally_reraise_new (line 77) ... ok finally_except (line 16) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_except (line 16) ... ok finally_exception_break_check (line 178) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_break_check (line 178) ... ok finally_exception_break_check_with_swallowed_raise (line 213) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_break_check_with_swallowed_raise (line 213) ... ok finally_exception_check_return (line 102) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_check_return (line 102) ... ok finally_exception_check_swallow (line 136) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_exception_check_swallow (line 136) ... ok finally_pass (line 34) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_pass (line 34) ... ok finally_yield (line 443) (tryfinally.__test__) Doctest: tryfinally.__test__.finally_yield (line 443) ... ok try_all_cases (line 404) (tryfinally.__test__) Doctest: tryfinally.__test__.try_all_cases (line 404) ... ok try_break (line 361) (tryfinally.__test__) Doctest: tryfinally.__test__.try_break (line 361) ... ok try_continue (line 312) (tryfinally.__test__) Doctest: tryfinally.__test__.try_continue (line 312) ... ok try_return_cy (line 261) (tryfinally.__test__) Doctest: tryfinally.__test__.try_return_cy (line 261) ... ok try_return_none_1 (line 334) (tryfinally.__test__) Doctest: tryfinally.__test__.try_return_none_1 (line 334) ... ok try_return_none_2 (line 352) (tryfinally.__test__) Doctest: tryfinally.__test__.try_return_none_2 (line 352) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tuple ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx f (line 5) (tuple.__test__) Doctest: tuple.__test__.f (line 5) ... ok g (line 14) (tuple.__test__) Doctest: tuple.__test__.g (line 14) ... ok h (line 24) (tuple.__test__) Doctest: tuple.__test__.h (line 24) ... ok j (line 35) (tuple.__test__) Doctest: tuple.__test__.j (line 35) ... ok k (line 47) (tuple.__test__) Doctest: tuple.__test__.k (line 47) ... ok l (line 60) (tuple.__test__) Doctest: tuple.__test__.l (line 60) ... ok tuple_none (line 74) (tuple.__test__) Doctest: tuple.__test__.tuple_none (line 74) ... ok tuple_none_list (line 83) (tuple.__test__) Doctest: tuple.__test__.tuple_none_list (line 83) ... ok tuple_of_args_tuple (line 109) (tuple.__test__) Doctest: tuple.__test__.tuple_of_args_tuple (line 109) ... ok tuple_of_object (line 118) (tuple.__test__) Doctest: tuple.__test__.tuple_of_object (line 118) ... ok tuple_of_tuple_literal (line 97) (tuple.__test__) Doctest: tuple.__test__.tuple_of_tuple_literal (line 97) ... ok tuple_of_tuple_or_none (line 133) (tuple.__test__) Doctest: tuple.__test__.tuple_of_tuple_or_none (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tuple ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx f (line 5) (tuple.__test__) Doctest: tuple.__test__.f (line 5) ... ok g (line 14) (tuple.__test__) Doctest: tuple.__test__.g (line 14) ... ok h (line 24) (tuple.__test__) Doctest: tuple.__test__.h (line 24) ... ok j (line 35) (tuple.__test__) Doctest: tuple.__test__.j (line 35) ... ok k (line 47) (tuple.__test__) Doctest: tuple.__test__.k (line 47) ... ok l (line 60) (tuple.__test__) Doctest: tuple.__test__.l (line 60) ... ok tuple_none (line 74) (tuple.__test__) Doctest: tuple.__test__.tuple_none (line 74) ... ok tuple_none_list (line 83) (tuple.__test__) Doctest: tuple.__test__.tuple_none_list (line 83) ... ok tuple_of_args_tuple (line 109) (tuple.__test__) Doctest: tuple.__test__.tuple_of_args_tuple (line 109) ... ok tuple_of_object (line 118) (tuple.__test__) Doctest: tuple.__test__.tuple_of_object (line 118) ... ok tuple_of_tuple_literal (line 97) (tuple.__test__) Doctest: tuple.__test__.tuple_of_tuple_literal (line 97) ... ok tuple_of_tuple_or_none (line 133) (tuple.__test__) Doctest: tuple.__test__.tuple_of_tuple_or_none (line 133) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tuple_constants ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx constant_tuple1 (line 56) (tuple_constants.__test__) Doctest: tuple_constants.__test__.constant_tuple1 (line 56) ... ok return_constant_tuple1 (line 26) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuple1 (line 26) ... ok return_constant_tuple2 (line 67) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuple2 (line 67) ... ok return_constant_tuple_strings (line 77) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuple_strings (line 77) ... ok return_constant_tuples_string_types (line 87) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuples_string_types (line 87) ... ok return_empty_tuple (line 16) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_empty_tuple (line 16) ... ok return_folded_tuple (line 36) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_folded_tuple (line 36) ... ok return_module_level_tuple (line 6) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_module_level_tuple (line 6) ... ok return_nested_tuple (line 46) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_nested_tuple (line 46) ... ok return_nonconstant_tuple (line 102) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_nonconstant_tuple (line 102) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tuple_constants ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx constant_tuple1 (line 56) (tuple_constants.__test__) Doctest: tuple_constants.__test__.constant_tuple1 (line 56) ... ok return_constant_tuple1 (line 26) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuple1 (line 26) ... ok return_constant_tuple2 (line 67) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuple2 (line 67) ... ok return_constant_tuple_strings (line 77) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuple_strings (line 77) ... ok return_constant_tuples_string_types (line 87) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_constant_tuples_string_types (line 87) ... ok return_empty_tuple (line 16) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_empty_tuple (line 16) ... ok return_folded_tuple (line 36) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_folded_tuple (line 36) ... ok return_module_level_tuple (line 6) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_module_level_tuple (line 6) ... ok return_nested_tuple (line 46) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_nested_tuple (line 46) ... ok return_nonconstant_tuple (line 102) (tuple_constants.__test__) Doctest: tuple_constants.__test__.return_nonconstant_tuple (line 102) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tuple_unpack_string ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx star_unpack_str (line 23) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.star_unpack_str (line 23) ... ok star_unpack_unicode (line 57) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.star_unpack_unicode (line 57) ... ok unpack_single_str (line 4) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_single_str (line 4) ... ok unpack_single_unicode (line 38) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_single_unicode (line 38) ... ok unpack_str (line 12) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_str (line 12) ... ok unpack_unicode (line 46) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_unicode (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tuple_unpack_string ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx star_unpack_str (line 23) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.star_unpack_str (line 23) ... ok star_unpack_unicode (line 57) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.star_unpack_unicode (line 57) ... ok unpack_single_str (line 4) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_single_str (line 4) ... ok unpack_single_unicode (line 38) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_single_unicode (line 38) ... ok unpack_str (line 12) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_str (line 12) ... ok unpack_unicode (line 46) (tuple_unpack_string.__test__) Doctest: tuple_unpack_string.__test__.unpack_unicode (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tupleassign ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx assign3 (line 4) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3 (line 4) ... ok assign3_int (line 58) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_int (line 58) ... ok assign3_mixed1 (line 67) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_mixed1 (line 67) ... ok assign3_mixed2 (line 76) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_mixed2 (line 76) ... ok assign3_mixed3 (line 85) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_mixed3 (line 85) ... ok assign3_typed (line 23) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_typed (line 23) ... ok test_overwrite (line 99) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite (line 99) ... ok test_overwrite_int (line 113) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite_int (line 113) ... ok test_overwrite_mixed (line 128) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite_mixed (line 128) ... ok test_overwrite_mixed2 (line 143) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite_mixed2 (line 143) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tupleassign ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx assign3 (line 4) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3 (line 4) ... ok assign3_int (line 58) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_int (line 58) ... ok assign3_mixed1 (line 67) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_mixed1 (line 67) ... ok assign3_mixed2 (line 76) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_mixed2 (line 76) ... ok assign3_mixed3 (line 85) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_mixed3 (line 85) ... ok assign3_typed (line 23) (tupleassign.__test__) Doctest: tupleassign.__test__.assign3_typed (line 23) ... ok test_overwrite (line 99) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite (line 99) ... ok test_overwrite_int (line 113) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite_int (line 113) ... ok test_overwrite_mixed (line 128) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite_mixed (line 128) ... ok test_overwrite_mixed2 (line 143) (tupleassign.__test__) Doctest: tupleassign.__test__.test_overwrite_mixed2 (line 143) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tuplereassign ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 17) (tuplereassign.__test__) Doctest: tuplereassign.__test__.test (line 17) ... ok test1 (line 1) (tuplereassign.__test__) Doctest: tuplereassign.__test__.test1 (line 1) ... ok test3 (line 9) (tuplereassign.__test__) Doctest: tuplereassign.__test__.test3 (line 9) ... ok testnonsense (line 25) (tuplereassign.__test__) Doctest: tuplereassign.__test__.testnonsense (line 25) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tuplereassign ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 17) (tuplereassign.__test__) Doctest: tuplereassign.__test__.test (line 17) ... ok test1 (line 1) (tuplereassign.__test__) Doctest: tuplereassign.__test__.test1 (line 1) ... ok test3 (line 9) (tuplereassign.__test__) Doctest: tuplereassign.__test__.test3 (line 9) ... ok testnonsense (line 25) (tuplereassign.__test__) Doctest: tuplereassign.__test__.testnonsense (line 25) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tupleunpack_T298 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx tupleunpack_T298 () Doctest: tupleunpack_T298 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tupleunpack_T298 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx tupleunpack_T298 () Doctest: tupleunpack_T298 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running tupleunpack_T712 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx single_from_set (line 12) (tupleunpack_T712.__test__) Doctest: tupleunpack_T712.__test__.single_from_set (line 12) ... ok single_from_string (line 4) (tupleunpack_T712.__test__) Doctest: tupleunpack_T712.__test__.single_from_string (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running tupleunpack_T712 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx single_from_set (line 12) (tupleunpack_T712.__test__) Doctest: tupleunpack_T712.__test__.single_from_set (line 12) ... ok single_from_string (line 4) (tupleunpack_T712.__test__) Doctest: tupleunpack_T712.__test__.single_from_string (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running type_inference ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx InferInProperties (type_inference) Doctest: type_inference.InferInProperties ... ok args_tuple_keywords (line 526) (type_inference.__test__) Doctest: type_inference.__test__.args_tuple_keywords (line 526) ... ok args_tuple_keywords_reassign_pyobjects (line 545) (type_inference.__test__) Doctest: type_inference.__test__.args_tuple_keywords_reassign_pyobjects (line 545) ... ok args_tuple_keywords_reassign_same (line 534) (type_inference.__test__) Doctest: type_inference.__test__.args_tuple_keywords_reassign_same (line 534) ... ok arithmetic (line 150) (type_inference.__test__) Doctest: type_inference.__test__.arithmetic (line 150) ... ok builtin_functions (line 242) (type_inference.__test__) Doctest: type_inference.__test__.builtin_functions (line 242) ... ok builtin_type_methods (line 220) (type_inference.__test__) Doctest: type_inference.__test__.builtin_type_methods (line 220) ... ok builtin_type_operations (line 184) (type_inference.__test__) Doctest: type_inference.__test__.builtin_type_operations (line 184) ... ok builtin_types (line 40) (type_inference.__test__) Doctest: type_inference.__test__.builtin_types (line 40) ... ok c_functions (line 234) (type_inference.__test__) Doctest: type_inference.__test__.c_functions (line 234) ... ok cascade (line 260) (type_inference.__test__) Doctest: type_inference.__test__.cascade (line 260) ... ok common_extension_type_base (line 571) (type_inference.__test__) Doctest: type_inference.__test__.common_extension_type_base (line 571) ... ok conditional (line 402) (type_inference.__test__) Doctest: type_inference.__test__.conditional (line 402) ... ok const_types (line 516) (type_inference.__test__) Doctest: type_inference.__test__.const_types (line 516) ... ok constructor_call (line 593) (type_inference.__test__) Doctest: type_inference.__test__.constructor_call (line 593) ... ok double_inference (line 419) (type_inference.__test__) Doctest: type_inference.__test__.double_inference (line 419) ... ok double_loop (line 441) (type_inference.__test__) Doctest: type_inference.__test__.double_loop (line 441) ... ok increment (line 281) (type_inference.__test__) Doctest: type_inference.__test__.increment (line 281) ... ok indexing (line 92) (type_inference.__test__) Doctest: type_inference.__test__.indexing (line 92) ... ok large_literals (line 602) (type_inference.__test__) Doctest: type_inference.__test__.large_literals (line 602) ... ok loop (line 289) (type_inference.__test__) Doctest: type_inference.__test__.loop (line 289) ... ok loop_over_bytes (line 329) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_bytes (line 329) ... ok loop_over_bytes_literal (line 320) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_bytes_literal (line 320) ... ok loop_over_charptr (line 310) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_charptr (line 310) ... ok loop_over_int_array (line 372) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_int_array (line 372) ... ok loop_over_str (line 340) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_str (line 340) ... ok loop_over_struct_ptr (line 385) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_struct_ptr (line 385) ... ok loop_over_unicode (line 351) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_unicode (line 351) ... ok loop_over_unicode_literal (line 362) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_unicode_literal (line 362) ... ok multiple_assignments (line 133) (type_inference.__test__) Doctest: type_inference.__test__.multiple_assignments (line 133) ... ok ptr_types (line 500) (type_inference.__test__) Doctest: type_inference.__test__.ptr_types (line 500) ... ok safe_c_functions (line 491) (type_inference.__test__) Doctest: type_inference.__test__.safe_c_functions (line 491) ... ok safe_only (line 453) (type_inference.__test__) Doctest: type_inference.__test__.safe_only (line 453) ... ok simple (line 15) (type_inference.__test__) Doctest: type_inference.__test__.simple (line 15) ... ok slicing (line 57) (type_inference.__test__) Doctest: type_inference.__test__.slicing (line 57) ... ok test_int_typedef_inference (line 685) (type_inference.__test__) Doctest: type_inference.__test__.test_int_typedef_inference (line 685) ... ok unary_operators (line 166) (type_inference.__test__) Doctest: type_inference.__test__.unary_operators (line 166) ... ok with_statement (line 622) (type_inference.__test__) Doctest: type_inference.__test__.with_statement (line 622) ... ok with_statement_typed (line 641) (type_inference.__test__) Doctest: type_inference.__test__.with_statement_typed (line 641) ... ok with_statement_untyped (line 654) (type_inference.__test__) Doctest: type_inference.__test__.with_statement_untyped (line 654) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running type_inference ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx InferInProperties (type_inference) Doctest: type_inference.InferInProperties ... ok args_tuple_keywords (line 526) (type_inference.__test__) Doctest: type_inference.__test__.args_tuple_keywords (line 526) ... ok args_tuple_keywords_reassign_pyobjects (line 545) (type_inference.__test__) Doctest: type_inference.__test__.args_tuple_keywords_reassign_pyobjects (line 545) ... ok args_tuple_keywords_reassign_same (line 534) (type_inference.__test__) Doctest: type_inference.__test__.args_tuple_keywords_reassign_same (line 534) ... ok arithmetic (line 150) (type_inference.__test__) Doctest: type_inference.__test__.arithmetic (line 150) ... ok builtin_functions (line 242) (type_inference.__test__) Doctest: type_inference.__test__.builtin_functions (line 242) ... ok builtin_type_methods (line 220) (type_inference.__test__) Doctest: type_inference.__test__.builtin_type_methods (line 220) ... ok builtin_type_operations (line 184) (type_inference.__test__) Doctest: type_inference.__test__.builtin_type_operations (line 184) ... ok builtin_types (line 40) (type_inference.__test__) Doctest: type_inference.__test__.builtin_types (line 40) ... ok c_functions (line 234) (type_inference.__test__) Doctest: type_inference.__test__.c_functions (line 234) ... ok cascade (line 260) (type_inference.__test__) Doctest: type_inference.__test__.cascade (line 260) ... ok common_extension_type_base (line 571) (type_inference.__test__) Doctest: type_inference.__test__.common_extension_type_base (line 571) ... ok conditional (line 402) (type_inference.__test__) Doctest: type_inference.__test__.conditional (line 402) ... ok const_types (line 516) (type_inference.__test__) Doctest: type_inference.__test__.const_types (line 516) ... ok constructor_call (line 593) (type_inference.__test__) Doctest: type_inference.__test__.constructor_call (line 593) ... ok double_inference (line 419) (type_inference.__test__) Doctest: type_inference.__test__.double_inference (line 419) ... ok double_loop (line 441) (type_inference.__test__) Doctest: type_inference.__test__.double_loop (line 441) ... ok increment (line 281) (type_inference.__test__) Doctest: type_inference.__test__.increment (line 281) ... ok indexing (line 92) (type_inference.__test__) Doctest: type_inference.__test__.indexing (line 92) ... ok large_literals (line 602) (type_inference.__test__) Doctest: type_inference.__test__.large_literals (line 602) ... ok loop (line 289) (type_inference.__test__) Doctest: type_inference.__test__.loop (line 289) ... ok loop_over_bytes (line 329) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_bytes (line 329) ... ok loop_over_bytes_literal (line 320) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_bytes_literal (line 320) ... ok loop_over_charptr (line 310) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_charptr (line 310) ... ok loop_over_int_array (line 372) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_int_array (line 372) ... ok loop_over_str (line 340) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_str (line 340) ... ok loop_over_struct_ptr (line 385) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_struct_ptr (line 385) ... ok loop_over_unicode (line 351) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_unicode (line 351) ... ok loop_over_unicode_literal (line 362) (type_inference.__test__) Doctest: type_inference.__test__.loop_over_unicode_literal (line 362) ... ok multiple_assignments (line 133) (type_inference.__test__) Doctest: type_inference.__test__.multiple_assignments (line 133) ... ok ptr_types (line 500) (type_inference.__test__) Doctest: type_inference.__test__.ptr_types (line 500) ... ok safe_c_functions (line 491) (type_inference.__test__) Doctest: type_inference.__test__.safe_c_functions (line 491) ... ok safe_only (line 453) (type_inference.__test__) Doctest: type_inference.__test__.safe_only (line 453) ... ok simple (line 15) (type_inference.__test__) Doctest: type_inference.__test__.simple (line 15) ... ok slicing (line 57) (type_inference.__test__) Doctest: type_inference.__test__.slicing (line 57) ... ok test_int_typedef_inference (line 685) (type_inference.__test__) Doctest: type_inference.__test__.test_int_typedef_inference (line 685) ... ok unary_operators (line 166) (type_inference.__test__) Doctest: type_inference.__test__.unary_operators (line 166) ... ok with_statement (line 622) (type_inference.__test__) Doctest: type_inference.__test__.with_statement (line 622) ... ok with_statement_typed (line 641) (type_inference.__test__) Doctest: type_inference.__test__.with_statement_typed (line 641) ... ok with_statement_untyped (line 654) (type_inference.__test__) Doctest: type_inference.__test__.with_statement_untyped (line 654) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running type_inference_T768 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx type_inference_del_dict (line 14) (type_inference_T768.__test__) Doctest: type_inference_T768.__test__.type_inference_del_dict (line 14) ... ok type_inference_del_int (line 5) (type_inference_T768.__test__) Doctest: type_inference_T768.__test__.type_inference_del_int (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running type_inference_T768 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx type_inference_del_dict (line 14) (type_inference_T768.__test__) Doctest: type_inference_T768.__test__.type_inference_del_dict (line 14) ... ok type_inference_del_int (line 5) (type_inference_T768.__test__) Doctest: type_inference_T768.__test__.type_inference_del_int (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running type_inference_T768_cpp ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx type_inference_del_cpp (line 14) (type_inference_T768_cpp.__test__) Doctest: type_inference_T768_cpp.__test__.type_inference_del_cpp (line 14) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running type_inference_new ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_cf_loop_intermediate (line 122) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_cf_loop_intermediate (line 122) ... ok test_double_vs_pyobject (line 78) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_double_vs_pyobject (line 78) ... ok test_inplace_assignment (line 39) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_inplace_assignment (line 39) ... ok test_integer_overflow (line 135) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_integer_overflow (line 135) ... ok test_long_vs_double (line 60) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_long_vs_double (line 60) ... ok test_object_assmt (line 19) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_object_assmt (line 19) ... ok test_python_objects (line 93) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_python_objects (line 93) ... ok test_reassignment (line 50) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_reassignment (line 50) ... ok test_swap (line 6) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_swap (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running type_inference_new ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_cf_loop_intermediate (line 122) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_cf_loop_intermediate (line 122) ... ok test_double_vs_pyobject (line 78) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_double_vs_pyobject (line 78) ... ok test_inplace_assignment (line 39) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_inplace_assignment (line 39) ... ok test_integer_overflow (line 135) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_integer_overflow (line 135) ... ok test_long_vs_double (line 60) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_long_vs_double (line 60) ... ok test_object_assmt (line 19) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_object_assmt (line 19) ... ok test_python_objects (line 93) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_python_objects (line 93) ... ok test_reassignment (line 50) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_reassignment (line 50) ... ok test_swap (line 6) (type_inference_new.__test__) Doctest: type_inference_new.__test__.test_swap (line 6) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running type_slots_int_long_T287 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx type_slots_int_long_T287 () Doctest: type_slots_int_long_T287 ... ok getint (line 16) (type_slots_int_long_T287.__test__) Doctest: type_slots_int_long_T287.__test__.getint (line 16) ... ok getlong (line 29) (type_slots_int_long_T287.__test__) Doctest: type_slots_int_long_T287.__test__.getlong (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running type_slots_int_long_T287 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx type_slots_int_long_T287 () Doctest: type_slots_int_long_T287 ... ok getint (line 16) (type_slots_int_long_T287.__test__) Doctest: type_slots_int_long_T287.__test__.getint (line 16) ... ok getlong (line 29) (type_slots_int_long_T287.__test__) Doctest: type_slots_int_long_T287.__test__.getlong (line 29) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running type_slots_nonzero_bool ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx type_slots_nonzero_bool () Doctest: type_slots_nonzero_bool ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running type_slots_nonzero_bool ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx type_slots_nonzero_bool () Doctest: type_slots_nonzero_bool ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running typed_slice ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx slice_charp (line 186) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_charp (line 186) ... ok slice_charp_repeat (line 196) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_charp_repeat (line 196) ... ok slice_list (line 4) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list (line 4) ... ok slice_list_assign (line 172) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_assign (line 172) ... ok slice_list_assign_list (line 150) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_assign_list (line 150) ... ok slice_list_assign_tuple (line 161) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_assign_tuple (line 161) ... ok slice_list_copy (line 71) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_copy (line 71) ... ok slice_list_start (line 25) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_start (line 25) ... ok slice_list_stop (line 47) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_stop (line 47) ... ok slice_tuple (line 91) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple (line 91) ... ok slice_tuple_copy (line 81) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple_copy (line 81) ... ok slice_tuple_start (line 113) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple_start (line 113) ... ok slice_tuple_stop (line 132) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple_stop (line 132) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running typed_slice ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx slice_charp (line 186) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_charp (line 186) ... ok slice_charp_repeat (line 196) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_charp_repeat (line 196) ... ok slice_list (line 4) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list (line 4) ... ok slice_list_assign (line 172) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_assign (line 172) ... ok slice_list_assign_list (line 150) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_assign_list (line 150) ... ok slice_list_assign_tuple (line 161) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_assign_tuple (line 161) ... ok slice_list_copy (line 71) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_copy (line 71) ... ok slice_list_start (line 25) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_start (line 25) ... ok slice_list_stop (line 47) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_list_stop (line 47) ... ok slice_tuple (line 91) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple (line 91) ... ok slice_tuple_copy (line 81) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple_copy (line 81) ... ok slice_tuple_start (line 113) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple_start (line 113) ... ok slice_tuple_stop (line 132) (typed_slice.__test__) Doctest: typed_slice.__test__.slice_tuple_stop (line 132) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running typeddefaultargT373 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx MyClass (typeddefaultargT373) Doctest: typeddefaultargT373.MyClass ... ok MyOtherClass (typeddefaultargT373) Doctest: typeddefaultargT373.MyOtherClass ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running typeddefaultargT373 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx MyClass (typeddefaultargT373) Doctest: typeddefaultargT373.MyClass ... ok MyOtherClass (typeddefaultargT373) Doctest: typeddefaultargT373.MyOtherClass ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running typedfieldbug_T303 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx typedfieldbug_T303 () Doctest: typedfieldbug_T303 ... ok f (line 38) (typedfieldbug_T303.__test__) Doctest: typedfieldbug_T303.__test__.f (line 38) ... ok global_vars (line 28) (typedfieldbug_T303.__test__) Doctest: typedfieldbug_T303.__test__.global_vars (line 28) ... ok longdouble_access (line 48) (typedfieldbug_T303.__test__) Doctest: typedfieldbug_T303.__test__.longdouble_access (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running typedfieldbug_T303 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx typedfieldbug_T303 () Doctest: typedfieldbug_T303 ... ok f (line 38) (typedfieldbug_T303.__test__) Doctest: typedfieldbug_T303.__test__.f (line 38) ... ok global_vars (line 28) (typedfieldbug_T303.__test__) Doctest: typedfieldbug_T303.__test__.global_vars (line 28) ... ok longdouble_access (line 48) (typedfieldbug_T303.__test__) Doctest: typedfieldbug_T303.__test__.longdouble_access (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running typeof ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx expression (line 45) (typeof.__test__) Doctest: typeof.__test__.expression (line 45) ... ok simple (line 13) (typeof.__test__) Doctest: typeof.__test__.simple (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running typeof ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx expression (line 45) (typeof.__test__) Doctest: typeof.__test__.expression (line 45) ... ok simple (line 13) (typeof.__test__) Doctest: typeof.__test__.simple (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running typeofexttype ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 9) (typeofexttype.__test__) Doctest: typeofexttype.__test__.test (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running typeofexttype ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 9) (typeofexttype.__test__) Doctest: typeofexttype.__test__.test (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running typetest_T417 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx attribute_access (line 60) (typetest_T417.__test__) Doctest: typetest_T417.__test__.attribute_access (line 60) ... ok foo1 (line 15) (typetest_T417.__test__) Doctest: typetest_T417.__test__.foo1 (line 15) ... ok foo2 (line 25) (typetest_T417.__test__) Doctest: typetest_T417.__test__.foo2 (line 25) ... ok foo3 (line 41) (typetest_T417.__test__) Doctest: typetest_T417.__test__.foo3 (line 41) ... ok test_builtin_typecheck_cast (line 105) (typetest_T417.__test__) Doctest: typetest_T417.__test__.test_builtin_typecheck_cast (line 105) ... ok test_getFoo (line 87) (typetest_T417.__test__) Doctest: typetest_T417.__test__.test_getFoo (line 87) ... ok test_getFooCast (line 96) (typetest_T417.__test__) Doctest: typetest_T417.__test__.test_getFooCast (line 96) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running typetest_T417 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx attribute_access (line 60) (typetest_T417.__test__) Doctest: typetest_T417.__test__.attribute_access (line 60) ... ok foo1 (line 15) (typetest_T417.__test__) Doctest: typetest_T417.__test__.foo1 (line 15) ... ok foo2 (line 25) (typetest_T417.__test__) Doctest: typetest_T417.__test__.foo2 (line 25) ... ok foo3 (line 41) (typetest_T417.__test__) Doctest: typetest_T417.__test__.foo3 (line 41) ... ok test_builtin_typecheck_cast (line 105) (typetest_T417.__test__) Doctest: typetest_T417.__test__.test_builtin_typecheck_cast (line 105) ... ok test_getFoo (line 87) (typetest_T417.__test__) Doctest: typetest_T417.__test__.test_getFoo (line 87) ... ok test_getFooCast (line 96) (typetest_T417.__test__) Doctest: typetest_T417.__test__.test_getFooCast (line 96) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unbound_builtin_methods ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx list_insert (line 2) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_insert (line 2) ... ok list_insert_assigned (line 21) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_insert_assigned (line 21) ... ok list_insert_literal (line 11) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_insert_literal (line 11) ... ok list_pop (line 32) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_pop (line 32) ... ok list_pop_assigned (line 42) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_pop_assigned (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unbound_builtin_methods ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx list_insert (line 2) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_insert (line 2) ... ok list_insert_assigned (line 21) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_insert_assigned (line 21) ... ok list_insert_literal (line 11) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_insert_literal (line 11) ... ok list_pop (line 32) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_pop (line 32) ... ok list_pop_assigned (line 42) (unbound_builtin_methods.__test__) Doctest: unbound_builtin_methods.__test__.list_pop_assigned (line 42) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unbound_special_methods ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx UnicodeSubclass (unbound_special_methods) Doctest: unbound_special_methods.UnicodeSubclass ... ok unicode_contains (line 15) (unbound_special_methods.__test__) Doctest: unbound_special_methods.__test__.unicode_contains (line 15) ... ok unicode_contains_unbound (line 33) (unbound_special_methods.__test__) Doctest: unbound_special_methods.__test__.unicode_contains_unbound (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unbound_special_methods ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx UnicodeSubclass (unbound_special_methods) Doctest: unbound_special_methods.UnicodeSubclass ... ok unicode_contains (line 15) (unbound_special_methods.__test__) Doctest: unbound_special_methods.__test__.unicode_contains (line 15) ... ok unicode_contains_unbound (line 33) (unbound_special_methods.__test__) Doctest: unbound_special_methods.__test__.unicode_contains_unbound (line 33) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicode_ascii_auto_encoding ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx as_objects (line 16) (unicode_ascii_auto_encoding.__test__) Doctest: unicode_ascii_auto_encoding.__test__.as_objects (line 16) ... ok from_object (line 30) (unicode_ascii_auto_encoding.__test__) Doctest: unicode_ascii_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (unicode_ascii_auto_encoding.__test__) Doctest: unicode_ascii_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicode_ascii_auto_encoding ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx as_objects (line 16) (unicode_ascii_auto_encoding.__test__) Doctest: unicode_ascii_auto_encoding.__test__.as_objects (line 16) ... ok from_object (line 30) (unicode_ascii_auto_encoding.__test__) Doctest: unicode_ascii_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (unicode_ascii_auto_encoding.__test__) Doctest: unicode_ascii_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicode_default_auto_encoding ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx as_objects (line 16) (unicode_default_auto_encoding.__test__) Doctest: unicode_default_auto_encoding.__test__.as_objects (line 16) ... ok from_object (line 30) (unicode_default_auto_encoding.__test__) Doctest: unicode_default_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (unicode_default_auto_encoding.__test__) Doctest: unicode_default_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicode_default_auto_encoding ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx as_objects (line 16) (unicode_default_auto_encoding.__test__) Doctest: unicode_default_auto_encoding.__test__.as_objects (line 16) ... ok from_object (line 30) (unicode_default_auto_encoding.__test__) Doctest: unicode_default_auto_encoding.__test__.from_object (line 30) ... ok slice_as_objects (line 41) (unicode_default_auto_encoding.__test__) Doctest: unicode_default_auto_encoding.__test__.slice_as_objects (line 41) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicode_indexing ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx index_add (line 234) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_add (line 234) ... ok index_compare (line 168) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_compare (line 168) ... ok index_compare_string (line 190) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_compare_string (line 190) ... ok index_concat_loop (line 248) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_concat_loop (line 248) ... ok index_join_loop (line 264) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_join_loop (line 264) ... ok index_literal (line 53) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal (line 53) ... ok index_literal_pyunicode_cast (line 73) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal_pyunicode_cast (line 73) ... ok index_literal_pyunicode_coerce (line 93) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal_pyunicode_coerce (line 93) ... ok index_literal_pyunicode_coerce_no_check (line 114) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal_pyunicode_coerce_no_check (line 114) ... ok index_multiply (line 219) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_multiply (line 219) ... ok index_no_boundscheck (line 133) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_no_boundscheck (line 133) ... ok index_pyindex (line 31) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_pyindex (line 31) ... ok unsigned_index_no_boundscheck (line 153) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.unsigned_index_no_boundscheck (line 153) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicode_indexing ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx index_add (line 234) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_add (line 234) ... ok index_compare (line 168) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_compare (line 168) ... ok index_compare_string (line 190) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_compare_string (line 190) ... ok index_concat_loop (line 248) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_concat_loop (line 248) ... ok index_join_loop (line 264) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_join_loop (line 264) ... ok index_literal (line 53) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal (line 53) ... ok index_literal_pyunicode_cast (line 73) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal_pyunicode_cast (line 73) ... ok index_literal_pyunicode_coerce (line 93) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal_pyunicode_coerce (line 93) ... ok index_literal_pyunicode_coerce_no_check (line 114) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_literal_pyunicode_coerce_no_check (line 114) ... ok index_multiply (line 219) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_multiply (line 219) ... ok index_no_boundscheck (line 133) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_no_boundscheck (line 133) ... ok index_pyindex (line 31) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.index_pyindex (line 31) ... ok unsigned_index_no_boundscheck (line 153) (unicode_indexing.__test__) Doctest: unicode_indexing.__test__.unsigned_index_no_boundscheck (line 153) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicode_kwargs ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx accept_kwargs (line 14) (unicode_kwargs.__test__) Doctest: unicode_kwargs.__test__.accept_kwargs (line 14) ... ok unexpected_kwarg (line 47) (unicode_kwargs.__test__) Doctest: unicode_kwargs.__test__.unexpected_kwarg (line 47) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicode_kwargs ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx accept_kwargs (line 14) (unicode_kwargs.__test__) Doctest: unicode_kwargs.__test__.accept_kwargs (line 14) ... ok unexpected_kwarg (line 47) (unicode_kwargs.__test__) Doctest: unicode_kwargs.__test__.unexpected_kwarg (line 47) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicode_slicing ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicode_slicing () Doctest: unicode_slicing ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicode_slicing ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicode_slicing () Doctest: unicode_slicing ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicodeencode ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeencode () Doctest: unicodeencode ... ok ascii_replace (line 73) (unicodeencode.__test__) Doctest: unicodeencode.__test__.ascii_replace (line 73) ... ok cp850_strict (line 82) (unicodeencode.__test__) Doctest: unicodeencode.__test__.cp850_strict (line 82) ... ok default (line 16) (unicodeencode.__test__) Doctest: unicodeencode.__test__.default (line 16) ... ok encode_non_constant (line 23) (unicodeencode.__test__) Doctest: unicodeencode.__test__.encode_non_constant (line 23) ... ok latin1 (line 92) (unicodeencode.__test__) Doctest: unicodeencode.__test__.latin1 (line 92) ... ok latin1_constant (line 102) (unicodeencode.__test__) Doctest: unicodeencode.__test__.latin1_constant (line 102) ... ok utf8 (line 33) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8 (line 33) ... ok utf8_bytes_strict (line 63) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8_bytes_strict (line 63) ... ok utf8_str_strict (line 53) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8_str_strict (line 53) ... ok utf8_strict (line 43) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8_strict (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicodeencode ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeencode () Doctest: unicodeencode ... ok ascii_replace (line 73) (unicodeencode.__test__) Doctest: unicodeencode.__test__.ascii_replace (line 73) ... ok cp850_strict (line 82) (unicodeencode.__test__) Doctest: unicodeencode.__test__.cp850_strict (line 82) ... ok default (line 16) (unicodeencode.__test__) Doctest: unicodeencode.__test__.default (line 16) ... ok encode_non_constant (line 23) (unicodeencode.__test__) Doctest: unicodeencode.__test__.encode_non_constant (line 23) ... ok latin1 (line 92) (unicodeencode.__test__) Doctest: unicodeencode.__test__.latin1 (line 92) ... ok latin1_constant (line 102) (unicodeencode.__test__) Doctest: unicodeencode.__test__.latin1_constant (line 102) ... ok utf8 (line 33) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8 (line 33) ... ok utf8_bytes_strict (line 63) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8_bytes_strict (line 63) ... ok utf8_str_strict (line 53) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8_str_strict (line 53) ... ok utf8_strict (line 43) (unicodeencode.__test__) Doctest: unicodeencode.__test__.utf8_strict (line 43) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicodefunction ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodefunction () Doctest: unicodefunction ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicodefunction ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodefunction () Doctest: unicodefunction ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicodeliterals ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeliterals () Doctest: unicodeliterals ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicodeliterals ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeliterals () Doctest: unicodeliterals ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicodeliteralsdefault ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeliteralsdefault () Doctest: unicodeliteralsdefault ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicodeliteralsdefault ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeliteralsdefault () Doctest: unicodeliteralsdefault ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicodeliteralslatin1 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeliteralslatin1 () Doctest: unicodeliteralslatin1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicodeliteralslatin1 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unicodeliteralslatin1 () Doctest: unicodeliteralslatin1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unicodemethods ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx concat (line 461) (unicodemethods.__test__) Doctest: unicodemethods.__test__.concat (line 461) ... ok concat_literal_str (line 483) (unicodemethods.__test__) Doctest: unicodemethods.__test__.concat_literal_str (line 483) ... ok concat_literal_unicode (line 496) (unicodemethods.__test__) Doctest: unicodemethods.__test__.concat_literal_unicode (line 496) ... ok count (line 630) (unicodemethods.__test__) Doctest: unicodemethods.__test__.count (line 630) ... ok count_start_end (line 645) (unicodemethods.__test__) Doctest: unicodemethods.__test__.count_start_end (line 645) ... ok endswith (line 357) (unicodemethods.__test__) Doctest: unicodemethods.__test__.endswith (line 357) ... ok endswith_start_end (line 388) (unicodemethods.__test__) Doctest: unicodemethods.__test__.endswith_start_end (line 388) ... ok find (line 562) (unicodemethods.__test__) Doctest: unicodemethods.__test__.find (line 562) ... ok find_start_end (line 577) (unicodemethods.__test__) Doctest: unicodemethods.__test__.find_start_end (line 577) ... ok in_test (line 425) (unicodemethods.__test__) Doctest: unicodemethods.__test__.in_test (line 425) ... ok join (line 191) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join (line 191) ... ok join_sep (line 211) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_sep (line 211) ... ok join_sep_genexpr (line 235) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_sep_genexpr (line 235) ... ok join_sep_genexpr_dictiter (line 258) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_sep_genexpr_dictiter (line 258) ... ok join_unbound (line 275) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_unbound (line 275) ... ok mod_format (line 510) (unicodemethods.__test__) Doctest: unicodemethods.__test__.mod_format (line 510) ... ok mod_format_literal (line 529) (unicodemethods.__test__) Doctest: unicodemethods.__test__.mod_format_literal (line 529) ... ok mod_format_tuple (line 542) (unicodemethods.__test__) Doctest: unicodemethods.__test__.mod_format_tuple (line 542) ... ok replace (line 667) (unicodemethods.__test__) Doctest: unicodemethods.__test__.replace (line 667) ... ok replace_maxcount (line 681) (unicodemethods.__test__) Doctest: unicodemethods.__test__.replace_maxcount (line 681) ... ok rfind (line 596) (unicodemethods.__test__) Doctest: unicodemethods.__test__.rfind (line 596) ... ok rfind_start_end (line 611) (unicodemethods.__test__) Doctest: unicodemethods.__test__.rfind_start_end (line 611) ... ok split (line 29) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split (line 29) ... ok split_sep (line 54) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split_sep (line 54) ... ok split_sep_max (line 73) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split_sep_max (line 73) ... ok split_sep_max_int (line 89) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split_sep_max_int (line 89) ... ok splitlines (line 105) (unicodemethods.__test__) Doctest: unicodemethods.__test__.splitlines (line 105) ... ok splitlines_keep (line 124) (unicodemethods.__test__) Doctest: unicodemethods.__test__.splitlines_keep (line 124) ... ok splitlines_keep_bint (line 150) (unicodemethods.__test__) Doctest: unicodemethods.__test__.splitlines_keep_bint (line 150) ... ok startswith (line 297) (unicodemethods.__test__) Doctest: unicodemethods.__test__.startswith (line 297) ... ok startswith_start_end (line 328) (unicodemethods.__test__) Doctest: unicodemethods.__test__.startswith_start_end (line 328) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unicodemethods ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx concat (line 461) (unicodemethods.__test__) Doctest: unicodemethods.__test__.concat (line 461) ... ok concat_literal_str (line 483) (unicodemethods.__test__) Doctest: unicodemethods.__test__.concat_literal_str (line 483) ... ok concat_literal_unicode (line 496) (unicodemethods.__test__) Doctest: unicodemethods.__test__.concat_literal_unicode (line 496) ... ok count (line 630) (unicodemethods.__test__) Doctest: unicodemethods.__test__.count (line 630) ... ok count_start_end (line 645) (unicodemethods.__test__) Doctest: unicodemethods.__test__.count_start_end (line 645) ... ok endswith (line 357) (unicodemethods.__test__) Doctest: unicodemethods.__test__.endswith (line 357) ... ok endswith_start_end (line 388) (unicodemethods.__test__) Doctest: unicodemethods.__test__.endswith_start_end (line 388) ... ok find (line 562) (unicodemethods.__test__) Doctest: unicodemethods.__test__.find (line 562) ... ok find_start_end (line 577) (unicodemethods.__test__) Doctest: unicodemethods.__test__.find_start_end (line 577) ... ok in_test (line 425) (unicodemethods.__test__) Doctest: unicodemethods.__test__.in_test (line 425) ... ok join (line 191) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join (line 191) ... ok join_sep (line 211) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_sep (line 211) ... ok join_sep_genexpr (line 235) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_sep_genexpr (line 235) ... ok join_sep_genexpr_dictiter (line 258) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_sep_genexpr_dictiter (line 258) ... ok join_unbound (line 275) (unicodemethods.__test__) Doctest: unicodemethods.__test__.join_unbound (line 275) ... ok mod_format (line 510) (unicodemethods.__test__) Doctest: unicodemethods.__test__.mod_format (line 510) ... ok mod_format_literal (line 529) (unicodemethods.__test__) Doctest: unicodemethods.__test__.mod_format_literal (line 529) ... ok mod_format_tuple (line 542) (unicodemethods.__test__) Doctest: unicodemethods.__test__.mod_format_tuple (line 542) ... ok replace (line 667) (unicodemethods.__test__) Doctest: unicodemethods.__test__.replace (line 667) ... ok replace_maxcount (line 681) (unicodemethods.__test__) Doctest: unicodemethods.__test__.replace_maxcount (line 681) ... ok rfind (line 596) (unicodemethods.__test__) Doctest: unicodemethods.__test__.rfind (line 596) ... ok rfind_start_end (line 611) (unicodemethods.__test__) Doctest: unicodemethods.__test__.rfind_start_end (line 611) ... ok split (line 29) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split (line 29) ... ok split_sep (line 54) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split_sep (line 54) ... ok split_sep_max (line 73) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split_sep_max (line 73) ... ok split_sep_max_int (line 89) (unicodemethods.__test__) Doctest: unicodemethods.__test__.split_sep_max_int (line 89) ... ok splitlines (line 105) (unicodemethods.__test__) Doctest: unicodemethods.__test__.splitlines (line 105) ... ok splitlines_keep (line 124) (unicodemethods.__test__) Doctest: unicodemethods.__test__.splitlines_keep (line 124) ... ok splitlines_keep_bint (line 150) (unicodemethods.__test__) Doctest: unicodemethods.__test__.splitlines_keep_bint (line 150) ... ok startswith (line 297) (unicodemethods.__test__) Doctest: unicodemethods.__test__.startswith (line 297) ... ok startswith_start_end (line 328) (unicodemethods.__test__) Doctest: unicodemethods.__test__.startswith_start_end (line 328) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running uninitialized ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx conditional (line 4) (uninitialized.__test__) Doctest: uninitialized.__test__.conditional (line 4) ... ok deleted (line 62) (uninitialized.__test__) Doctest: uninitialized.__test__.deleted (line 62) ... ok inside_loop (line 17) (uninitialized.__test__) Doctest: uninitialized.__test__.inside_loop (line 17) ... ok test_class (line 119) (uninitialized.__test__) Doctest: uninitialized.__test__.test_class (line 119) ... ok test_expression_calculation_order_bug (line 168) (uninitialized.__test__) Doctest: uninitialized.__test__.test_expression_calculation_order_bug (line 168) ... ok test_inner (line 104) (uninitialized.__test__) Doctest: uninitialized.__test__.test_inner (line 104) ... ok test_nested (line 76) (uninitialized.__test__) Doctest: uninitialized.__test__.test_nested (line 76) ... ok test_outer (line 89) (uninitialized.__test__) Doctest: uninitialized.__test__.test_outer (line 89) ... ok test_try_except_regression (line 134) (uninitialized.__test__) Doctest: uninitialized.__test__.test_try_except_regression (line 134) ... ok test_try_finally_regression (line 151) (uninitialized.__test__) Doctest: uninitialized.__test__.test_try_finally_regression (line 151) ... ok try_except (line 30) (uninitialized.__test__) Doctest: uninitialized.__test__.try_except (line 30) ... ok try_finally (line 46) (uninitialized.__test__) Doctest: uninitialized.__test__.try_finally (line 46) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running uninitialized ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx conditional (line 4) (uninitialized.__test__) Doctest: uninitialized.__test__.conditional (line 4) ... ok deleted (line 62) (uninitialized.__test__) Doctest: uninitialized.__test__.deleted (line 62) ... ok inside_loop (line 17) (uninitialized.__test__) Doctest: uninitialized.__test__.inside_loop (line 17) ... ok test_class (line 119) (uninitialized.__test__) Doctest: uninitialized.__test__.test_class (line 119) ... ok test_expression_calculation_order_bug (line 168) (uninitialized.__test__) Doctest: uninitialized.__test__.test_expression_calculation_order_bug (line 168) ... ok test_inner (line 104) (uninitialized.__test__) Doctest: uninitialized.__test__.test_inner (line 104) ... ok test_nested (line 76) (uninitialized.__test__) Doctest: uninitialized.__test__.test_nested (line 76) ... ok test_outer (line 89) (uninitialized.__test__) Doctest: uninitialized.__test__.test_outer (line 89) ... ok test_try_except_regression (line 134) (uninitialized.__test__) Doctest: uninitialized.__test__.test_try_except_regression (line 134) ... ok test_try_finally_regression (line 151) (uninitialized.__test__) Doctest: uninitialized.__test__.test_try_finally_regression (line 151) ... ok try_except (line 30) (uninitialized.__test__) Doctest: uninitialized.__test__.try_except (line 30) ... ok try_finally (line 46) (uninitialized.__test__) Doctest: uninitialized.__test__.try_finally (line 46) ... ok run (__main__.PureDoctestTestCase) running pure doctests in uninitialized ... conditional (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.conditional ... ok deleted (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.deleted ... ok inside_loop (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.inside_loop ... ok test_class (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.test_class ... ok test_expression_calculation_order_bug (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.test_expression_calculation_order_bug ... ok test_inner (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.test_inner ... ok test_nested (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.test_nested ... ok test_outer (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.test_outer ... ok test_try_except_regression (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.test_try_except_regression ... ok test_try_finally_regression (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.test_try_finally_regression ... ok try_except (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.try_except ... ok try_finally (pure_doctest__uninitialized) Doctest: pure_doctest__uninitialized.try_finally ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unop ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx f (line 1) (unop.__test__) Doctest: unop.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unop ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx f (line 1) (unop.__test__) Doctest: unop.__test__.f (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unop_extras ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx increment_decrement (line 15) (unop_extras.__test__) Doctest: unop_extras.__test__.increment_decrement (line 15) ... ok test_deref (line 5) (unop_extras.__test__) Doctest: unop_extras.__test__.test_deref (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unop_extras ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx increment_decrement (line 15) (unop_extras.__test__) Doctest: unop_extras.__test__.increment_decrement (line 15) ... ok test_deref (line 5) (unop_extras.__test__) Doctest: unop_extras.__test__.test_deref (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unpack ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx failure_too_few (line 243) (unpack.__test__) Doctest: unpack.__test__.failure_too_few (line 243) ... ok failure_too_many (line 211) (unpack.__test__) Doctest: unpack.__test__.failure_too_many (line 211) ... ok failure_while_unpacking (line 280) (unpack.__test__) Doctest: unpack.__test__.failure_while_unpacking (line 280) ... ok kunterbunt (line 24) (unpack.__test__) Doctest: unpack.__test__.kunterbunt (line 24) ... ok unpack_fail_assignment (line 126) (unpack.__test__) Doctest: unpack.__test__.unpack_fail_assignment (line 126) ... ok unpack_list (line 51) (unpack.__test__) Doctest: unpack.__test__.unpack_list (line 51) ... ok unpack_literal_none_to_builtin_type (line 373) (unpack.__test__) Doctest: unpack.__test__.unpack_literal_none_to_builtin_type (line 373) ... ok unpack_literal_none_to_exttype (line 388) (unpack.__test__) Doctest: unpack.__test__.unpack_literal_none_to_exttype (line 388) ... ok unpack_many (line 320) (unpack.__test__) Doctest: unpack.__test__.unpack_many (line 320) ... ok unpack_many_int (line 353) (unpack.__test__) Doctest: unpack.__test__.unpack_many_int (line 353) ... ok unpack_many_list (line 344) (unpack.__test__) Doctest: unpack.__test__.unpack_many_list (line 344) ... ok unpack_many_tuple (line 335) (unpack.__test__) Doctest: unpack.__test__.unpack_many_tuple (line 335) ... ok unpack_partial (line 88) (unpack.__test__) Doctest: unpack.__test__.unpack_partial (line 88) ... ok unpack_partial_typed (line 150) (unpack.__test__) Doctest: unpack.__test__.unpack_partial_typed (line 150) ... ok unpack_to_itself (line 66) (unpack.__test__) Doctest: unpack.__test__.unpack_to_itself (line 66) ... ok unpack_tuple (line 36) (unpack.__test__) Doctest: unpack.__test__.unpack_tuple (line 36) ... ok unpack_typed (line 173) (unpack.__test__) Doctest: unpack.__test__.unpack_typed (line 173) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unpack ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx failure_too_few (line 243) (unpack.__test__) Doctest: unpack.__test__.failure_too_few (line 243) ... ok failure_too_many (line 211) (unpack.__test__) Doctest: unpack.__test__.failure_too_many (line 211) ... ok failure_while_unpacking (line 280) (unpack.__test__) Doctest: unpack.__test__.failure_while_unpacking (line 280) ... ok kunterbunt (line 24) (unpack.__test__) Doctest: unpack.__test__.kunterbunt (line 24) ... ok unpack_fail_assignment (line 126) (unpack.__test__) Doctest: unpack.__test__.unpack_fail_assignment (line 126) ... ok unpack_list (line 51) (unpack.__test__) Doctest: unpack.__test__.unpack_list (line 51) ... ok unpack_literal_none_to_builtin_type (line 373) (unpack.__test__) Doctest: unpack.__test__.unpack_literal_none_to_builtin_type (line 373) ... ok unpack_literal_none_to_exttype (line 388) (unpack.__test__) Doctest: unpack.__test__.unpack_literal_none_to_exttype (line 388) ... ok unpack_many (line 320) (unpack.__test__) Doctest: unpack.__test__.unpack_many (line 320) ... ok unpack_many_int (line 353) (unpack.__test__) Doctest: unpack.__test__.unpack_many_int (line 353) ... ok unpack_many_list (line 344) (unpack.__test__) Doctest: unpack.__test__.unpack_many_list (line 344) ... ok unpack_many_tuple (line 335) (unpack.__test__) Doctest: unpack.__test__.unpack_many_tuple (line 335) ... ok unpack_partial (line 88) (unpack.__test__) Doctest: unpack.__test__.unpack_partial (line 88) ... ok unpack_partial_typed (line 150) (unpack.__test__) Doctest: unpack.__test__.unpack_partial_typed (line 150) ... ok unpack_to_itself (line 66) (unpack.__test__) Doctest: unpack.__test__.unpack_to_itself (line 66) ... ok unpack_tuple (line 36) (unpack.__test__) Doctest: unpack.__test__.unpack_tuple (line 36) ... ok unpack_typed (line 173) (unpack.__test__) Doctest: unpack.__test__.unpack_typed (line 173) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unpack_fused ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unpack_many (line 67) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_many (line 67) ... ok unpack_many_int (line 82) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_many_int (line 82) ... ok unpack_one (line 7) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_one (line 7) ... ok unpack_two (line 22) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_two (line 22) ... ok unpack_two_int (line 37) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_two_int (line 37) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unpack_fused ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unpack_many (line 67) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_many (line 67) ... ok unpack_many_int (line 82) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_many_int (line 82) ... ok unpack_one (line 7) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_one (line 7) ... ok unpack_two (line 22) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_two (line 22) ... ok unpack_two_int (line 37) (unpack_fused.__test__) Doctest: unpack_fused.__test__.unpack_two_int (line 37) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unpacklistcomp ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unpack_comp (line 12) (unpacklistcomp.__test__) Doctest: unpacklistcomp.__test__.unpack_comp (line 12) ... ok unpack_expr (line 23) (unpacklistcomp.__test__) Doctest: unpacklistcomp.__test__.unpack_expr (line 23) ... ok unpack_normal (line 1) (unpacklistcomp.__test__) Doctest: unpacklistcomp.__test__.unpack_normal (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unpacklistcomp ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx unpack_comp (line 12) (unpacklistcomp.__test__) Doctest: unpacklistcomp.__test__.unpack_comp (line 12) ... ok unpack_expr (line 23) (unpacklistcomp.__test__) Doctest: unpacklistcomp.__test__.unpack_expr (line 23) ... ok unpack_normal (line 1) (unpacklistcomp.__test__) Doctest: unpacklistcomp.__test__.unpack_normal (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unreachable ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx with_yield_removed (line 4) (unreachable.__test__) Doctest: unreachable.__test__.with_yield_removed (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unreachable ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx with_yield_removed (line 4) (unreachable.__test__) Doctest: unreachable.__test__.with_yield_removed (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unsigned ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_add (line 6) (unsigned.__test__) Doctest: unsigned.__test__.test_add (line 6) ... ok test_add_slong_ulong (line 41) (unsigned.__test__) Doctest: unsigned.__test__.test_add_slong_ulong (line 41) ... ok test_add_sshort_ulong (line 19) (unsigned.__test__) Doctest: unsigned.__test__.test_add_sshort_ulong (line 19) ... ok test_add_ushort_slonglong (line 30) (unsigned.__test__) Doctest: unsigned.__test__.test_add_ushort_slonglong (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unsigned ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_add (line 6) (unsigned.__test__) Doctest: unsigned.__test__.test_add (line 6) ... ok test_add_slong_ulong (line 41) (unsigned.__test__) Doctest: unsigned.__test__.test_add_slong_ulong (line 41) ... ok test_add_sshort_ulong (line 19) (unsigned.__test__) Doctest: unsigned.__test__.test_add_sshort_ulong (line 19) ... ok test_add_ushort_slonglong (line 30) (unsigned.__test__) Doctest: unsigned.__test__.test_add_ushort_slonglong (line 30) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unsigned_char_ptr_bytes_conversion_T359 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_uchar_conversion (line 5) (unsigned_char_ptr_bytes_conversion_T359.__test__) Doctest: unsigned_char_ptr_bytes_conversion_T359.__test__.test_uchar_conversion (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unsigned_char_ptr_bytes_conversion_T359 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_uchar_conversion (line 5) (unsigned_char_ptr_bytes_conversion_T359.__test__) Doctest: unsigned_char_ptr_bytes_conversion_T359.__test__.test_uchar_conversion (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unused ... === C/C++ compiler error output: === unused.c:700:18: warning: '__pyx_f_6unused_c_unused_simple' defined but not used [-Wunused-function] static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { ^ unused.c:750:18: warning: '__pyx_f_6unused_c_unused_optional' defined but not used [-Wunused-function] static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) { ^ ============================== Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx Unused (unused) Doctest: unused.Unused ... ok cp_unused_optional (line 24) (unused.__test__) Doctest: unused.__test__.cp_unused_optional (line 24) ... ok cp_unused_simple (line 17) (unused.__test__) Doctest: unused.__test__.cp_unused_simple (line 17) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unused ... === C/C++ compiler error output: === unused.cpp:709:18: warning: 'PyObject* __pyx_f_6unused_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function] static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { ^ unused.cpp:759:18: warning: 'PyObject* __pyx_f_6unused_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_6unused_c_unused_optional*)' defined but not used [-Wunused-function] static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) { ^ ============================== Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx Unused (unused) Doctest: unused.Unused ... ok cp_unused_optional (line 24) (unused.__test__) Doctest: unused.__test__.cp_unused_optional (line 24) ... ok cp_unused_simple (line 17) (unused.__test__) Doctest: unused.__test__.cp_unused_simple (line 17) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running unused_args ... === C/C++ compiler error output: === unused_args.c:725:18: warning: '__pyx_f_11unused_args_c_unused_simple' defined but not used [-Wunused-function] static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { ^ unused_args.c:775:18: warning: '__pyx_f_11unused_args_c_unused_optional' defined but not used [-Wunused-function] static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) { ^ ============================== Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx Unused (unused_args) Doctest: unused_args.Unused ... ok cp_unused_optional (line 24) (unused_args.__test__) Doctest: unused_args.__test__.cp_unused_optional (line 24) ... ok cp_unused_simple (line 17) (unused_args.__test__) Doctest: unused_args.__test__.cp_unused_simple (line 17) ... ok def_unused (line 45) (unused_args.__test__) Doctest: unused_args.__test__.def_unused (line 45) ... ok def_unused_metho (line 50) (unused_args.__test__) Doctest: unused_args.__test__.def_unused_metho (line 50) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running unused_args ... === C/C++ compiler error output: === unused_args.cpp:734:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function] static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { ^ unused_args.cpp:784:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_11unused_args_c_unused_optional*)' defined but not used [-Wunused-function] static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) { ^ ============================== Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx Unused (unused_args) Doctest: unused_args.Unused ... ok cp_unused_optional (line 24) (unused_args.__test__) Doctest: unused_args.__test__.cp_unused_optional (line 24) ... ok cp_unused_simple (line 17) (unused_args.__test__) Doctest: unused_args.__test__.cp_unused_simple (line 17) ... ok def_unused (line 45) (unused_args.__test__) Doctest: unused_args.__test__.def_unused (line 45) ... ok def_unused_metho (line 50) (unused_args.__test__) Doctest: unused_args.__test__.def_unused_metho (line 50) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running varargcall ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx swallow (line 5) (varargcall.__test__) Doctest: varargcall.__test__.swallow (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running varargcall ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx swallow (line 5) (varargcall.__test__) Doctest: varargcall.__test__.swallow (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running varargdecl ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 4) (varargdecl.__test__) Doctest: varargdecl.__test__.test (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running varargdecl ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 4) (varargdecl.__test__) Doctest: varargdecl.__test__.test (line 4) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running voidstarcast ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx cast_cast_cast (line 11) (voidstarcast.__test__) Doctest: voidstarcast.__test__.cast_cast_cast (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running voidstarcast ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx cast_cast_cast (line 11) (voidstarcast.__test__) Doctest: voidstarcast.__test__.cast_cast_cast (line 11) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running watts1 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 1) (watts1.__test__) Doctest: watts1.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running watts1 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test (line 1) (watts1.__test__) Doctest: watts1.__test__.test (line 1) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running weakfail ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_weakref (line 9) (weakfail.__test__) Doctest: weakfail.__test__.test_weakref (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running weakfail ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_weakref (line 9) (weakfail.__test__) Doctest: weakfail.__test__.test_weakref (line 9) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running with_gil ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_catch_exception (line 87) (with_gil.__test__) Doctest: with_gil.__test__.test_catch_exception (line 87) ... ok test_closure (line 225) (with_gil.__test__) Doctest: with_gil.__test__.test_closure (line 225) ... ok test_cpdef (line 245) (with_gil.__test__) Doctest: with_gil.__test__.test_cpdef (line 245) ... ok test_infer_types (line 213) (with_gil.__test__) Doctest: with_gil.__test__.test_infer_types (line 213) ... ok test_loops_and_boxing (line 190) (with_gil.__test__) Doctest: with_gil.__test__.test_loops_and_boxing (line 190) ... ok test_nested_gil_blocks (line 46) (with_gil.__test__) Doctest: with_gil.__test__.test_nested_gil_blocks (line 46) ... ok test_nogil_propagate_exception (line 306) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_propagate_exception (line 306) ... ok test_nogil_try_finally_error_label (line 443) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_error_label (line 443) ... ok test_nogil_try_finally_no_exception (line 351) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_no_exception (line 351) ... ok test_nogil_try_finally_propagate_exception (line 384) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_propagate_exception (line 384) ... ok test_nogil_try_finally_return (line 432) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_return (line 432) ... ok test_nogil_try_finally_return_in_with_gil (line 402) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_return_in_with_gil (line 402) ... ok test_nogil_void_funcs_with_gil (line 276) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_void_funcs_with_gil (line 276) ... ok test_nogil_void_funcs_with_nogil (line 287) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_void_funcs_with_nogil (line 287) ... ok test_propagate_exception (line 75) (with_gil.__test__) Doctest: with_gil.__test__.test_propagate_exception (line 75) ... ok test_release_gil_call_gil_func (line 319) (with_gil.__test__) Doctest: with_gil.__test__.test_release_gil_call_gil_func (line 319) ... ok test_restore_exception (line 133) (with_gil.__test__) Doctest: with_gil.__test__.test_restore_exception (line 133) ... ok test_simple (line 37) (with_gil.__test__) Doctest: with_gil.__test__.test_simple (line 37) ... ok test_try_finally_and_outer_except (line 105) (with_gil.__test__) Doctest: with_gil.__test__.test_try_finally_and_outer_except (line 105) ... ok test_try_finally_in_nogil (line 333) (with_gil.__test__) Doctest: with_gil.__test__.test_try_finally_in_nogil (line 333) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running with_gil ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_catch_exception (line 87) (with_gil.__test__) Doctest: with_gil.__test__.test_catch_exception (line 87) ... ok test_closure (line 225) (with_gil.__test__) Doctest: with_gil.__test__.test_closure (line 225) ... ok test_cpdef (line 245) (with_gil.__test__) Doctest: with_gil.__test__.test_cpdef (line 245) ... ok test_infer_types (line 213) (with_gil.__test__) Doctest: with_gil.__test__.test_infer_types (line 213) ... ok test_loops_and_boxing (line 190) (with_gil.__test__) Doctest: with_gil.__test__.test_loops_and_boxing (line 190) ... ok test_nested_gil_blocks (line 46) (with_gil.__test__) Doctest: with_gil.__test__.test_nested_gil_blocks (line 46) ... ok test_nogil_propagate_exception (line 306) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_propagate_exception (line 306) ... ok test_nogil_try_finally_error_label (line 443) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_error_label (line 443) ... ok test_nogil_try_finally_no_exception (line 351) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_no_exception (line 351) ... ok test_nogil_try_finally_propagate_exception (line 384) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_propagate_exception (line 384) ... ok test_nogil_try_finally_return (line 432) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_return (line 432) ... ok test_nogil_try_finally_return_in_with_gil (line 402) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_try_finally_return_in_with_gil (line 402) ... ok test_nogil_void_funcs_with_gil (line 276) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_void_funcs_with_gil (line 276) ... ok test_nogil_void_funcs_with_nogil (line 287) (with_gil.__test__) Doctest: with_gil.__test__.test_nogil_void_funcs_with_nogil (line 287) ... ok test_propagate_exception (line 75) (with_gil.__test__) Doctest: with_gil.__test__.test_propagate_exception (line 75) ... ok test_release_gil_call_gil_func (line 319) (with_gil.__test__) Doctest: with_gil.__test__.test_release_gil_call_gil_func (line 319) ... ok test_restore_exception (line 133) (with_gil.__test__) Doctest: with_gil.__test__.test_restore_exception (line 133) ... ok test_simple (line 37) (with_gil.__test__) Doctest: with_gil.__test__.test_simple (line 37) ... ok test_try_finally_and_outer_except (line 105) (with_gil.__test__) Doctest: with_gil.__test__.test_try_finally_and_outer_except (line 105) ... ok test_try_finally_in_nogil (line 333) (with_gil.__test__) Doctest: with_gil.__test__.test_try_finally_in_nogil (line 333) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running with_statement_module_level_T536 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx with_statement_module_level_T536 () Doctest: with_statement_module_level_T536 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running with_statement_module_level_T536 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx with_statement_module_level_T536 () Doctest: with_statement_module_level_T536 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running withnogil ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx f (line 1) (withnogil.__test__) Doctest: withnogil.__test__.f (line 1) ... ok g (line 13) (withnogil.__test__) Doctest: withnogil.__test__.g (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running withnogil ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx f (line 1) (withnogil.__test__) Doctest: withnogil.__test__.f (line 1) ... ok g (line 13) (withnogil.__test__) Doctest: withnogil.__test__.g (line 13) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running withstat ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx NestedWith (withstat) Doctest: withstat.NestedWith ... ok basic (line 40) (withstat.__test__) Doctest: withstat.__test__.basic (line 40) ... ok multimanager (line 111) (withstat.__test__) Doctest: withstat.__test__.multimanager (line 111) ... ok multitarget (line 78) (withstat.__test__) Doctest: withstat.__test__.multitarget (line 78) ... ok no_as (line 30) (withstat.__test__) Doctest: withstat.__test__.no_as (line 30) ... ok tupletarget (line 88) (withstat.__test__) Doctest: withstat.__test__.tupletarget (line 88) ... ok typed (line 98) (withstat.__test__) Doctest: withstat.__test__.typed (line 98) ... ok with_exception (line 59) (withstat.__test__) Doctest: withstat.__test__.with_exception (line 59) ... ok with_pass (line 50) (withstat.__test__) Doctest: withstat.__test__.with_pass (line 50) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running withstat ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx NestedWith (withstat) Doctest: withstat.NestedWith ... ok basic (line 40) (withstat.__test__) Doctest: withstat.__test__.basic (line 40) ... ok multimanager (line 111) (withstat.__test__) Doctest: withstat.__test__.multimanager (line 111) ... ok multitarget (line 78) (withstat.__test__) Doctest: withstat.__test__.multitarget (line 78) ... ok no_as (line 30) (withstat.__test__) Doctest: withstat.__test__.no_as (line 30) ... ok tupletarget (line 88) (withstat.__test__) Doctest: withstat.__test__.tupletarget (line 88) ... ok typed (line 98) (withstat.__test__) Doctest: withstat.__test__.typed (line 98) ... ok with_exception (line 59) (withstat.__test__) Doctest: withstat.__test__.with_exception (line 59) ... ok with_pass (line 50) (withstat.__test__) Doctest: withstat.__test__.with_pass (line 50) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running withstat_py ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx basic (line 43) (withstat_py.__test__) Doctest: withstat_py.__test__.basic (line 43) ... ok functions_in_with (line 145) (withstat_py.__test__) Doctest: withstat_py.__test__.functions_in_with (line 145) ... ok manager_from_expression (line 193) (withstat_py.__test__) Doctest: withstat_py.__test__.manager_from_expression (line 193) ... ok multitarget (line 166) (withstat_py.__test__) Doctest: withstat_py.__test__.multitarget (line 166) ... ok no_as (line 32) (withstat_py.__test__) Doctest: withstat_py.__test__.no_as (line 32) ... ok tupletarget (line 177) (withstat_py.__test__) Doctest: withstat_py.__test__.tupletarget (line 177) ... ok with_break (line 75) (withstat_py.__test__) Doctest: withstat_py.__test__.with_break (line 75) ... ok with_continue (line 89) (withstat_py.__test__) Doctest: withstat_py.__test__.with_continue (line 89) ... ok with_exception (line 107) (withstat_py.__test__) Doctest: withstat_py.__test__.with_exception (line 107) ... ok with_pass (line 54) (withstat_py.__test__) Doctest: withstat_py.__test__.with_pass (line 54) ... ok with_real_lock (line 127) (withstat_py.__test__) Doctest: withstat_py.__test__.with_real_lock (line 127) ... ok with_return (line 64) (withstat_py.__test__) Doctest: withstat_py.__test__.with_return (line 64) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running withstat_py ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx basic (line 43) (withstat_py.__test__) Doctest: withstat_py.__test__.basic (line 43) ... ok functions_in_with (line 145) (withstat_py.__test__) Doctest: withstat_py.__test__.functions_in_with (line 145) ... ok manager_from_expression (line 193) (withstat_py.__test__) Doctest: withstat_py.__test__.manager_from_expression (line 193) ... ok multitarget (line 166) (withstat_py.__test__) Doctest: withstat_py.__test__.multitarget (line 166) ... ok no_as (line 32) (withstat_py.__test__) Doctest: withstat_py.__test__.no_as (line 32) ... ok tupletarget (line 177) (withstat_py.__test__) Doctest: withstat_py.__test__.tupletarget (line 177) ... ok with_break (line 75) (withstat_py.__test__) Doctest: withstat_py.__test__.with_break (line 75) ... ok with_continue (line 89) (withstat_py.__test__) Doctest: withstat_py.__test__.with_continue (line 89) ... ok with_exception (line 107) (withstat_py.__test__) Doctest: withstat_py.__test__.with_exception (line 107) ... ok with_pass (line 54) (withstat_py.__test__) Doctest: withstat_py.__test__.with_pass (line 54) ... ok with_real_lock (line 127) (withstat_py.__test__) Doctest: withstat_py.__test__.with_real_lock (line 127) ... ok with_return (line 64) (withstat_py.__test__) Doctest: withstat_py.__test__.with_return (line 64) ... ok run (__main__.PureDoctestTestCase) running pure doctests in withstat_py ... basic (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.basic ... ok functions_in_with (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.functions_in_with ... ok manager_from_expression (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.manager_from_expression ... ok multitarget (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.multitarget ... ok no_as (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.no_as ... ok tupletarget (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.tupletarget ... ok with_break (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.with_break ... ok with_continue (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.with_continue ... ok with_exception (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.with_exception ... ok with_pass (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.with_pass ... ok with_real_lock (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.with_real_lock ... ok with_return (pure_doctest__withstat_py) Doctest: pure_doctest__withstat_py.with_return ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running withstat_py27 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx NestedWith (withstat_py27) Doctest: withstat_py27.NestedWith ... ok manager_from_expression (line 65) (withstat_py27.__test__) Doctest: withstat_py27.__test__.manager_from_expression (line 65) ... ok multimanager (line 32) (withstat_py27.__test__) Doctest: withstat_py27.__test__.multimanager (line 32) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running withstat_py27 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx NestedWith (withstat_py27) Doctest: withstat_py27.NestedWith ... ok manager_from_expression (line 65) (withstat_py27.__test__) Doctest: withstat_py27.__test__.manager_from_expression (line 65) ... ok multimanager (line 32) (withstat_py27.__test__) Doctest: withstat_py27.__test__.multimanager (line 32) ... ok run (__main__.PureDoctestTestCase) running pure doctests in withstat_py27 ... NestedWith (pure_doctest__withstat_py27) Doctest: pure_doctest__withstat_py27.NestedWith ... ok manager_from_expression (pure_doctest__withstat_py27) Doctest: pure_doctest__withstat_py27.manager_from_expression ... ok multimanager (pure_doctest__withstat_py27) Doctest: pure_doctest__withstat_py27.multimanager ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running wundram1 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx wundram1 () Doctest: wundram1 ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running wundram1 ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx wundram1 () Doctest: wundram1 ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running yield_from_pep380 ... Exception ZeroDivisionError: 'integer division or modulo by zero' in ignored Exception ZeroDivisionError: 'integer division or modulo by zero' in ignored Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx gi_yieldfrom (line 1076) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.gi_yieldfrom (line 1076) ... ok test_attempted_reentry (line 672) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_attempted_reentry (line 672) ... ok test_attempted_yield_from_loop (line 638) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_attempted_yield_from_loop (line 638) ... ok test_attempting_to_send_to_non_generator (line 536) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_attempting_to_send_to_non_generator (line 536) ... ok test_broken_getattr_handling (line 562) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_broken_getattr_handling (line 562) ... ok test_catching_exception_from_subgen_and_returning (line 818) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_catching_exception_from_subgen_and_returning (line 818) ... ok test_conversion_of_sendNone_to_next (line 470) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_conversion_of_sendNone_to_next (line 470) ... ok test_delegating_close (line 222) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_close (line 222) ... ok test_delegating_generators_claim_to_be_running_close (line 1029) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_close (line 1029) ... ok test_delegating_generators_claim_to_be_running_next (line 969) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_next (line 969) ... ok test_delegating_generators_claim_to_be_running_send (line 976) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_send (line 976) ... ok test_delegating_generators_claim_to_be_running_throw (line 990) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_throw (line 990) ... ok test_delegating_throw (line 298) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_throw (line 298) ... ok test_delegating_throw_to_non_generator (line 505) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_throw_to_non_generator (line 505) ... ok test_delegation_of_close_to_non_generator (line 486) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_close_to_non_generator (line 486) ... ok test_delegation_of_initial_next_to_subgenerator (line 18) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_initial_next_to_subgenerator (line 18) ... ok test_delegation_of_next_call_to_subgenerator (line 70) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_next_call_to_subgenerator (line 70) ... ok test_delegation_of_next_to_non_generator (line 456) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_next_to_non_generator (line 456) ... ok test_delegation_of_send (line 134) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_send (line 134) ... ok test_exception_in_initial_next_call (line 615) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_exception_in_initial_next_call (line 615) ... ok test_exception_value_crash (line 359) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_exception_value_crash (line 359) ... ok test_finally_return_none (line 389) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_finally_return_none (line 389) ... ok test_generator_return_value (line 417) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_generator_return_value (line 417) ... ok test_handing_exception_while_delegating_close (line 255) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_handing_exception_while_delegating_close (line 255) ... ok test_handling_exception_while_delegating_send (line 177) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_handling_exception_while_delegating_send (line 177) ... ok test_next_and_return_with_value (line 753) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_next_and_return_with_value (line 753) ... ok test_raising_exception_in_delegated_next_call (line 98) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_raising_exception_in_delegated_next_call (line 98) ... ok test_raising_exception_in_initial_next_call (line 40) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_raising_exception_in_initial_next_call (line 40) ... ok test_return_none (line 374) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_return_none (line 374) ... ok test_returning_value_from_delegated_throw (line 711) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_returning_value_from_delegated_throw (line 711) ... ok test_send_and_return_with_value (line 784) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_send_and_return_with_value (line 784) ... ok test_throwing_GeneratorExit_into_subgen_that_raises (line 908) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_throwing_GeneratorExit_into_subgen_that_raises (line 908) ... ok test_throwing_GeneratorExit_into_subgen_that_returns (line 846) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_throwing_GeneratorExit_into_subgen_that_returns (line 846) ... ok test_throwing_GeneratorExit_into_subgenerator_that_yields (line 877) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_throwing_GeneratorExit_into_subgenerator_that_yields (line 877) ... ok test_yield_from_empty (line 939) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_yield_from_empty (line 939) ... ok yield_in_return (line 1056) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.yield_in_return (line 1056) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running yield_from_pep380 ... Exception ZeroDivisionError: 'integer division or modulo by zero' in ignored Exception ZeroDivisionError: 'integer division or modulo by zero' in ignored Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx gi_yieldfrom (line 1076) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.gi_yieldfrom (line 1076) ... ok test_attempted_reentry (line 672) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_attempted_reentry (line 672) ... ok test_attempted_yield_from_loop (line 638) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_attempted_yield_from_loop (line 638) ... ok test_attempting_to_send_to_non_generator (line 536) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_attempting_to_send_to_non_generator (line 536) ... ok test_broken_getattr_handling (line 562) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_broken_getattr_handling (line 562) ... ok test_catching_exception_from_subgen_and_returning (line 818) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_catching_exception_from_subgen_and_returning (line 818) ... ok test_conversion_of_sendNone_to_next (line 470) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_conversion_of_sendNone_to_next (line 470) ... ok test_delegating_close (line 222) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_close (line 222) ... ok test_delegating_generators_claim_to_be_running_close (line 1029) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_close (line 1029) ... ok test_delegating_generators_claim_to_be_running_next (line 969) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_next (line 969) ... ok test_delegating_generators_claim_to_be_running_send (line 976) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_send (line 976) ... ok test_delegating_generators_claim_to_be_running_throw (line 990) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_generators_claim_to_be_running_throw (line 990) ... ok test_delegating_throw (line 298) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_throw (line 298) ... ok test_delegating_throw_to_non_generator (line 505) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegating_throw_to_non_generator (line 505) ... ok test_delegation_of_close_to_non_generator (line 486) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_close_to_non_generator (line 486) ... ok test_delegation_of_initial_next_to_subgenerator (line 18) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_initial_next_to_subgenerator (line 18) ... ok test_delegation_of_next_call_to_subgenerator (line 70) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_next_call_to_subgenerator (line 70) ... ok test_delegation_of_next_to_non_generator (line 456) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_next_to_non_generator (line 456) ... ok test_delegation_of_send (line 134) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_delegation_of_send (line 134) ... ok test_exception_in_initial_next_call (line 615) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_exception_in_initial_next_call (line 615) ... ok test_exception_value_crash (line 359) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_exception_value_crash (line 359) ... ok test_finally_return_none (line 389) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_finally_return_none (line 389) ... ok test_generator_return_value (line 417) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_generator_return_value (line 417) ... ok test_handing_exception_while_delegating_close (line 255) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_handing_exception_while_delegating_close (line 255) ... ok test_handling_exception_while_delegating_send (line 177) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_handling_exception_while_delegating_send (line 177) ... ok test_next_and_return_with_value (line 753) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_next_and_return_with_value (line 753) ... ok test_raising_exception_in_delegated_next_call (line 98) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_raising_exception_in_delegated_next_call (line 98) ... ok test_raising_exception_in_initial_next_call (line 40) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_raising_exception_in_initial_next_call (line 40) ... ok test_return_none (line 374) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_return_none (line 374) ... ok test_returning_value_from_delegated_throw (line 711) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_returning_value_from_delegated_throw (line 711) ... ok test_send_and_return_with_value (line 784) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_send_and_return_with_value (line 784) ... ok test_throwing_GeneratorExit_into_subgen_that_raises (line 908) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_throwing_GeneratorExit_into_subgen_that_raises (line 908) ... ok test_throwing_GeneratorExit_into_subgen_that_returns (line 846) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_throwing_GeneratorExit_into_subgen_that_returns (line 846) ... ok test_throwing_GeneratorExit_into_subgenerator_that_yields (line 877) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_throwing_GeneratorExit_into_subgenerator_that_yields (line 877) ... ok test_yield_from_empty (line 939) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.test_yield_from_empty (line 939) ... ok yield_in_return (line 1056) (yield_from_pep380.__test__) Doctest: yield_from_pep380.__test__.yield_in_return (line 1056) ... ok runTest (__main__.CythonRunTestCase) compiling (c) and running yield_inside_lambda ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_inside_lambda (line 5) (yield_inside_lambda.__test__) Doctest: yield_inside_lambda.__test__.test_inside_lambda (line 5) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running yield_inside_lambda ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_inside_lambda (line 5) (yield_inside_lambda.__test__) Doctest: yield_inside_lambda.__test__.test_inside_lambda (line 5) ... ok run (__main__.PureDoctestTestCase) running pure doctests in yield_inside_lambda ... test_inside_lambda (pure_doctest__yield_inside_lambda) Doctest: pure_doctest__yield_inside_lambda.test_inside_lambda ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_overload_wrapper ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx DoubleKeeper (cpp_overload_wrapper) Doctest: cpp_overload_wrapper.DoubleKeeper ... ok transmogrify (line 37) (cpp_overload_wrapper.__test__.DoubleKeeper) Doctest: cpp_overload_wrapper.__test__.DoubleKeeper.transmogrify (line 37) ... ok doublefunc (line 54) (cpp_overload_wrapper.__test__) Doctest: cpp_overload_wrapper.__test__.doublefunc (line 54) ... ok transmogrify_from_cpp (line 61) (cpp_overload_wrapper.__test__) Doctest: cpp_overload_wrapper.__test__.transmogrify_from_cpp (line 61) ... ok voidfunc (line 48) (cpp_overload_wrapper.__test__) Doctest: cpp_overload_wrapper.__test__.voidfunc (line 48) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpp_references ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx test_ref_assign (line 42) (cpp_references.__test__) Doctest: cpp_references.__test__.test_ref_assign (line 42) ... ok test_ref_func (line 13) (cpp_references.__test__) Doctest: cpp_references.__test__.test_ref_func (line 13) ... ok test_ref_func_address (line 22) (cpp_references.__test__) Doctest: cpp_references.__test__.test_ref_func_address (line 22) ... ok test_ref_inference (line 53) (cpp_references.__test__) Doctest: cpp_references.__test__.test_ref_inference (line 53) ... ok test_ref_var (line 32) (cpp_references.__test__) Doctest: cpp_references.__test__.test_ref_var (line 32) ... ok runTest (__main__.CythonRunTestCase) compiling (cpp) and running cppwrap ... Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx DoubleKeeper (cppwrap) Doctest: cppwrap.DoubleKeeper ... ok doublefunc (line 42) (cppwrap.__test__) Doctest: cppwrap.__test__.doublefunc (line 42) ... ok transmogrify_from_cpp (line 49) (cppwrap.__test__) Doctest: cppwrap.__test__.transmogrify_from_cpp (line 49) ... ok voidfunc (line 36) (cppwrap.__test__) Doctest: cppwrap.__test__.voidfunc (line 36) ... ok test_embed (__main__.EmbedTest) ... ok ---------------------------------------------------------------------- Ran 9600 tests in 2992.775s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.extension_type_memoryview memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.relaxed_strides run.asyncio_generators run.coverage_api run.coverage_cmd run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_test Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_b296eb1cf7b67fa9b4f9ca2351111470.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_76875ebf03dc583bcffa091df202a38a.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_7558f0eb1e19c99d9caa3015d5de5d69.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_00686ebb5048f3e0c99fd81bf5b9ef47.pyx Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_4a4cb58ff6111eea381ea6cda02487b2.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_d5d8fc2e02bcb283f1b92d84ac315ee0.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_6a0d3785da6ef0a589bda1b0cbccf581.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_49689bc68442cd1b676c5fdd5015ab68.pyx Couldn't find u'b' Compiling /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/Cython-0.23.4/BUILD/run/cpp/test_coroutines_pep492/_cython_inline_bf8392ad5693e256374939e1dbb67ec9.pyx ALL DONE + exit 0 Processing files: python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5OT9yT + umask 022 + cd /builddir/build/BUILD + cd Cython-0.23.4 + DOCDIR=/builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + cp -pr COPYING.txt /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + cp -pr README.txt /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + cp -pr ToDo.txt /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + cp -pr USAGE.txt /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + cp -pr Doc /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + cp -pr Demos /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le/opt/ohpc/pub/doc/contrib/python-Cython-ohpc-0.23.4 + exit 0 Provides: python-Cython-ohpc = 0.23.4-76.1.ohpc.0.4.1.3.3 python-Cython-ohpc(ppc-64) = 0.23.4-76.1.ohpc.0.4.1.3.3 python-cython = 0.23.4 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-cython < 0.23.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le warning: Could not canonicalize hostname: p8le02.rdu2.centos.org Wrote: /builddir/build/RPMS/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AGce9T + umask 022 + cd /builddir/build/BUILD + cd Cython-0.23.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Cython-ohpc-0.23.4-76.1.ohpc.0.4.1.3.3.ppc64le + exit 0 Child return code was: 0