Cython v0.29.8 Release Notes

Release Date: 2019-05-28 // almost 5 years ago
  • ๐Ÿ› Bugs fixed

    • C compile errors with CPython 3.8 were resolved. Patch by Marcel Plch. (Github issue :issue:2938)

    • Python tuple constants that compare equal but have different item types could incorrectly be merged into a single constant. (Github issue :issue:2919)

    • ๐Ÿ›  Non-ASCII characters in unprefixed strings could crash the compiler when used with language level 3str.

    • Starred expressions in %-formatting tuples could fail to compile for unicode strings. (Github issue :issue:2939)

    • Passing Python class references through cython.inline() was broken. (Github issue :issue:2936)