We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a139bf + 77f2368 commit addbb72Copy full SHA for addbb72
1 file changed
dynd/src/types/pyobject_type.cpp
@@ -33,4 +33,4 @@ void pyobject_type::print_data(std::ostream &o, const char *arrmeta, const char
33
Py_DECREF(repr);
34
}
35
36
-const type_id_t ndt::id_of<pyobject_type>::value = new_id("pyobject", any_kind_id);
+const type_id_t ndt::id_of<pyobject_type>::value = new_id("pyobject");
0 commit comments