Cython v0.27.3 Release Notes

Release Date: 2017-11-03 // over 6 years ago
  • ๐Ÿ› Bugs fixed

    • String forward references to extension types like @cython.locals(x="ExtType") failed to find the named type. (Github issue :issue:1962)

    • NumPy slicing generated incorrect results when compiled with Pythran. Original patch by Serge Guelton (Github issue :issue:1946).

    • ๐Ÿ›  Fix "undefined reference" linker error for generators on Windows in Py3.3-3.5. (Github issue :issue:1968)

    • Adapt to recent C-API change of PyThreadState in CPython 3.7.

    • ๐Ÿ›  Fix signature of PyWeakref_GetObject() API declaration. Patch by Jeroen Demeyer (Github issue :issue:1975).