{// (<type tuple>, argPtr offset, arg size)if(PyTuple_Size(PyTuple_GET_ITEM(obArgTypes, i)) !=3) { PyErr_SetString(PyExc_TypeError,"OLE type description - expecting an arg desc tuple of size 3");gotoError; } obArgType = PyTuple_GET_ITEM(PyTuple_GET_ITEM(obArgTypes, i),0)...
BPO1122 Nosy @birkenfeld, @gaul Files pytuple_size.patch Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state. Show more details Mannequin Author gaul mannequin commented Sep 7, 2007 Documentation claims int, API uses Py_ss...