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

Support mixing cython.compile with directive decorators. #1293

Open
robertwb opened this issue Sep 17, 2011 · 3 comments
Open

Support mixing cython.compile with directive decorators. #1293

robertwb opened this issue Sep 17, 2011 · 3 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Sep 17, 2011

e.g.

import cython

@cython.compile
@cython.boundscheck(False)
def foo():
    ...

Depend on http://trac.cython.org/ticket/737 (#1292)

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

@robertwb
Copy link
Contributor Author

@robertwb changed component from Code Generation to Pure Python Mode
commented

@h5rdly
Copy link

h5rdly commented Aug 9, 2019

@robertwb Do you have knowledge of which pure mode decorators do mix with @compile?
@returns, @nogil, @locals and @cfunc are of particular interest.

Thanks

@scoder
Copy link
Contributor

scoder commented Aug 14, 2019

@h5rdly it would be nice if you could try out the relevant ones and provide a list in this ticket, so that we can see what exactly is there or isn't.

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

3 participants