Skip to content

Commit addbb72

Browse files
committed
Merge pull request #715 from izaid/various
Updates to match libdynd
2 parents 5a139bf + 77f2368 commit addbb72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynd/src/types/pyobject_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ void pyobject_type::print_data(std::ostream &o, const char *arrmeta, const char
3333
Py_DECREF(repr);
3434
}
3535

36-
const type_id_t ndt::id_of<pyobject_type>::value = new_id("pyobject", any_kind_id);
36+
const type_id_t ndt::id_of<pyobject_type>::value = new_id("pyobject");

0 commit comments

Comments
 (0)