mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
This commit is contained in:
parent
4ba3b50bfe
commit
79d1c2e6c9
23 changed files with 2998 additions and 3408 deletions
|
@ -64,6 +64,7 @@ class PythonValuesTestCase(unittest.TestCase):
|
|||
bootstrap_expected = [
|
||||
b'_frozen_importlib',
|
||||
b'_frozen_importlib_external',
|
||||
b'zipimport',
|
||||
]
|
||||
for entry in ft:
|
||||
# This is dangerous. We *can* iterate over a pointer, but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue