CPPInstance.cxx (root_v6.26.08.source) | : | CPPInstance.cxx (root_v6.26.10.source) | ||
---|---|---|---|---|
skipping to change at line 755 | skipping to change at line 755 | |||
0, // tp_as_sequence | 0, // tp_as_sequence | |||
0, // tp_as_mapping | 0, // tp_as_mapping | |||
(hashfunc)op_hash, // tp_hash | (hashfunc)op_hash, // tp_hash | |||
0, // tp_call | 0, // tp_call | |||
(reprfunc)op_str, // tp_str | (reprfunc)op_str, // tp_str | |||
0, // tp_getattro | 0, // tp_getattro | |||
0, // tp_setattro | 0, // tp_setattro | |||
0, // tp_as_buffer | 0, // tp_as_buffer | |||
Py_TPFLAGS_DEFAULT | | Py_TPFLAGS_DEFAULT | | |||
Py_TPFLAGS_BASETYPE | | Py_TPFLAGS_BASETYPE | | |||
Py_TPFLAGS_HAVE_GC | | ||||
Py_TPFLAGS_CHECKTYPES, // tp_flags | Py_TPFLAGS_CHECKTYPES, // tp_flags | |||
(char*)"cppyy object proxy (internal)", // tp_doc | (char*)"cppyy object proxy (internal)", // tp_doc | |||
0, // tp_traverse | 0, // tp_traverse | |||
(inquiry)op_clear, // tp_clear | (inquiry)op_clear, // tp_clear | |||
(richcmpfunc)op_richcompare, // tp_richcompare | (richcmpfunc)op_richcompare, // tp_richcompare | |||
0, // tp_weaklistoffset | 0, // tp_weaklistoffset | |||
0, // tp_iter | 0, // tp_iter | |||
0, // tp_iternext | 0, // tp_iternext | |||
op_methods, // tp_methods | op_methods, // tp_methods | |||
0, // tp_members | 0, // tp_members | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |