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 7bf0030 + 626727d commit c474814Copy full SHA for c474814
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");
+const type_id_t ndt::id_of<pyobject_type>::value = new_id("pyobject", any_kind_id);
0 commit comments