Ticket #585 (closed enhancement: fixed)
Support "final" cdef classes
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.14 |
| Component: | Cython Language Feature | Keywords: | |
| Cc: |
Description
It was agreed that Cython should have a way to mark classes and their methods final.
http://comments.gmane.org/gmane.comp.python.cython.devel/8741
The first step is to enable completely "final" cdef classes. They must prevent subtyping and also imply "final" for all of their methods.
Change History
Note: See
TracTickets for help on using
tickets.
