Hi all, I just released Cython 0.17.1. This is a bugfix-only release for the latest stable 0.17 release series. http://pypi.python.org/pypi/Cython/0.17.1 http://wiki.cython.org/ReleaseNotes-0.17.1 Two bugs were fixed in this release: * 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. Have fun, Stefan
On Wed, 26 Sep 2012, Stefan Behnel wrote:
and a regular contribution: http://wiki.cython.org/ReleaseHistory references only 0.17 for me ;-) -- Yaroslav O. Halchenko Postdoctoral Fellow, Department of Psychological and Brain Sciences Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik
Yaroslav Halchenko, 30.09.2012 01:09:
On Wed, 26 Sep 2012, Stefan Behnel wrote:
and a regular contribution: http://wiki.cython.org/ReleaseHistory references only 0.17 for me ;-)
I added the link. Thanks. Stefan
participants (2)
-
Stefan Behnel -
Yaroslav Halchenko