Obviously my past efforts weren't good enough: DEF MYLEN = 3 c = sizeof(MyStruct[MYLEN])
So it seems that the parser can never discern the current syntax (MYLEN could have been a typedef and MyStruct and extension type, and then it would have been buffer syntax). So if keeping the current syntax, I seem to have no choice but to create a TrailingBracketTypeNode and delay the decision until type analysis. This takes some work, and adds complexity, so I want to be sure that it is needed first. So, can I leave this bug in until the outcome of the syntax is more conclusive? (I'm currently gathering some response from the NumPy list and I want to see if they come up with anything...) -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
