Commit 9f7247e7 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents cd2a42e2 3b3bcbfc
......@@ -122,12 +122,19 @@ Other changes
(Github issue #2905)
0.29.7 (2019-0?-??)
0.29.7 (2019-04-14)
===================
Bugs fixed
----------
* Crash when the shared Cython config module gets unloaded and another Cython
module reports an exceptions. Cython now makes sure it keeps an owned reference
to the module.
(Github issue #2885)
* Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
* Coverage reporting did not include the signature line of ``cdef`` functions.
(Github issue #1461)
......
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