Skip to content

Commit f61faa6

Browse files
committed
Reword changelog
Co-Authorsd-By: Peter Bierma <[email protected]>
1 parent 03bc32b commit f61faa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Fixed TypeError when a Structure's field's size is >65535 bytes
1+
Fix :exc:`TypeError` when a :class:`ctypes.Structure` has a field size
2+
that doesn't fit into an unsigned 16-bit integer.
3+
Instead, the maximum number of *bits* is :data:`sys.maxsize`.

0 commit comments

Comments
 (0)