Commit a3e49764 authored by Stefan Behnel's avatar Stefan Behnel

fix missing attribute error in compiled Cython installation

parent ce3551b2
......@@ -11,6 +11,7 @@ cdef initial_compile_time_env()
cdef class Method:
cdef object name
cdef dict kwargs
cdef readonly object __name__ # for tracing the scanner
@cython.final
......
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