Robert Bradshaw wrote: > Does anyone know why we have filenames_cname and filetable_cname?
In Pyrex I defined constants for all the identifiers used in generated code so that I could change them easily if I needed to. The definitions are all in one file in alphabetical order to help with keeping them unique. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
