Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b25bb commit 84d3e76Copy full SHA for 84d3e76
1 file changed
Lib/ctypes/test/test_values.py
@@ -62,10 +62,10 @@ class struct_frozen(Structure):
62
# found, but don't worry about its size too much. The same
63
# applies to _frozen_importlib_external.
64
bootstrap_seen = []
65
- bootstrap_expected = (
+ bootstrap_expected = [
66
b'_frozen_importlib',
67
b'_frozen_importlib_external',
68
- )
+ ]
69
for entry in ft:
70
# This is dangerous. We *can* iterate over a pointer, but
71
# the loop will not terminate (maybe with an access
0 commit comments