Skip to content

Instantly share code, notes, and snippets.

@robertwb
Created August 16, 2016 09:27
Show Gist options
  • Save robertwb/541ee754a359bbcd805aeefadadd86c4 to your computer and use it in GitHub Desktop.
Save robertwb/541ee754a359bbcd805aeefadadd86c4 to your computer and use it in GitHub Desktop.
Attachment cython-build.log for http://trac.cython.org/ticket/770
$ python setup.py install --user
Compiling module Cython.Runtime.refnanny ...
running install
running build
running build_py
creating build
creating build/lib.macosx-10.7-x86_64-2.7
creating build/lib.macosx-10.7-x86_64-2.7/pyximport
copying pyximport/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/pyximport
copying pyximport/pyximport.py -> build/lib.macosx-10.7-x86_64-2.7/pyximport
copying pyximport/pyxbuild.py -> build/lib.macosx-10.7-x86_64-2.7/pyximport
copying cython.py -> build/lib.macosx-10.7-x86_64-2.7
creating build/lib.macosx-10.7-x86_64-2.7/Cython
copying Cython/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython
copying Cython/CodeWriter.py -> build/lib.macosx-10.7-x86_64-2.7/Cython
copying Cython/Debugging.py -> build/lib.macosx-10.7-x86_64-2.7/Cython
copying Cython/Shadow.py -> build/lib.macosx-10.7-x86_64-2.7/Cython
copying Cython/StringIOTree.py -> build/lib.macosx-10.7-x86_64-2.7/Cython
copying Cython/TestUtils.py -> build/lib.macosx-10.7-x86_64-2.7/Cython
copying Cython/Utils.py -> build/lib.macosx-10.7-x86_64-2.7/Cython
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Build
copying Cython/Build/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Build
copying Cython/Build/BuildExecutable.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Build
copying Cython/Build/Dependencies.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Build
copying Cython/Build/Inline.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Build
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Annotate.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/AutoDocTransforms.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Buffer.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Builtin.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/CmdLine.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Code.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/CodeGeneration.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/CythonScope.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/DebugFlags.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Errors.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ExprNodes.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/FlowControl.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Future.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Interpreter.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Lexicon.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Main.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/MemoryView.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ModuleNode.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Naming.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Nodes.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Optimize.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Options.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Parsing.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Pipeline.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/PyrexTypes.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Scanning.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/StringEncoding.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Symtab.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TreeFragment.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TreePath.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TypeInference.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TypeSlots.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/UtilityCode.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/UtilNodes.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Version.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Visitor.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Runtime
copying Cython/Runtime/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Runtime
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Distutils
copying Cython/Distutils/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Distutils
copying Cython/Distutils/build_ext.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Distutils
copying Cython/Distutils/extension.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Distutils
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Actions.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/DFA.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Errors.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Lexicons.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Machines.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Regexps.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Scanners.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Timing.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Traditional.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Transitions.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Tests
copying Cython/Tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Tests
copying Cython/Tests/TestCodeWriter.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Tests
copying Cython/Tests/TestStringIOTree.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Tests
copying Cython/Tests/xmlrunner.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Tests
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestInline.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Build/Tests
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestMemView.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Tests
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Tempita
copying Cython/Tempita/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Tempita
copying Cython/Tempita/_looper.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Tempita
copying Cython/Tempita/compat3.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Tempita
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/Cygdb.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/DebugWriter.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/libcython.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/libpython.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger/Tests
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Includes
copying Cython/Includes/numpy.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes
copying Cython/Includes/openmp.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/__init__.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/bool.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/buffer.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/bytes.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/cobject.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/complex.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/dict.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/exc.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/float.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/function.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/getargs.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/instance.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/int.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/iterator.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/list.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/long.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/mapping.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/mem.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/method.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/module.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/number.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/object.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pystate.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pythread.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/ref.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/sequence.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/set.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/string.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/tuple.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/type.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/unicode.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/version.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/weakref.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/cpython
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python2.5.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stl.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/Deprecated
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/__init__.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/errno.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/float.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/limits.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/locale.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/math.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/setjmp.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/signal.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stddef.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdint.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdio.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdlib.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/string.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libc
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/__init__.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/deque.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/list.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/map.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/pair.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/queue.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/set.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/stack.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/string.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/utility.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/vector.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/libcpp
creating build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/__init__.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/fcntl.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/ioctl.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/unistd.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/posix
copying Cython/Compiler/Code.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/FlowControl.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Parsing.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Scanning.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Visitor.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler
copying Cython/Runtime/refnanny.pyx -> build/lib.macosx-10.7-x86_64-2.7/Cython/Runtime
copying Cython/Plex/Actions.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Plex/Scanners.pxd -> build/lib.macosx-10.7-x86_64-2.7/Cython/Plex
copying Cython/Utility/MemoryView.pyx -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/TestCythonScope.pyx -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/Buffer.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/Capsule.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/CythonFunction.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/Exceptions.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/FunctionArguments.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/Generator.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/MemoryView_C.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/ModuleSetupCode.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/ObjectHandling.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/Optimize.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/StringTools.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/TestUtilityLoader.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Utility/TypeConversion.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Utility
copying Cython/Debugger/Tests/codefile -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/cfuncs.c -> build/lib.macosx-10.7-x86_64-2.7/Cython/Debugger/Tests
running build_ext
building 'Cython.Plex.Scanners' extension
creating build/temp.macosx-10.7-x86_64-2.7
creating build/temp.macosx-10.7-x86_64-2.7/Cython
creating build/temp.macosx-10.7-x86_64-2.7/Cython/Plex
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Plex/Scanners.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Plex/Scanners.o
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Plex/Scanners.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Plex/Scanners.so
building 'Cython.Plex.Actions' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Plex/Actions.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Plex/Actions.o
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Plex/Actions.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Plex/Actions.so
building 'Cython.Compiler.Lexicon' extension
creating build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Compiler/Lexicon.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Lexicon.o
Cython/Compiler/Lexicon.c:868:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
1 warning generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Lexicon.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Lexicon.so
building 'Cython.Compiler.Scanning' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Compiler/Scanning.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Scanning.o
Cython/Compiler/Scanning.c:1789:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:2833:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:3249:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:3305:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:3529:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:3598:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:3659:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:3771:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:3973:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:4175:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:4378:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:4577:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5011:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5067:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5229:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5287:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5414:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5475:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5539:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5721:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:5962:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:6018:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:6063:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:6129:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:6256:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Scanning.c:14620:7: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects)
^
26 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Scanning.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Scanning.so
building 'Cython.Compiler.Parsing' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Compiler/Parsing.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Parsing.o
Cython/Compiler/Parsing.c:3135:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:3245:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:4333:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:5031:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:5204:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:8773:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:10918:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:17242:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:19643:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:22523:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:22962:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:24516:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:27078:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:27563:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:28049:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:30097:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:30480:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:30943:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:31913:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:33258:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:34000:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:36238:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:38620:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:39548:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:42490:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:45107:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:45377:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:48092:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:48836:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:50456:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Parsing.c:54582:7: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects)
^
Cython/Compiler/Parsing.c:54592:13: warning: unused function '__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function]
static void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple)
^
32 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Parsing.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Parsing.so
building 'Cython.Compiler.Visitor' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Compiler/Visitor.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Visitor.o
Cython/Compiler/Visitor.c:7640:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:7775:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:7893:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:8095:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:8170:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:8229:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:8291:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:8437:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:8788:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Visitor.c:12525:7: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects)
^
10 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Visitor.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Visitor.so
building 'Cython.Compiler.FlowControl' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Compiler/FlowControl.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/FlowControl.o
Cython/Compiler/FlowControl.c:1888:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:2000:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:8947:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:9074:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10087:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10236:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10388:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10466:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10691:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10747:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10836:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:10939:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:11095:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:11463:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:11690:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:11803:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:11954:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:12569:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:12626:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:12754:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:12879:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:14772:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:14856:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:14924:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:15044:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:15208:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:15589:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:16521:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:16647:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:16737:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:16828:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:17392:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:17526:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:17787:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:17887:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:18041:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:18239:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:18619:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:18798:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:19116:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:19326:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:19579:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:19813:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:19956:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:20444:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:20939:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:21496:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:21700:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:22066:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:22290:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:22858:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:22958:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:23090:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:23259:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:24039:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:24656:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:24868:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:25060:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:25420:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:25785:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:26150:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:26374:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:26574:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/FlowControl.c:26866:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
64 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/FlowControl.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/FlowControl.so
building 'Cython.Compiler.Code' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Cython/Compiler/Code.c -o build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Code.o
Cython/Compiler/Code.c:3428:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:3569:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:4249:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:5353:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:6644:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:6884:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:7128:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:7277:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:7350:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:7391:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:7654:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:7731:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:7957:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:8093:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:8647:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:9161:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:9415:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:9691:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:9854:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:9948:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:17639:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:17824:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:17975:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:18256:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:18766:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:18895:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:18999:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:19590:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:19707:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:19809:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:20052:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:20280:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:20627:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:20944:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:21068:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:21241:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:21426:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:21601:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:21887:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:22072:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:22221:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:22695:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:22964:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:23050:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:23347:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:24607:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:25070:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:25309:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:25536:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:25944:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:26093:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:26106:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:26179:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:26460:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:26833:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:26998:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27110:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27176:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27378:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27474:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27548:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27686:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27796:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27852:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:27910:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28017:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28073:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28131:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28238:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28296:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28405:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28512:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28574:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28626:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28759:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:28905:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:29080:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:29255:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:29375:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:29489:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:29610:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:29718:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:30010:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:30138:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:30258:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:30632:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:30789:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:30943:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31002:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31061:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31133:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31205:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31278:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31396:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31820:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:31953:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:32144:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:32584:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:32942:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:33077:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:33209:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:33402:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:33567:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:33680:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:33793:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:33906:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:34059:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:34294:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:34489:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:34636:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:34783:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:34930:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:35077:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:35264:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:35575:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:35870:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:36144:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:36291:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:36438:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:36558:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:36679:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:36975:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:37206:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:37362:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:37557:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:37769:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:37942:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:38095:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:38387:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:38607:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:39134:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:39329:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:39416:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:39475:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:39575:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:39664:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:39850:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:40239:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:40511:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:40693:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:40840:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:40968:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41095:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41212:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41327:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41426:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41620:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41681:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41842:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:41903:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:42058:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:42118:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:42231:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:42371:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:42554:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:43169:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:43296:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
Cython/Compiler/Code.c:43475:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
158 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Cython/Compiler/Code.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Code.so
building 'Cython.Runtime.refnanny' extension
creating build/temp.macosx-10.7-x86_64-2.7/Users
creating build/temp.macosx-10.7-x86_64-2.7/Users/deil
creating build/temp.macosx-10.7-x86_64-2.7/Users/deil/code
creating build/temp.macosx-10.7-x86_64-2.7/Users/deil/code/cython
creating build/temp.macosx-10.7-x86_64-2.7/Users/deil/code/cython/Cython
creating build/temp.macosx-10.7-x86_64-2.7/Users/deil/code/cython/Cython/Runtime
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /Users/deil/code/cython/Cython/Runtime/refnanny.c -o build/temp.macosx-10.7-x86_64-2.7/Users/deil/code/cython/Cython/Runtime/refnanny.o
/usr/bin/clang -bundle -undefined dynamic_lookup -isysroot / -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/Users/deil/code/cython/Cython/Runtime/refnanny.o -o build/lib.macosx-10.7-x86_64-2.7/Cython/Runtime/refnanny.so
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/cython -> 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/cygdb from 644 to 755
running install_lib
copying build/lib.macosx-10.7-x86_64-2.7/Cython/__init__.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Build/Inline.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Build
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Builtin.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Code.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/ExprNodes.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/FlowControl.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Lexicon.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Main.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/ModuleNode.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Nodes.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Optimize.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/ParseTreeTransforms.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Parsing.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Pipeline.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/PyrexTypes.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Scanning.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Symtab.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Compiler/Visitor.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Includes/numpy.pxd -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Includes
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Plex/Actions.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Plex
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Plex/Scanners.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Plex
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Runtime/refnanny.pyx -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Runtime
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Runtime/refnanny.so -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Runtime
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/Buffer.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/CythonFunction.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/Exceptions.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/MemoryView.pyx -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/ModuleSetupCode.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/ObjectHandling.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/Optimize.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/StringTools.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utility/TypeConversion.c -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utility
copying build/lib.macosx-10.7-x86_64-2.7/Cython/Utils.py -> /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/__init__.py to __init__.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Build/Inline.py to Inline.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/Builtin.py to Builtin.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/Main.py to Main.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/Nodes.py to Nodes.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/Optimize.py to Optimize.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/Pipeline.py to Pipeline.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Compiler/Symtab.py to Symtab.pyc
byte-compiling /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython/Utils.py to Utils.pyc
running install_scripts
copying build/scripts-2.7/cygdb -> /Users/deil/Library/Python/2.7/bin
copying build/scripts-2.7/cython -> /Users/deil/Library/Python/2.7/bin
changing mode of /Users/deil/Library/Python/2.7/bin/cygdb to 755
changing mode of /Users/deil/Library/Python/2.7/bin/cython to 755
running install_egg_info
Writing /Users/deil/Library/Python/2.7/lib/python/site-packages/Cython-0.17pre-py2.7.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment