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 e02c475 commit e182c66Copy full SHA for e182c66
1 file changed
Lib/ctypes/test/test_values.py
@@ -54,7 +54,7 @@ class struct_frozen(Structure):
54
_fields_ = [("name", c_char_p),
55
("code", POINTER(c_ubyte)),
56
("size", c_int),
57
- ("is_package", c_bool),
+ ("is_package", c_int),
58
("get_code", POINTER(c_ubyte)), # Function ptr
59
]
60
FrozenTable = POINTER(struct_frozen)
0 commit comments