On Wed, Dec 4, 2013 at 8:15 AM, Antoine Pitrou <[email protected]> wrote:

Aren't you talking about the struct module? In ctypes, it seems it
> would be sufficient to add a "c_int128" type (and/or "c_uint128").


Even in ctypes these codes are used internally for the field descriptors.
For ctypes "c_int128" seems reasonable to me.  We already have support for "
for 8-bit, 16-bit, 32-bit, and 64-bit fixed sized integer types with
comparable names.  The struct module has the notion of a "standard size"
where the size is fixed, but we default to native.

-- Meador
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to