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 xtreak
Recipients malin, misho88, serhiy.storchaka, twouters, xtreak, zach.ware
Date 2019-12-13.06:19:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576217976.25.0.853179198665.issue39033@roundup.psfhosted.org>
In-reply-to
Content
Ma Lin, Running pylint/flake8 could possibly detect it but needs to be manually checked. issue36948 was a similar report I filed in the past using flake8 regarding NameError.

pylint - Lib/zipimport.py:611:20: E0602: Undefined variable '_boostrap_external' (undefined-variable)
flake8 - Lib/zipimport.py:611:21: F821 undefined name '_boostrap_external'
History
Date User Action Args
2019-12-13 06:19:36xtreaksetrecipients: + xtreak, twouters, zach.ware, serhiy.storchaka, malin, misho88
2019-12-13 06:19:36xtreaksetmessageid: <1576217976.25.0.853179198665.issue39033@roundup.psfhosted.org>
2019-12-13 06:19:36xtreaklinkissue39033 messages
2019-12-13 06:19:35xtreakcreate