Commit ca1592c5 authored by Stefan Behnel's avatar Stefan Behnel

fix auto_cpdef for closure functions

parent c2c1a2ad
......@@ -138,7 +138,6 @@ class Context(object):
InterpretCompilerDirectives(self, self.compiler_directives),
ParallelRangeTransform(self),
AdjustDefByDirectives(self),
_align_function_definitions,
MarkClosureVisitor(self),
_align_function_definitions,
RemoveUnreachableCode(self),
......
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