Debian Automated Code Analysis

pyflakes analysis of cython_0.12.1-1.1_i386.deb

./usr/share/pyshared/cython.py:12: 'from Cython.Shadow import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/CodeWriter.py:2: 'from Cython.Compiler.Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/CodeWriter.py:3: 'from Cython.Compiler.ExprNodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/__init__.py:2: 'from Cython.Shadow import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/TestUtils.py:3: 'ModuleNode' imported but unused
./usr/share/pyshared/Cython/TestUtils.py:4: 'Main' imported but unused
./usr/share/pyshared/Cython/Distutils/extension.py:8: 'os' imported but unused
./usr/share/pyshared/Cython/Distutils/extension.py:8: 'sys' imported but unused
./usr/share/pyshared/Cython/Distutils/extension.py:9: 'from types import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Distutils/extension.py:15: redefinition of unused 'warnings' from line 13
./usr/share/pyshared/Cython/Distutils/build_ext.py:10: 'sys' imported but unused
./usr/share/pyshared/Cython/Distutils/build_ext.py:10: 're' imported but unused
./usr/share/pyshared/Cython/Distutils/build_ext.py:11: 'from types import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Distutils/build_ext.py:12: 'Command' imported but unused
./usr/share/pyshared/Cython/Distutils/build_ext.py:13: 'from distutils.errors import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Distutils/build_ext.py:14: 'customize_compiler' imported but unused
./usr/share/pyshared/Cython/Distutils/build_ext.py:14: 'get_python_version' imported but unused
./usr/share/pyshared/Cython/Distutils/build_ext.py:15: 'newer_group' imported but unused
./usr/share/pyshared/Cython/Distutils/build_ext.py:17: 'mkpath' imported but unused
./usr/share/pyshared/Cython/Distutils/build_ext.py:26: redefinition of unused 'PyrexError' from line 23
./usr/share/pyshared/Cython/Distutils/build_ext.py:196: local variable 'result' is assigned to but never used
./usr/share/pyshared/Cython/Distutils/__init__.py:10: 'build_ext' imported but unused
./usr/share/pyshared/Cython/Compiler/Parsing.py:10: 'os' imported but unused
./usr/share/pyshared/Cython/Compiler/Parsing.py:12: 'sys' imported but unused
./usr/share/pyshared/Cython/Compiler/Parsing.py:294: local variable 'expr' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Parsing.py:643: local variable 'has_escape' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Parsing.py:1662: local variable 'pos' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Parsing.py:1665: local variable 'stmts' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Parsing.py:2303: local variable 'pos' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Parsing.py:2563: local variable 'pos' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Scanning.py:5: 'os' imported but unused
./usr/share/pyshared/Cython/Compiler/Scanning.py:7: 'stat' imported but unused
./usr/share/pyshared/Cython/Compiler/Scanning.py:8: 'sys' imported but unused
./usr/share/pyshared/Cython/Compiler/Scanning.py:10: 'time' imported but unused
./usr/share/pyshared/Cython/Compiler/Scanning.py:15: 'Plex' imported but unused
./usr/share/pyshared/Cython/Compiler/Scanning.py:18: 'CompileError' imported but unused
./usr/share/pyshared/Cython/Compiler/ModuleNode.py:22: 'DebugFlags' imported but unused
./usr/share/pyshared/Cython/Compiler/ModuleNode.py:28: 'escape_byte_string' imported but unused
./usr/share/pyshared/Cython/Compiler/ModuleNode.py:616: local variable 'includes' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ModuleNode.py:924: local variable 'slot_func' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ModuleNode.py:1620: undefined name 'typecast'
./usr/share/pyshared/Cython/Compiler/ModuleNode.py:1620: undefined name 'c_long_type'
./usr/share/pyshared/Cython/Compiler/ModuleNode.py:1972: local variable 'objstruct' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Main.py:5: 'codecs' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:16: 'time' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:17: 'Code' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:23: 'BuiltinScope' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:25: 'open_new_file' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:25: 'replace_suffix' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:26: 'CythonScope' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:71: redefinition of unused 'CythonScope' from line 26
./usr/share/pyshared/Cython/Compiler/Main.py:85: 'PrintTree' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:88: 'CreateClosureClasses' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:88: 'MarkClosureVisitor' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:159: 'dedent' imported but unused
./usr/share/pyshared/Cython/Compiler/Main.py:214: redefinition of unused 'error' from line 22
./usr/share/pyshared/Cython/Compiler/Main.py:225: redefinition of unused 'error' from line 22
./usr/share/pyshared/Cython/Compiler/Main.py:230: redefinition of unused 'error' from line 22
./usr/share/pyshared/Cython/Compiler/Main.py:418: redefinition of function 'is_package_dir' from line 377
./usr/share/pyshared/Cython/Compiler/Main.py:492: undefined name 'source'
./usr/share/pyshared/Cython/Compiler/Main.py:492: undefined name 'result'
./usr/share/pyshared/Cython/Compiler/Main.py:493: undefined name 'result'
./usr/share/pyshared/Cython/Compiler/Main.py:686: undefined name 'context'
./usr/share/pyshared/Cython/Compiler/Main.py:694: undefined name 'context'
./usr/share/pyshared/Cython/Compiler/Main.py:695: undefined name 'context'
./usr/share/pyshared/Cython/Compiler/CodeGeneration.py:1: 'VisitorTransform' imported but unused
./usr/share/pyshared/Cython/Compiler/CodeGeneration.py:2: 'ModuleNode' imported but unused
./usr/share/pyshared/Cython/Compiler/CodeGeneration.py:3: 'from Cython.Compiler.Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/CodeGeneration.py:4: 'from Cython.Compiler.ExprNodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/PyrexTypes.py:8: 'copy' imported but unused
./usr/share/pyshared/Cython/Compiler/PyrexTypes.py:976: local variable 'entry' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/TypeInference.py:1: 'warn_once' imported but unused
./usr/share/pyshared/Cython/Compiler/TypeInference.py:1: 'InternalError' imported but unused
./usr/share/pyshared/Cython/Compiler/TypeInference.py:1: 'error' imported but unused
./usr/share/pyshared/Cython/Compiler/CythonScope.py:2: 'from PyrexTypes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/TreePath.py:39: undefined name 'next'
./usr/share/pyshared/Cython/Compiler/TreePath.py:118: redefinition of function 'iter_recursive' from line 110
./usr/share/pyshared/Cython/Compiler/TreePath.py:168: redefinition of function 'select' from line 159
./usr/share/pyshared/Cython/Compiler/TreePath.py:259: undefined name 'next'
./usr/share/pyshared/Cython/Compiler/Buffer.py:1: 'VisitorTransform' imported but unused
./usr/share/pyshared/Cython/Compiler/Buffer.py:3: 'from Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Buffer.py:4: 'from ExprNodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Buffer.py:5: 'EncodedString' imported but unused
./usr/share/pyshared/Cython/Compiler/Buffer.py:253: local variable 'ndim' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Buffer.py:254: local variable 'cast' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Buffer.py:255: local variable 'flags' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Buffer.py:256: local variable 'bufstruct' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Buffer.py:258: local variable 'dtype_typeinfo' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Buffer.py:282: local variable 'flags' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Interpreter.py:9: 'from Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Interpreter.py:10: 'from ExprNodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/AutoDocTransforms.py:2: 'CFuncDefNode' imported but unused
./usr/share/pyshared/Cython/Compiler/AutoDocTransforms.py:2: 'DefNode' imported but unused
./usr/share/pyshared/Cython/Compiler/AutoDocTransforms.py:3: 'CompileError' imported but unused
./usr/share/pyshared/Cython/Compiler/AutoDocTransforms.py:21: local variable 'denv' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/TypeSlots.py:9: 'sys' imported but unused
./usr/share/pyshared/Cython/Compiler/Visitor.py:6: 'cython' imported but unused
./usr/share/pyshared/Cython/Compiler/Visitor.py:10: 'Naming' imported but unused
./usr/share/pyshared/Cython/Compiler/Symtab.py:6: 'Utils' imported but unused
./usr/share/pyshared/Cython/Compiler/Symtab.py:12: 'TypeSlots' imported but unused
./usr/share/pyshared/Cython/Compiler/StringEncoding.py:9: undefined name 'bytes'
./usr/share/pyshared/Cython/Compiler/StringEncoding.py:169: undefined name 'bytearray'
./usr/share/pyshared/Cython/Compiler/AnalysedTreeTransforms.py:1: 'VisitorTransform' imported but unused
./usr/share/pyshared/Cython/Compiler/AnalysedTreeTransforms.py:1: 'TreeVisitor' imported but unused
./usr/share/pyshared/Cython/Compiler/AnalysedTreeTransforms.py:3: 'NoneNode' imported but unused
./usr/share/pyshared/Cython/Compiler/AnalysedTreeTransforms.py:3: 'ExprNode' imported but unused
./usr/share/pyshared/Cython/Compiler/AnalysedTreeTransforms.py:6: 'dict_type' imported but unused
./usr/share/pyshared/Cython/Compiler/AnalysedTreeTransforms.py:8: 'Naming' imported but unused
./usr/share/pyshared/Cython/Compiler/TreeFragment.py:8: 'BuiltinScope' imported but unused
./usr/share/pyshared/Cython/Compiler/TreeFragment.py:9: 'Symtab' imported but unused
./usr/share/pyshared/Cython/Compiler/TreeFragment.py:10: 'PyrexTypes' imported but unused
./usr/share/pyshared/Cython/Compiler/TreeFragment.py:16: 'UtilNodes' imported but unused
./usr/share/pyshared/Cython/Compiler/TreeFragment.py:120: local variable 'temphandles' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ParseTreeTransforms.py:3: 'ModuleNode' imported but unused
./usr/share/pyshared/Cython/Compiler/ParseTreeTransforms.py:4: 'from Cython.Compiler.Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/ParseTreeTransforms.py:5: 'from Cython.Compiler.ExprNodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/ParseTreeTransforms.py:6: 'from Cython.Compiler.UtilNodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/ParseTreeTransforms.py:8: 'EncodedString' imported but unused
./usr/share/pyshared/Cython/Compiler/ParseTreeTransforms.py:532: local variable 'legal_scopes' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ParseTreeTransforms.py:964: local variable 'env' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Lexicon.py:33: local variable 'sq_string' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Lexicon.py:39: local variable 'dq_string' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Lexicon.py:46: local variable 'tsq_string' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Lexicon.py:53: local variable 'tdq_string' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Code.py:1105: local variable 'type' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:7: 'warn_once' imported but unused
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:12: 'Nodes' imported but unused
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:24: 'debug_temp_alloc' imported but unused
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:545: local variable 'src_is_py_type' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:546: local variable 'dst_is_py_type' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:1409: local variable 'bufstruct' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:1970: local variable 'sign_code' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/ExprNodes.py:2742: undefined name 'PostParseError'
./usr/share/pyshared/Cython/Compiler/Nodes.py:5: 'time' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:13: 'Code' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:19: 'CFuncType' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:19: 'error_type' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:20: 'CClassScope' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:22: 'open_new_file' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:22: 'replace_suffix' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:26: 'ControlFlow' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:65: local variable 'encoded_bytes' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Nodes.py:838: undefined name 's'
./usr/share/pyshared/Cython/Compiler/Nodes.py:1373: 'ExprNodes' imported but unused
./usr/share/pyshared/Cython/Compiler/Nodes.py:2000: local variable 'arg_entry' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Nodes.py:2546: local variable 'call_tuple' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Nodes.py:2680: local variable 'genv' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Nodes.py:2810: undefined name 'pos'
./usr/share/pyshared/Cython/Compiler/Nodes.py:2975: undefined name 'rhs'
./usr/share/pyshared/Cython/Compiler/Nodes.py:3006: undefined name 'rhs'
./usr/share/pyshared/Cython/Compiler/Nodes.py:3099: local variable 'lhs' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Nodes.py:3100: local variable 'rhs' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Nodes.py:4292: local variable 'genv' is assigned to but never used
./usr/share/pyshared/Cython/Compiler/Tests/TestTreePath.py:2: 'PrintTree' imported but unused
./usr/share/pyshared/Cython/Compiler/Tests/TestBuffer.py:3: 'from Cython.Compiler.Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestBuffer.py:4: 'from Cython.Compiler.ParseTreeTransforms import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestBuffer.py:5: 'from Cython.Compiler.Buffer import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestParseTreeTransforms.py:2: 'from Cython.Compiler.ParseTreeTransforms import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestParseTreeTransforms.py:3: 'from Cython.Compiler.Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestTreeFragment.py:2: 'from Cython.Compiler.TreeFragment import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestTreeFragment.py:3: 'from Cython.Compiler.Nodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestTreeFragment.py:4: 'from Cython.Compiler.UtilNodes import *' used; unable to detect undefined names
./usr/share/pyshared/Cython/Compiler/Tests/TestTreeFragment.py:5: 'Naming' imported but unused
./usr/share/pyshared/Cython/Plex/Transitions.py:8: 'copy' imported but unused
./usr/share/pyshared/Cython/Plex/Scanners.py:13: 'cython' imported but unused
./usr/share/pyshared/Cython/Plex/Timing.py:14: redefinition of function 'time' from line 10
./usr/share/pyshared/Cython/Plex/__init__.py:33: 'TEXT' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:33: 'Begin' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:33: 'IGNORE' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:34: 'State' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:34: 'Lexicon' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'AnyChar' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'Empty' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'AnyBut' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'RE' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'Range' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'Str' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'Seq' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'Rep1' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'Alt' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:35: 'Any' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:36: 'Rep' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:36: 'NoCase' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:36: 'Opt' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:36: 'Case' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:36: 'Eof' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:36: 'Eol' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:36: 'Bol' imported but unused
./usr/share/pyshared/Cython/Plex/__init__.py:37: 'Scanner' imported but unused
./usr/share/pyshared/Cython/Plex/Regexps.py:9: 'array' imported but unused
./usr/share/pyshared/pyximport/pyximport.py:135: undefined name '_test_files'
./usr/share/pyshared/pyximport/pyximport.py:146: undefined name '_test_files'
./usr/share/pyshared/pyximport/pyximport.py:154: undefined name 'pyxargs'
./usr/share/pyshared/pyximport/pyximport.py:155: undefined name 'pyxargs'
./usr/share/pyshared/pyximport/pyximport.py:164: undefined name 'pyxargs'
./usr/share/pyshared/pyximport/pyximport.py:183: local variable 'e' is assigned to but never used
./usr/share/pyshared/pyximport/pyximport.py:200: undefined name 'pyxargs'
./usr/share/pyshared/pyximport/pyximport.py:294: local variable 'e' is assigned to but never used
./usr/share/pyshared/pyximport/__init__.py:1: 'from pyximport import *' used; unable to detect undefined names
./usr/share/pyshared/pyximport/pyxbuild.py:10: 'CCompilerError' imported but unused
./usr/share/pyshared/pyximport/pyxbuild.py:10: 'DistutilsError' imported but unused
./usr/share/pyshared/pyximport/pyxbuild.py:131: 'test' imported but unused

This report was generated on Sun, 02 Jan 2011 05:14:22 +0000, based on results by pyflakes 0.4.0-1