mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops, disable broken rich compare for now
This commit is contained in:
parent
8cab1011d6
commit
da44b3ae3b
@ -1742,9 +1742,9 @@ write_module_class(ostream &out, Object *obj) {
|
|||||||
out << "#endif\n";
|
out << "#endif\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (has_local_richcompare) {
|
// if (has_local_richcompare) {
|
||||||
out << " Dtool_" << ClassName << ".As_PyTypeObject().tp_richcompare = &Dtool_RichCompare_" << ClassName << ";\n";
|
// out << " Dtool_" << ClassName << ".As_PyTypeObject().tp_richcompare = &Dtool_RichCompare_" << ClassName << ";\n";
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (has_local_repr) {
|
if (has_local_repr) {
|
||||||
out << " // __repr__\n";
|
out << " // __repr__\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user