Commit 96b20eb0 authored by Stefan Behnel's avatar Stefan Behnel

Add missing declaration in .pxd file (ParseTreeTransforms.py file is not compiled by default).

parent d66405c6
......@@ -46,7 +46,8 @@ cdef class ExpandInplaceOperators(EnvTransform):
cdef class AlignFunctionDefinitions(CythonTransform):
cdef dict directives
cdef scope
cdef set imported_names
cdef object scope
@cython.final
cdef class YieldNodeCollector(TreeVisitor):
......
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