Ticket #738 (new defect)

Opened 20 months ago

Last modified 20 months ago

Support mixing cython.compile with directive decorators.

Reported by: robertwb Owned by: somebody
Priority: major Milestone: wishlist
Component: Pure Python Mode Keywords:
Cc:

Description

e.g.

import cython

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

Depend on #737

Change History

Changed 20 months ago by robertwb

  • component changed from Code Generation to Pure Python Mode
Note: See TracTickets for help on using tickets.