[issue39033] zipimport raises NameError: name '_boostrap_external' is not defined

Karthikeyan Singaravelan report at bugs.python.org
Fri Dec 13 01:19:36 EST 2019


Karthikeyan Singaravelan <tir.karthi at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39033>
_______________________________________


More information about the Python-bugs-list mailing list