Cython v0.29.28 Release Notes

Release Date: 2022-02-17 // about 2 years ago
  • 🐛 Bugs fixed

    • Due to backwards incompatible changes in CPython 3.11a4, the feature flags CYTHON_FAST_THREAD_STATE and CYTHON_USE_EXC_INFO_STACK are now disabled in Python 3.11 and later. They are enabled again in Cython 3.0. Patch by David Woods. (Github issue :issue:4610)

    • ⚠ A C compiler warning in older PyPy versions was resolved. Patch by Matti Picus. (Github issue :issue:4236)

    .. _0.29.27: