Commit a98b53b7 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 3104c156
...@@ -11,7 +11,7 @@ Features added ...@@ -11,7 +11,7 @@ Features added
* Generators have new properties ``__name__`` and ``__qualname__`` * Generators have new properties ``__name__`` and ``__qualname__``
that provide the plain/qualified name of the generator function that provide the plain/qualified name of the generator function
(following CPython 3.5). (following CPython 3.5, see issue 21205).
* The ``inline`` function modifier is available as a decorator * The ``inline`` function modifier is available as a decorator
``@cython.inline`` in pure mode. ``@cython.inline`` in pure mode.
......
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