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

Improve errors for invalid syntax combinations #2530

Open
scoder opened this issue Aug 3, 2018 · 0 comments
Open

Improve errors for invalid syntax combinations #2530

scoder opened this issue Aug 3, 2018 · 0 comments

Comments

@scoder
Copy link
Contributor

scoder commented Aug 3, 2018

Follow-up of #2529. Some Python/Cython syntax combinations are illegal but do not give good error messages.

@cython.cfunc
def inline func()

@cython.cfunc
def object func()

cdef cfunc() -> int

cpdef cfunc() -> int
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