[issue20097] Bad use of `self` in importlib

Ram Rachum report at bugs.python.org
Mon Dec 30 21:26:42 CET 2013


New submission from Ram Rachum:

There's a bad usage of `self` here:

    http://hg.python.org/cpython/file/fd846837492d/Lib/importlib/_bootstrap.py#l1431

`self` isn't defined because it's a class method.

----------
components: Library (Lib)
messages: 207105
nosy: cool-RR
priority: normal
severity: normal
status: open
title: Bad use of `self` in importlib
type: crash
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20097>
_______________________________________


More information about the Python-bugs-list mailing list