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

Raise compile time erorrs for decorators at unsupported places #1208

Closed
robertwb opened this issue Jan 17, 2011 · 2 comments
Closed

Raise compile time erorrs for decorators at unsupported places #1208

robertwb opened this issue Jan 17, 2011 · 2 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Jan 17, 2011

For in some cases, specifically for special methods, decorators cannot currently be implemented (see http://trac.cython.org/ticket/648). Currently, Cython just ignores the decorator. A compiler error should be raised in this case to tell users that this will not work.

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

@robertwb
Copy link
Contributor Author

@robertwb changed milestone from wishlist to 0.14.1
owner to robertwb
commented

@robertwb
Copy link
Contributor Author

@robertwb changed resolution to fixed
status from new to closed
commented

47ca6aa

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