[Cython] Class module names do not respect package hierarchy
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Oct 28 23:17:21 CET 2008
Stephane DROUARD wrote:
> The patch I'm proposing avoids having to declare/know the package structure
> at compile time, but determines it at runtime.
Be careful -- getting the class names right isn't the
only reason Pyrex needs to know the qualified name.
Don't mess with this unless you fully understand all
the implications.
--
Greg
More information about the Cython-dev
mailing list