Searched refs:PyDescr_COMMON (Results 1 – 2 of 2) sorted by relevance
48 #define PyDescr_COMMON PyDescrObject d_common macro54 PyDescr_COMMON;60 PyDescr_COMMON;65 PyDescr_COMMON;70 PyDescr_COMMON;
13102 - Issue #6151: Made PyDescr_COMMON conform to standard C (like PyObject_HEAD in13104 accessing the d_type and d_name members of structures using PyDescr_COMMON.