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

Re: [Cython] Cython 0.27 alpha 1 is available

2017-09-19 Thread Stefan Behnel
Jeroen Demeyer schrieb am 19.09.2017 um 15:05: > Regarding Changelog item > * gdb support for Python code (libpython.py) was updated to the latest > version in CPython 3.7 (git rev 5fe59f8). > > Does that fix https://github.com/cython/cython/issues/1655 I would guess so. The version shipped with

Re: [Cython] Cython 0.27 alpha 1 is available

2017-09-19 Thread Jeroen Demeyer
Regarding Changelog item * gdb support for Python code (libpython.py) was updated to the latest version in CPython 3.7 (git rev 5fe59f8). Does that fix https://github.com/cython/cython/issues/1655 ___ cython-devel mailing list cython-devel@python.org

Re: [Cython] [cython-users] Cython 0.27 beta 1 is available

2017-09-19 Thread Jason Madden
> On Sep 19, 2017, at 02:49, Stefan Behnel wrote: > > Right, I forgot that alpha releases always scream for not being touched. ;) > > So here's the same thing as beta-1 to get things rolling. > > https://github.com/cython/cython/archive/0.27b1.tar.gz > > Changelog: > https://github.com/cytho

[Cython] Cython 0.27 beta 1 is available

2017-09-19 Thread Stefan Behnel
Right, I forgot that alpha releases always scream for not being touched. ;) So here's the same thing as beta-1 to get things rolling. https://github.com/cython/cython/archive/0.27b1.tar.gz Changelog: https://github.com/cython/cython/blob/2c9641a749208dbc405209e367b8a23e1310564d/CHANGES.rst Feed