Ticket #93 (closed defect: fixed)

Opened 2 months ago

Last modified 2 weeks ago

static array creation

Reported by: robertwb Assigned to: somebody
Priority: major Milestone: 0.10
Component: Parsing Version:
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

10/08/2008 12:19:23 AM changed by robertwb

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from wishlist to 0.9.8.2.

11/08/2008 03:30:15 PM changed by robertwb

  • component changed from Code Generation to Parsing.