[Pyrex] precedence differences - GOTCHA!
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Oct 1 03:18:29 CEST 2007
David McNab wrote:
> The reason why the Pyrex version worked, and the C version didn't, was
> because of differences in operator precedence between C and Python.
I'll put a warning about this in the docs. I think
that's about the best that can be done, short of
refusing to compile anything with ambiguous precedence,
which would be annoying.
Thanks,
Greg
More information about the Pyrex
mailing list