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