This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients theller
Date 2012-07-26.18:35:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343327705.62.0.223741820518.issue15459@psf.upfronthosting.co.za>
In-reply-to
Content
When a ctypes Structure uses a subclass of c_int, c_short, c_byte in the _fields_ list to define bitfields, the results are wrong.

The attached script showbug.py demonstrates this behaviour.
History
Date User Action Args
2012-07-26 18:35:05thellersetrecipients: + theller
2012-07-26 18:35:05thellersetmessageid: <1343327705.62.0.223741820518.issue15459@psf.upfronthosting.co.za>
2012-07-26 18:35:04thellerlinkissue15459 messages
2012-07-26 18:35:04thellercreate