Cython v0.29.7 Release Notes

Release Date: 2019-04-14 // about 5 years ago
  • 🐛 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 :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 :issue:1461)

    • ⚠ Casting a GIL-requiring function into a nogil function now issues a warning. (Github issue :issue:2879)

    • Generators and coroutines were missing their return type annotation. (Github issue :issue:2884)