Cython v0.29.15 Release Notes

Release Date: 2020-02-06 // over 4 years ago
  • ๐Ÿ› Bugs fixed

    • Crash when returning a temporary Python object from an async-def function. (Github issue :issue:3337)

    • Crash when using **kwargs in generators. Patch by David Woods. (Github issue :issue:3265)

    • Double reference free in __class__ cell handling for super() calls. (Github issue :issue:3246)

    • Compile error when using *args as Python class bases. (Github issue :issue:3338)

    • Import failure in IPython 7.11. (Github issue :issue:3297)

    • ๐Ÿ›  Fixed C name collision in the auto-pickle code. Patch by ThePrez. (Github issue :issue:3238)

    • ๐Ÿ—„ Deprecated import failed in Python 3.9. (Github issue :issue:3266)

    .. _0.29.14: