Hi, This is the final (and the smallest) patch in the bitpos expansion changes. This patch changes python-types code to use PyLong_FromLongLong for bitpos and type.length. I have verified that there are not regressions in the testsuite as a result of this patch. Regards, Siddhesh gdb/ChangeLog 2012-08-05 Siddhesh Poyarekar * python/py-type.c (convert_field): Use PyLong_FromLongLong for TYPE_FIELD_BITPOS. (typy_get_sizeof): Likewise for TYPE_LENGTH.