[Cython] Cython 0.14 Bugreport

2011-01-06 Thread Daniel Norberg
Hi folks, I'm getting a curious error in Cython 0.14 when trying to compile this: def bar(foo): qux = foo quux = foo[qux.baz] The error message: $ cython bar.py Error compiling Cython file:

Re: [Cython] Cython 0.14 Bugreport

2011-01-06 Thread Stefan Behnel
Daniel Norberg, 06.01.2011 12:20: I'm getting a curious error in Cython 0.14 when trying to compile this: def bar(foo): qux = foo quux = foo[qux.baz] The error message: $ cython bar.py Error compiling Cython file:

Re: [Cython] Cython 0.14 Bugreport

2011-01-06 Thread Robert Bradshaw
On Thu, Jan 6, 2011 at 10:30 AM, Stefan Behnel stefan...@behnel.de wrote: Daniel Norberg, 06.01.2011 12:20: I'm getting a curious error in Cython 0.14 when trying to compile this:    def bar(foo):        qux = foo        quux = foo[qux.baz] The error message:       $ cython bar.py      

Re: [Cython] Cython 0.14 Bugreport

2011-01-06 Thread Vitja Makarov
2011/1/6 Robert Bradshaw rober...@math.washington.edu: On Thu, Jan 6, 2011 at 10:30 AM, Stefan Behnel stefan...@behnel.de wrote: Daniel Norberg, 06.01.2011 12:20: I'm getting a curious error in Cython 0.14 when trying to compile this:    def bar(foo):        qux = foo        quux =

Re: [Cython] Cython 0.14 Bugreport

2011-01-06 Thread Robert Bradshaw
On Thu, Jan 6, 2011 at 10:48 AM, Vitja Makarov vitja.maka...@gmail.com wrote: 2011/1/6 Robert Bradshaw rober...@math.washington.edu: On Thu, Jan 6, 2011 at 10:30 AM, Stefan Behnel stefan...@behnel.de wrote: Daniel Norberg, 06.01.2011 12:20: I'm getting a curious error in Cython 0.14 when