summaryrefslogtreecommitdiff
path: root/Lib/ctypes
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-09-18 22:22:29 +0300
committerGitHub <noreply@github.com>2018-09-18 22:22:29 +0300
commit79d1c2e6c9d1bc1cf41ec3041801ca1a2b9a995b (patch)
tree024dfc74ad7bd5290180638b1290301ef928426f /Lib/ctypes
parent4ba3b50bfe6d50cd82d208023ea23e203ab50589 (diff)
downloadcpython-git-79d1c2e6c9d1bc1cf41ec3041801ca1a2b9a995b.tar.gz
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Diffstat (limited to 'Lib/ctypes')
-rw-r--r--Lib/ctypes/test/test_values.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/ctypes/test/test_values.py b/Lib/ctypes/test/test_values.py
index e71b48020f..b38b63f870 100644
--- a/Lib/ctypes/test/test_values.py
+++ b/Lib/ctypes/test/test_values.py
@@ -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