Cython v0.17.1 Release Notes

Release Date: 2012-09-26 // over 11 years ago
  • ๐Ÿ”‹ Features added

    ๐Ÿ› Bugs fixed

    • ๐Ÿ›  A reference leak was fixed in the new dict iteration code when the loop target was not a plain variable but an unpacked tuple.

    • Memory views did not handle the special case of a NULL buffer strides value, as allowed by PEP3118.

    Other changes