Commit 7fcf0d84 authored by Stefan Behnel's avatar Stefan Behnel

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

parent af3f8d48
......@@ -11,6 +11,8 @@ Features added
* ``std::move()`` is now available from ``libcpp.utility``.
Patch by Omer Ozarslan. (Github issue #2169)
* 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