[issue6068] c_ulonglong structure members appear read-only

2009-05-20 Thread higstar
higstar added the comment: Right...I've just found a caveat in section 16.15.1.12 of the html documentation which means this should be a feature request: "Bit fields are only possible for integer fields" -- type: -> feature request ___ Python track

[issue6068] c_ulonglong structure members appear read-only

2009-05-20 Thread higstar
Changes by higstar : -- type: compile error -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue6068] c_ulonglong structure members appear read-only

2009-05-20 Thread higstar
New submission from higstar : When defining a structure with members of ctype type c_ulonglong, some members appear read only? I created this test.py and appended the results below: - import ctypes import time class all_ulong(ctypes.BigEndianStructure): _fields_= [