Ticket #23 (closed defect: fixed)

Opened 20 months ago

Last modified 19 months ago

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

Changed 19 months ago by robertwb

  • status changed from closed to reopened
  • resolution fixed deleted

There appears to be some regression here with public attributes declared in .pxd files.

Changed 19 months ago by robertwb

  • priority changed from major to blocker

Changed 19 months ago by robertwb

  • status changed from reopened to closed
  • resolution set to fixed

Transforms now run on .pxd files as well.

Changed 19 months ago by robertwb

  • milestone set to 0.9.8.1
Note: See TracTickets for help on using tickets.