Ticket #23 (closed defect: fixed)
cdef public attributes don't work for extension types
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.9.8.1 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
On Jul 11, 2008, at 11:50 PM, Joshua Kantor wrote: cdef readonly actually works with the numpy arrays, cdef public does not however. In principle it should be possible to assign a to it, but you of course could only assign a numpy array.
There is code to do c-type conversion on assignment, it shouldn't be hard to do type checking too
Change History
Note: See
TracTickets for help on using
tickets.
