Ticket #93 (closed defect: fixed)
static array creation
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10 |
| Component: | Parsing | Keywords: | |
| Cc: |
Description
One should be able to do
cdef double a[] = [0.5, 0.3, 0.1, 0.1]
or even
cdef foo(double*):
pass
foo([1,2,3])
Note that this would only work for literal lists, to avoid allocation issues
Change History
Note: See
TracTickets for help on using
tickets.
