Commit 48c6bb4c authored by Stefan Behnel's avatar Stefan Behnel

merge 0.18.x branch into master

parents 5749974c 559984b7
......@@ -303,7 +303,7 @@ def three_dim():
def obj_array():
cdef object[object, ndim=1] buf = np.array(["a", 1, {}])
print buf
print str(buf).replace('"', '').replace("'", '')
print buf[0], buf[1], buf[2]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment