[New-bugs-announce] [issue39033] zipimport raises NameError: name '_boostrap_external' is not defined

Mihail Georgiev report at bugs.python.org
Thu Dec 12 17:20:17 EST 2019


New submission from Mihail Georgiev <misho88 at gmail.com>:

I think there's a "t" missing:

Lib/zipimport.py
609-
610-                try:
611:                    _boostrap_external._validate_hash_pyc(
612-                        data, source_hash, fullname, exc_details)
613-                except ImportError:
614-                    return None
615-    else:
616-        source_mtime, source_size = \
617-            _get_mtime_and_size_of_source(self, fullpath)
618-
619-        if source_mtime:

----------
components: Library (Lib)
messages: 358310
nosy: misho88
priority: normal
severity: normal
status: open
title: zipimport raises NameError: name '_boostrap_external' is not defined
type: crash
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39033>
_______________________________________


More information about the New-bugs-announce mailing list