Cython v0.28.4 Release Notes

Release Date: 2018-07-08 // almost 6 years ago
  • 🐛 Bugs fixed

    • Reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation. (Github issue :issue:2309)

    • 👻 Exception catching based on a non-literal (runtime) tuple could fail to match the exception. (Github issue :issue:2425)

    • Compile fix for CPython 3.7.0a2. (Github issue :issue:2477)