Cython v0.29.6 Release Notes

Release Date: 2019-02-27 // about 5 years ago
  • 🐛 Bugs fixed

    • 0️⃣ Fix a crash when accessing the __kwdefaults__ special attribute of fused functions. (Github issue :issue:1470)

    • 🛠 Fix the parsing of buffer format strings that contain numeric sizes, which could lead to incorrect input rejections. (Github issue :issue:2845)

    • Avoid a C #pragma in old gcc versions that was only added in GCC 4.6. Patch by Michael Anselmi. (Github issue :issue:2838)

    • Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3, even though the default encoding there is UTF-8. (Github issue :issue:2819)