Ticket #113 (new defect)

Opened 21 months ago

Last modified 16 months ago

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

Changed 21 months ago by robertwb

  • milestone changed from 0.10.1 to 0.11

Changed 18 months ago by scoder

  • priority changed from major to minor

Changed 18 months ago by robertwb

  • milestone changed from 0.11 to 0.11.1

Changed 16 months ago by robertwb

  • milestone changed from 0.11.1 to wishlist
Note: See TracTickets for help on using tickets.