[New-bugs-announce] [issue12880] ctypes: clearly document how structure bit fields are allocated

Meador Inge report at bugs.python.org
Fri Sep 2 04:34:11 CEST 2011


New submission from Meador Inge <meadori at gmail.com>:

As issues like issue6069 and issue11920 allude to, figuring out how 'ctypes' allocates bit-fields is not very clear.  The documentation should be enhanced to flesh this out in more detail.  As an example, Microsoft documents the VC++ implementation in a reasonably clear manner ( http://msdn.microsoft.com/en-us/library/ewwyfdbe(v=vs.71).aspx ).

----------
assignee: docs at python
components: Documentation
messages: 143369
nosy: docs at python, meadori, terry.reedy, vladris
priority: normal
severity: normal
stage: needs patch
status: open
title: ctypes: clearly document how structure bit fields are allocated
type: feature request
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12880>
_______________________________________


More information about the New-bugs-announce mailing list