From ba3ccbdf648416d75004c5fd1eefa0db2af9c666 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 9 Aug 2013 09:05:28 +0200 Subject: [PATCH] provide no_gc_clear decorator in pure mode --- Cython/Shadow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Shadow.py b/Cython/Shadow.py index 10dfce8..0cf7917 100644 --- a/Cython/Shadow.py +++ b/Cython/Shadow.py @@ -97,7 +97,7 @@ cclass = ccall = cfunc = _EmptyDecoratorAndManager() returns = lambda type_arg: _EmptyDecoratorAndManager() -final = internal = type_version_tag = _empty_decorator +final = internal = type_version_tag = no_gc_clear = _empty_decorator def inline(f, *args, **kwds): if isinstance(f, basestring): -- 2.7.4