Home
last modified time | relevance | path

Searched refs:COPYVAL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dtypeobject.c4897 #undef COPYVAL in inherit_special()
4898 #define COPYVAL(SLOT) \ in inherit_special() macro
4901 COPYVAL(tp_itemsize); in inherit_special()
4902 COPYVAL(tp_weaklistoffset); in inherit_special()
4903 COPYVAL(tp_dictoffset); in inherit_special()
/external/python/cpython2/Objects/
Dtypeobject.c3876 #undef COPYVAL
3877 #define COPYVAL(SLOT) \ macro
3880 COPYVAL(tp_itemsize);
3882 COPYVAL(tp_weaklistoffset);
3885 COPYVAL(tp_dictoffset);