This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-04-30.23:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588290795.52.0.87654141913.issue40462@roundup.psfhosted.org>
In-reply-to
Content
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 :-)
History
Date User Action Args
2020-04-30 23:53:15vstinnersetrecipients: + vstinner
2020-04-30 23:53:15vstinnersetmessageid: <1588290795.52.0.87654141913.issue40462@roundup.psfhosted.org>
2020-04-30 23:53:15vstinnerlinkissue40462 messages
2020-04-30 23:53:15vstinnercreate