CustomPyTypes.cxx (root_v6.26.08.source) | : | CustomPyTypes.cxx (root_v6.26.10.source) | ||
---|---|---|---|---|
skipping to change at line 80 | skipping to change at line 80 | |||
return BindCppObjectNoCast((Cppyy::TCppObject_t)(intptr_t)addr, self->fType) ; | return BindCppObjectNoCast((Cppyy::TCppObject_t)(intptr_t)addr, self->fType) ; | |||
} | } | |||
PyTypeObject TypedefPointerToClass_Type = { | PyTypeObject TypedefPointerToClass_Type = { | |||
PyVarObject_HEAD_INIT(&PyType_Type, 0) | PyVarObject_HEAD_INIT(&PyType_Type, 0) | |||
(char*)"cppyy.TypedefPointerToClass",// tp_name | (char*)"cppyy.TypedefPointerToClass",// tp_name | |||
sizeof(typedefpointertoclassobject), // tp_basicsize | sizeof(typedefpointertoclassobject), // tp_basicsize | |||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | |||
(ternaryfunc)tpc_call, // tp_call | (ternaryfunc)tpc_call, // tp_call | |||
0, 0, 0, 0, | 0, 0, 0, 0, | |||
Py_TPFLAGS_DEFAULT | | Py_TPFLAGS_DEFAULT, // tp_flags | |||
Py_TPFLAGS_HAVE_GC, // tp_flags | ||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | |||
#if PY_VERSION_HEX >= 0x02030000 | #if PY_VERSION_HEX >= 0x02030000 | |||
, 0 // tp_del | , 0 // tp_del | |||
#endif | #endif | |||
#if PY_VERSION_HEX >= 0x02060000 | #if PY_VERSION_HEX >= 0x02060000 | |||
, 0 // tp_version_tag | , 0 // tp_version_tag | |||
#endif | #endif | |||
#if PY_VERSION_HEX >= 0x03040000 | #if PY_VERSION_HEX >= 0x03040000 | |||
, 0 // tp_finalize | , 0 // tp_finalize | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |