[Python-Dev] ctypes: Configurable bitfield allocation strategy

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Jun 26 01:37:05 CEST 2011


Vlad Riscutia wrote:
> Longer term though, I think it 
> would be better to add a property on the Structure class for 
> configurable allocation strategy, for example Native (default), GCC, 
> MSVC

It could also be good to have a mode which lets you specify
*exactly* how the bits are laid out, independent of any
particular compiler.

-- 
Greg


More information about the Python-Dev mailing list