Commit 597995c2 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 94ea7d09 8000fc57
......@@ -310,6 +310,10 @@ Bugs fixed
* Decoding an empty bytes/char* slice with large bounds could crash.
Patch by Sam Sneddon. (Github issue #3534)
* Re-importing a Cython extension no longer raises the error
"``__reduce_cython__ not found``".
(Github issue #3545)
* Unused C-tuples could generate incorrect code in 0.29.16.
Patch by Kirk Meyer. (Github issue #3543)
......
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