Robert Bradshaw wrote: > I'm -1 to changing the default as well--control flow analysis is the > way to correctly handle this.
Have you thought through how much analysis is going to be required? Keep in mind that potential None values don't just come in via arguments to functions. They can be stored in data structures, returned by other functions, etc. etc. Seems to me you would need whole-program analysis to do this comprehensively. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
