Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

literal lists don't work at module level #673

Closed
robertwb opened this issue Nov 9, 2008 · 5 comments
Closed

literal lists don't work at module level #673

robertwb opened this issue Nov 9, 2008 · 5 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Nov 9, 2008

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

Migrated from http://trac.cython.org/ticket/113

@robertwb
Copy link
Contributor Author

@robertwb changed milestone from 0.10.1 to 0.11
commented

@robertwb
Copy link
Contributor Author

scoder changed priority from major to minor
commented

@robertwb
Copy link
Contributor Author

@robertwb changed milestone from 0.11 to 0.11.1
commented

@robertwb
Copy link
Contributor Author

@robertwb changed milestone from 0.11.1 to wishlist
commented

@robertwb
Copy link
Contributor Author

@robertwb changed milestone from wishlist to 0.18
resolution to fixed
status from new to closed
commented

#200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant