Hi, Am 06/04/2008 10:08 PM schrieb Lisandro Dalcin: > In short, would it make sense to generate ValueError for the char* -> > str conversion? Honestly, the performance issues are going to be > really small.
Just take a look at my reply to Stefan. In summary: ValueError to my mind is hard to use as I can do a lot of stuff with None in Python. I don't think that's an error case. In C, NULL is a special case exactly as None is in python. So why not use None? - Johannes
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
