Bug #1665 (closed)
Opened 10 years ago
Closed 10 years ago
int32 numpy array confuses Ice on 64bit Linux
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Cc: | cxallan, dzmacdonald |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
A numpy array like numpy.array([1,2],dtype='i4') can be passed via an Ice sequence<int> array on 32bit but not on 64bit machines.
Workaround: calling tolist()
see: http://www.zeroc.com/forums/bug-reports/4165-icepy-can-not-handle-buffers-longs-i64.html
Change History (2)
comment:1 Changed 10 years ago by jmoore
comment:2 Changed 10 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r5716 (trunk), r5717 (b_4_1)