[Python-Dev] ctypes: Configurable bitfield allocation strategy (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sun Jun 26 01:37:05 CEST 2011
- Previous message: [Python-Dev] ctypes: Configurable bitfield allocation strategy
- Next message: [Python-Dev] ctypes: Configurable bitfield allocation strategy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] ctypes: Configurable bitfield allocation strategy
- Next message: [Python-Dev] ctypes: Configurable bitfield allocation strategy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]