[Cython] Type scope vs. runtime scope

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Aug 6 01:46:16 CEST 2008


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


More information about the Cython-dev mailing list