Commit 35fa56ad authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 0d107a8a
...@@ -8,6 +8,11 @@ Cython Changelog ...@@ -8,6 +8,11 @@ Cython Changelog
Features added Features added
-------------- --------------
* Support for the ``__debug__`` builtin.
* Assertions in Cython compiled modules are disabled if the running
Python interpreter was started with the "-O" option.
* Some types that Cython provides internally, such as functions and * Some types that Cython provides internally, such as functions and
generators, are now shared across modules if more than one Cython generators, are now shared across modules if more than one Cython
implemented module is imported. implemented module is imported.
......
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