Commit 6515c0e4 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 15d77968 cd34c916
......@@ -206,6 +206,10 @@ Bugs fixed
* C-tuples declared in ``.pxd`` files could generate incomplete C code.
Patch by Kirk Meyer. (Github issue #1427)
* Fused functions were not always detected and optimised as Cython
implemented functions.
Patch by David Woods. (Github issue #3384)
* Fix an unhandled C++ exception in comparisons.
Patch by David Woods. (Github issue #3361)
......
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