Re: [Cython] Multiple inheritance with old-style classes in Python 2?

2018-01-25 Thread Elizabeth A. Fischer
No. Python2 is obsolete, old style classes even more so. On Thu, Jan 25, 2018 at 12:22 PM Jeroen Demeyer wrote: > Do we want to support Python 2 old-style classes for multiple > inheritance? Personally, I don't think that we should, but it's > something that has to be decided. > > The reason I

Re: [Cython] Cython infrastructure

2016-07-20 Thread Elizabeth A. Fischer
I'm of the opinion that the simplicity of GitHub Issues is a plus in many ways. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Static checker for cython extension dependencies?

2016-06-10 Thread Elizabeth A. Fischer
It's not clear to me what you're doing, but it all sounds too complicated to me. I have Cython extensions that depend on C++ code, and I don't have to resort to these kinds of contortions. One model that works well is to build your C code as a shared library. Make each Cython module in a single f

Re: [Cython] Suggested action for "Python.h not found"

2016-06-09 Thread Elizabeth A. Fischer
On Thu, Jun 9, 2016 at 2:49 AM, Nathaniel Smith wrote: > On Wed, Jun 8, 2016 at 10:37 PM, Elizabeth A. Fischer > wrote: > > Spack gives you complete control over your compiler. This is important > if > > you're building Python extensions, especially C++-based exten

Re: [Cython] Suggested action for "Python.h not found"

2016-06-08 Thread Elizabeth A. Fischer
> > Or maybe by default it can just point the user to an Installation Page > which explains in detail what needs to be done to get those headers for > various systems ? I think having this information on an installation instruction page is definitely a good idea. I don't think it makes sense to