On Oct 19, 2009, at 5:09 PM, Neal Becker wrote: > Lisandro Dalcin wrote: > > ... >> A possible backward way could be to introduce (slightly) new syntax, >> something like <SomeType??>, i.e using two '?' to indicate a >> "stronger" type check disallowing None... > > That would be spelled <SomeType?!> > :)
Well, or one could use the nonecheck directive. I'd like to avoid adding more syntax for a problem that'll go away with a smarter compiler. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
