Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

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'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to