Commit ef6332d1 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents cf90e1ef a21937ab
......@@ -415,11 +415,14 @@ Bugs fixed
* Error handling early in the module init code could lead to a crash.
* Error handling in ``cython.array`` creation was improved to avoid calling
C-API functions with and error held.
C-API functions with an error held.
* Complex buffer item types of structs of arrays could fail to validate.
Patch by Leo and smutch. (Github issue #1407)
* C-tuples could use invalid C struct casting.
Patch by MegaIng. (Github issue #3038)
* Optimised ``%d`` string formatting into f-strings failed on float values.
(Github issue #3092)
......
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