[Cython] Cython 0.26 beta

2017-07-03 Thread Robert Bradshaw
There have been a lot of changes since Cython 0.25.2, please test and report. https://github.com/cython/cython/archive/0.26b0.zip At this point I anticipate only bugfixes will be merged before the final release. ___ cython-devel mailing list cython-devel

Re: [Cython] Cython 0.26 release

2017-07-03 Thread Robert Bradshaw
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, 20