Commit 553f3130 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 08928dd0 7a974e4e
......@@ -424,6 +424,10 @@ Bugs fixed
* Error handling in ``cython.array`` creation was improved to avoid calling
C-API functions with an error held.
* Memory view slicing generated unused error handling code which could negatively
impact the C compiler optimisations for parallel OpenMP code etc.
(Github issue #2987)
* Complex buffer item types of structs of arrays could fail to validate.
Patch by Leo and smutch. (Github issue #1407)
......
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