Cython v0.29.12 Release Notes

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

    • ๐Ÿ›  Fix compile error in CPython 3.8b2 regarding the PyCode_New() signature. (Github issue :issue:3031)

    • ๐Ÿ›  Fix a C compiler warning about a missing int downcast. (Github issue :issue:3028)

    • ๐Ÿ›  Fix reported error positions of undefined builtins and constants. Patch by Orivej Desh. (Github issue :issue:3030)

    • ๐Ÿ‘ A 32 bit issue in the Pythran support was resolved. Patch by Serge Guelton. (Github issue :issue:3032)