Re: [Cython] [Bug] Don't compile lambda with tuple argument.
On Mon, Nov 9, 2015 at 4:15 PM, yi huang wrote: > Even function with tuple match parameter don't work either. > > ``` > def test((name, v)): > return True > ``` > > ``` > Error compiling Cython file: > > ... > def test((name, v)): >
Re: [Cython] [Bug] Don't compile lambda with tuple argument.
Even function with tuple match parameter don't work either. ``` def test((name, v)): return True ``` ``` Error compiling Cython file: ... def test((name, v)): ^ --