Robert Kern wrote: > I think that there is a use case for this. I believe that a Pyrex type > hierarchy > across modules was Greg's original use case for this check in the first place
Yes, that's mainly what I had in mind. However, it's not really feasible to make a distinction between Pyrex and non-Pyrex defined classes, since Pyrex has no idea whether a .pxd file it's importing describes something implemented in Pyrex or not -- nor should it, IMO. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
