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 Anthony Sottile, BTaskaya, cstratak, gvanrossum, lys.nikolaou, ned.deily, pablogsal, serhiy.storchaka, vstinner
Date 2020-05-01.00:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588291242.43.0.721365766276.issue40334@roundup.psfhosted.org>
In-reply-to
Content
Warnings found by pyflakes:

Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py:115:31 undefined name 'lines'
Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py:116:25 undefined name 'lines'
Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py:527:42 undefined name 'stmt'
Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py:527:48 undefined name 'blocks'
History
Date User Action Args
2020-05-01 00:00:42vstinnersetrecipients: + vstinner, gvanrossum, ned.deily, serhiy.storchaka, Anthony Sottile, cstratak, lys.nikolaou, pablogsal, BTaskaya
2020-05-01 00:00:42vstinnersetmessageid: <1588291242.43.0.721365766276.issue40334@roundup.psfhosted.org>
2020-05-01 00:00:42vstinnerlinkissue40334 messages
2020-05-01 00:00:42vstinnercreate