Robert Bradshaw wrote: > On that note, why doesn't it die when you put "int" in there > instead?
The built-in C type names are treated as a special case by the parser. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
