Re: array setting and math function annoyance
Stefan Behnel <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Hi, Arc Riley wrote: >> Yes, we handle submodule naming based on the directory hierarchy to >> be consistent with Python. Sorry this doesn't work for you. > > It's also consistent with Python that classes, such as those in > Cython.Compiler, can have their methods overridden through class > inheritance. That's a good idea, we should totally allow that for the next release. ;) > Can you point to the function or functions which implement the extension > naming so we can make Cython behave as we need it? Depends on how you do it. Do you use distutils or call Cython by hand? BTW, "a few pesky bugs" was referring to your code and build setup, not Cython, right? Stefan