Commit 0223b394 authored by Stefan Behnel's avatar Stefan Behnel

provide final/internal decorators in pure mode

parent be062895
......@@ -28,6 +28,8 @@ class _EmptyDecoratorAndManager(object):
cclass = ccall = cfunc = _EmptyDecoratorAndManager()
final = internal = _empty_decorator
def inline(f, *args, **kwds):
if isinstance(f, basestring):
from Cython.Build.Inline import cython_inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment