Ticket #183 (closed defect: fixed)
Compiler directives on cpdef/cdef functions
| Reported by: | dagss | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.1 |
| Component: | Parsing | Keywords: | |
| Cc: |
Description
Currently this is not allowed:
@cython.boundscheck(False) cdef myfunc(): ...
It should be.
Change History
Note: See
TracTickets for help on using
tickets.
