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
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
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