On 21. 1. 2013 Stefan Behnel wrote:
> > pybayes/filters.pxd:22:29: Compiler crash in AnalyseDeclarationsTransform
> > [...]
> > AssertionError: Cannot insert list here: body in
> >
>
> I'm puzzled how this comes to be triggered by the "binding" directive.
> Anyway, just as a stab in the dark, do
Hi,
thanks for the report.
Matěj Laitl, 21.01.2013 00:16:
> Heya Cython folks,
> I face a compiler crash (full log at the bottom of the mail) with Cython
> 0.17.1-392-g81d3d10 (today's git). This only happens if Cython directive
> binding is left to True, if set to False, the project builds and
Heya Cython folks,
I face a compiler crash (full log at the bottom of the mail) with Cython
0.17.1-392-g81d3d10 (today's git). This only happens if Cython directive
binding is left to True, if set to False, the project builds and runs fine.
Steps to reproduce:
# git clone git://github.com/strohe