Re: [Cython] Big backwards compatibility problem with fused types

2017-09-20 Thread Stefan Behnel
Robert Bradshaw schrieb am 19.09.2017 um 22:55: > On Tue, Sep 19, 2017 at 10:48 AM, Stefan Behnel wrote: >> this is really bad: >> https://github.com/cython/cython/pull/1873 >> >> The problem is that cdef functions with fused types are expanded >> arbitrarily on use, and their Entries removed and r

Re: [Cython] Big backwards compatibility problem with fused types

2017-09-19 Thread Robert Bradshaw
On Tue, Sep 19, 2017 at 10:48 AM, Stefan Behnel wrote: > Hi devs, > > this is really bad: > > https://github.com/cython/cython/pull/1873 > > The problem is that cdef functions with fused types are expanded > arbitrarily on use, and their Entries removed and re-appended to the list > of cdef functi

[Cython] Big backwards compatibility problem with fused types

2017-09-19 Thread Stefan Behnel
Hi devs, this is really bad: https://github.com/cython/cython/pull/1873 The problem is that cdef functions with fused types are expanded arbitrarily on use, and their Entries removed and re-appended to the list of cdef function entries. But that list also defines the order of the entries in the