Now error/warning messages are stored in global variables at
Cython.Compiler.Errors

I think it's much better to move error handling into some object,
Main.Context for example.

Some benefits:
 - reduce use of global variables
 - allow more then one cython compiler instance at the time
 - make it much easy to implement -Werror
 - cython directives can affect message system (fast_fail, werror)
 - messages could be easily sorted

-- 
vitja.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to