I ran `git bisect`:
d96dfdbb290d23bf3b4a186dc5b1b5d9ee7fcaa5 is the first bad commit
commit d96dfdbb290d23bf3b4a186dc5b1b5d9ee7fcaa5
Author: Mark Florisson
Date: Tue Apr 10 15:01:00 2012 +0100
Decref memoryview slice class attributes
https://github.com/cython/cython/commit/d96dfdbb290d23b
pardon the initial absence of subject
On Mon, 03 Dec 2012, Yaroslav Halchenko wrote:
> reproduced with cython 0.17.2 (+ few post release fixes), originally
> detected/reported [1] with 0.17.1 on Debian systems using debug build of
> Python:
> $> python-dbg -c 'import pyximport as pi; pi.install
reproduced with cython 0.17.2 (+ few post release fixes), originally
detected/reported [1] with 0.17.1 on Debian systems using debug build of
Python:
$> python-dbg -c 'import pyximport as pi; pi.install(); import weakfail;
s=weakfail.foo(42)'
congrats!
please do not forget to push git tag for 0.17.2 ;)
On Tue, 20 Nov 2012, Stefan Behnel wrote:
> Hi everyone,
> I'm happy to announce the release of Cython 0.17.2. This is a (mostly) bug
> fix release for the stable 0.17 release series.
> http://pypi.python.org/pypi/Cython/0.17.2
> D
shouldn't there be
http://wiki.cython.org/ReleaseNotes-0.17.2
? ;-)
> Complete changelog:
> 0.17.2 (2012-11-20)
> ===
> Features added
> --
> * ``cythonize()`` gained a best effort compile mode that can be used to
> simply ignore .py files that fail to compile.
>