Home
last modified time | relevance | path

Searched refs:PyDescr_COMMON (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Ddescrobject.h40 #define PyDescr_COMMON \ macro
46 PyDescr_COMMON;
50 PyDescr_COMMON;
55 PyDescr_COMMON;
60 PyDescr_COMMON;
65 PyDescr_COMMON;
/external/python/cpython3/Include/
Ddescrobject.h48 #define PyDescr_COMMON PyDescrObject d_common macro
54 PyDescr_COMMON;
59 PyDescr_COMMON;
64 PyDescr_COMMON;
69 PyDescr_COMMON;
/external/python/cpython3/Misc/
DHISTORY13102 - Issue #6151: Made PyDescr_COMMON conform to standard C (like PyObject_HEAD in
13104 accessing the d_type and d_name members of structures using PyDescr_COMMON.