Debian Automated Code Analysis

pyflakes analysis of python-ptrace_0.6.2-1_all.deb

./usr/share/pyshared/ptrace/disasm.py:12: redefinition of unused 'DecodeBits' from line 9
./usr/share/pyshared/ptrace/profiler.py:7: redefinition of unused 'StringIO' from line 5
./usr/share/pyshared/ptrace/compatibility.py:37: redefinition of unused 'any' from line 35
./usr/share/pyshared/ptrace/compatibility.py:47: redefinition of unused 'all' from line 45
./usr/share/pyshared/ptrace/__init__.py:1: 'SIGNAMES' imported but unused
./usr/share/pyshared/ptrace/__init__.py:1: 'signalName' imported but unused
./usr/share/pyshared/ptrace/__init__.py:2: 'PtraceError' imported but unused
./usr/share/pyshared/ptrace/ctypes_errno.py:45: undefined name 'errno'
./usr/share/pyshared/ptrace/debugger/__init__.py:1: 'Breakpoint' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:2: 'ProcessExit' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:2: 'ProcessExecution' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:2: 'ProcessEvent' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:2: 'NewProcessEvent' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:4: 'ProcessSignal' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:5: 'ProcessError' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:6: 'ChildError' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:7: 'PtraceProcess' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:8: 'PtraceDebugger' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:8: 'DebuggerError' imported but unused
./usr/share/pyshared/ptrace/debugger/__init__.py:9: 'Application' imported but unused
./usr/share/pyshared/ptrace/debugger/ptrace_signal.py:7: redefinition of unused 'SIGCHLD' from line 5
./usr/share/pyshared/ptrace/debugger/ptrace_signal.py:11: redefinition of unused 'SIGBUS' from line 9
./usr/share/pyshared/ptrace/debugger/process.py:542: redefinition of function 'readBytes' from line 532
./usr/share/pyshared/ptrace/debugger/signal_reason.py:33: local variable 'err' is assigned to but never used
./usr/share/pyshared/ptrace/syscall/syscall_argument.py:22: redefinition of unused 'SYSCALL_ARG_DICT' from line 20
./usr/share/pyshared/ptrace/syscall/syscall_argument.py:24: redefinition of unused 'SYSCALL_ARG_DICT' from line 22
./usr/share/pyshared/ptrace/syscall/__init__.py:1: 'SYSCALL_NAMES' imported but unused
./usr/share/pyshared/ptrace/syscall/__init__.py:2: 'FILENAME_ARGUMENTS' imported but unused
./usr/share/pyshared/ptrace/syscall/__init__.py:2: 'SYSCALL_PROTOTYPES' imported but unused
./usr/share/pyshared/ptrace/syscall/__init__.py:3: 'SyscallArgument' imported but unused
./usr/share/pyshared/ptrace/syscall/__init__.py:4: 'PtraceSyscall' imported but unused
./usr/share/pyshared/ptrace/syscall/names.py:7: redefinition of unused 'SYSCALL_NAMES' from line 5
./usr/share/pyshared/ptrace/syscall/names.py:9: redefinition of unused 'SYSCALL_NAMES' from line 7
./usr/share/pyshared/ptrace/syscall/names.py:11: redefinition of unused 'SYSCALL_NAMES' from line 9
./usr/share/pyshared/ptrace/binding/func.py:15: redefinition of unused 'ptrace_registers_t' from line 10
./usr/share/pyshared/ptrace/binding/func.py:19: redefinition of unused 'ptrace_registers_t' from line 15
./usr/share/pyshared/ptrace/binding/func.py:19: redefinition of unused 'user_fpregs_struct' from line 10
./usr/share/pyshared/ptrace/binding/func.py:124: redefinition of unused '_ptrace' from line 116
./usr/share/pyshared/ptrace/binding/func.py:253: redefinition of function 'ptrace_syscall' from line 208
./usr/share/pyshared/ptrace/binding/func.py:256: redefinition of function 'ptrace_cont' from line 211
./usr/share/pyshared/ptrace/binding/func.py:260: redefinition of function 'ptrace_getregs' from line 240
./usr/share/pyshared/ptrace/binding/func.py:265: redefinition of function 'ptrace_setregs' from line 245
./usr/share/pyshared/ptrace/binding/func.py:269: redefinition of function 'ptrace_singlestep' from line 249
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_setregs' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_traceme' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_cont' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'REGISTER_NAMES' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_poketext' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_detach' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_peekuser' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_registers_t' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_attach' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_peektext' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_syscall' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:1: 'ptrace_kill' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:13: 'PTRACE_EVENT_EXEC' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:13: 'ptrace_setoptions' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:13: 'WPTRACEEVENT' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:13: 'PTRACE_EVENT_VFORK' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:13: 'ptrace_geteventmsg' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:13: 'PTRACE_EVENT_CLONE' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:13: 'PTRACE_EVENT_FORK' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:18: 'ptrace_singlestep' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:20: 'ptrace_getsiginfo' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:22: 'ptrace_io' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:23: 'PIOD_READ_I' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:23: 'PIOD_READ_D' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:23: 'ptrace_io_desc' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:23: 'PIOD_WRITE_I' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:23: 'PIOD_WRITE_D' imported but unused
./usr/share/pyshared/ptrace/binding/__init__.py:28: 'ptrace_getregs' imported but unused

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