Commit d6d89e9e authored by Stefan Behnel's avatar Stefan Behnel

Add missing "@cython.binding" decorator for Python code.

parent 6947db1c
......@@ -62,6 +62,8 @@ Features added
* ``--no-docstrings`` option added to ``cythonize`` script.
Original patch by mo-han. (Github issue #2889)
* The ``@cython.binding`` decorator is available in Python code.
Bugs fixed
----------
......
......@@ -123,6 +123,8 @@ overflowcheck.fold = optimization.use_switch = \
final = internal = type_version_tag = no_gc_clear = no_gc = _empty_decorator
binding = lambda _: _empty_decorator
_cython_inline = None
def inline(f, *args, **kwds):
......
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