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

pre-declaring a cdef class without its base type doesn't raise an error #822

Open
robertwb opened this issue Mar 27, 2009 · 3 comments
Open

Comments

@robertwb
Copy link
Contributor

This should fail:

cdef class Album

cdef class SessionStruct:
     cdef Album _create_album(self, album* album, bint take_owner=?)

cdef class Album(SessionStruct):
     pass

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

@robertwb
Copy link
Contributor Author

robertwb commented May 1, 2009

@dagss changed milestone from 0.11.2 to 0.11.3
commented

@robertwb
Copy link
Contributor Author

@robertwb changed milestone from 0.11.3 to 0.12
commented

@robertwb
Copy link
Contributor Author

robertwb commented Nov 5, 2009

@robertwb changed milestone from 0.12 to wishlist
commented

No one's done anything on this for a while--must not be urgent enough to hold up 0.12.

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