Ticket #113 (new defect)
literal lists don't work at module level
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | wishlist |
| Component: | Parsing | Keywords: | |
| Cc: |
Description
Error converting Pyrex file to C:
------------------------------------------------------------
...
cdef int* a = [1,2,3]
^
------------------------------------------------------------
/Users/robert/sage/cython/cython-0.10.1/Demos/array_decl.pyx:1:5: Literal list must be assigned to pointer at time of declaration
Change History
Note: See
TracTickets for help on using
tickets.
