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 19c1b3b commit dcf97f2Copy full SHA for dcf97f2
Lib/test/test_ctypes/test_struct_fields.py
@@ -76,7 +76,7 @@ def __init_subclass__(cls, **kwargs):
76
'ctypes state is not initialized'):
77
class Subclass(BrokenStructure): ...
78
79
- def test_gh126937(self):
+ def test_max_field_size_gh126937(self):
80
class X(self.cls):
81
_fields_ = [('char', c_char),]
82
max_field_size = sys.maxsize // 8
0 commit comments