def repr_offset(): "How many bytes after id(type) can we find the tp_repr pointer?" return 11 * ctypes.sizeof(ctypes.c_ssize_t)