Searched refs:REAL_SIZE_TP (Results 1 – 1 of 1) sorted by relevance
20 #define REAL_SIZE_TP(tp) PyInt_AsLong( \ macro22 #define REAL_SIZE(op) REAL_SIZE_TP(Py_TYPE(op))172 max_len = REAL_SIZE_TP(type); in structseq_new()