[issue40462] [easy] undefined name in Lib/test/mock_socket.py

STINNER Victor report at bugs.python.org
Thu Apr 30 19:53:15 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Another one:

Lib/test/test_frame.py:53:17 undefined name 'inner'

I guess that self.inner() should be used instead of inner(). In practice, it's dead code, but fixing it would make pyflakes happier :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40462>
_______________________________________


More information about the Python-bugs-list mailing list