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, 2017 at 6:32 PM, David Roe  wrote:
>
>
> On Wed, Jun 21, 2017 at 12:41 PM, Jeroen Demeyer 
> 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
>> cython-devel@python.org
>> https://mail.python.org/mailman/listinfo/cython-devel
>
>
>
> ___
> cython-devel mailing list
> cython-devel@python.org
> https://mail.python.org/mailman/listinfo/cython-devel
>
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


[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@python.org
https://mail.python.org/mailman/listinfo/cython-devel