I have made the bad vtable generation a warning rather than an error for now to ease the transition. I was hoping to be able to reproduce (and fix) https://github.com/cython/cython/issues/1744 but still having no luck so I'm going to proceed with a beta to not stall the process.
On Fri, Jun 23, 2017 at 6:32 PM, David Roe <[email protected]> wrote: > > > On Wed, Jun 21, 2017 at 12:41 PM, Jeroen Demeyer <[email protected]> > wrote: >> >> On 2017-06-21 20:25, Robert Bradshaw wrote: >>> >>> I suppose in that case we just got lucky that no one cimported these >>> classes and tried to use methods after this point in the vtable... >> >> >> I think that's the case indeed. > > > In fact, Julian Rueth and I eventually did cimport one of these classes > (Polynomial_generic_dense), eventually leading to > https://github.com/cython/cython/issues/1732. > > A warning does seem like it would make fixing existing code easier. > David >> >> >> >> _______________________________________________ >> cython-devel mailing list >> [email protected] >> https://mail.python.org/mailman/listinfo/cython-devel > > > > _______________________________________________ > cython-devel mailing list > [email protected] > https://mail.python.org/mailman/listinfo/cython-devel > _______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
