One of the arguments being used against automatic unicode->char * using ascii as the encoding seems to be that it can cause your module to fail at run time.
But how is this different from using an explicit encoding operation? It can *still* fail at run time if the unicode string passed can't be represented in the chosen encoding. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
