Skip to content

Commit 2447dfd

Browse files
committed
remove NPY_ITEM_IS_POINTER flag
1 parent 69c229e commit 2447dfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stringdtype/stringdtype/src/dtype.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ new_stringdtype_instance(void)
2121
new->base.flags |= NPY_NEEDS_INIT;
2222
new->base.flags |= NPY_LIST_PICKLE;
2323
new->base.flags |= NPY_ITEM_REFCOUNT;
24-
new->base.flags |= NPY_ITEM_IS_POINTER;
2524

2625
return new;
2726
}

0 commit comments

Comments
 (0)