λ $ cat /tmp/test.pyx f = lambda (name,v):True λ $ cython /tmp/test.pyx
Error compiling Cython file: ------------------------------------------------------------ ... f = lambda (name,v):True ^ ------------------------------------------------------------ /tmp/test.pyx:1:19: Empty declarator Tested with both 0.21 and 0.23 _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel