Commit ee860710 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 3c5540d6
......@@ -5,11 +5,20 @@ Cython Changelog
Latest
======
Features added
--------------
* ``PySlice_*()`` C-API functions are available from the ``cpython.slice``
module.
Bugs fixed
----------
* Casting C++ ``std::string`` to Python byte strings failed when auto-decoding
was enabled.
* Rerunning unmodified modules in IPython's cython support failed.
Patch by Matthias Bussonier.
* Casting C++ ``std::string`` to Python byte strings failed when
auto-decoding was enabled.
* Fatal exceptions in global module init code could lead to crashes
if the already created module was used later on (e.g. through a
......
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