[Cython] Cython release

2016-09-09 Thread Robert Bradshaw
I'd like to put out another Cython release shortly. Is anyone aware of
anything that we should try to get in before then?

- Robert
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython release

2016-09-09 Thread Stefan Behnel
Robert Bradshaw schrieb am 09.09.2016 um 10:11:
> I'd like to put out another Cython release shortly.

Exactly my thoughts.

The next release could use some extra good testing as I reworked some of
the fused-/cy-function internals last month and might not have found all
kinds of code that could break along the way. There are so many feature
combinations these days: decorators, py+pxd, @classmethod vs.
classmethod(f), def/cdef/cpdef, ...


> Is anyone aware of
> anything that we should try to get in before then?

I've been working on adapting the PEP 525 (async generators) implementation
recently that is proposed for CPython, but that's not finished, neither in
CPython nor in Cython, so don't wait for it.

Happy to get 0.25 out soon.

Stefan

___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython release

2016-09-09 Thread Jeroen Demeyer

On 2016-09-09 10:11, Robert Bradshaw wrote:

I'd like to put out another Cython release shortly.


Do you mean a 0.24.x release or 0.25?

Anyway, this is a serious bug breaking SageMath:
https://github.com/cython/cython/issues/1433

___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython release

2016-09-09 Thread Robert Bradshaw
On Fri, Sep 9, 2016 at 12:03 PM, Jeroen Demeyer  wrote:
> On 2016-09-09 10:11, Robert Bradshaw wrote:
>>
>> I'd like to put out another Cython release shortly.
>
>
> Do you mean a 0.24.x release or 0.25?
>
> Anyway, this is a serious bug breaking SageMath:
> https://github.com/cython/cython/issues/1433

Hmm... yes.

https://github.com/cython/cython/commit/c3f2d97778838067d9c6cf96fa45ab5a8c9ebcb0

Not sure what caused this to regress (or how it worked before) but
it's all better now.
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython release

2016-09-09 Thread Robert Bradshaw
On Fri, Sep 9, 2016 at 4:33 AM, Stefan Behnel  wrote:
> Robert Bradshaw schrieb am 09.09.2016 um 10:11:
>> I'd like to put out another Cython release shortly.
>
> Exactly my thoughts.
>
> The next release could use some extra good testing as I reworked some of
> the fused-/cy-function internals last month and might not have found all
> kinds of code that could break along the way. There are so many feature
> combinations these days: decorators, py+pxd, @classmethod vs.
> classmethod(f), def/cdef/cpdef, ...
>
>
>> Is anyone aware of
>> anything that we should try to get in before then?
>
> I've been working on adapting the PEP 525 (async generators) implementation
> recently that is proposed for CPython, but that's not finished, neither in
> CPython nor in Cython, so don't wait for it.
>
> Happy to get 0.25 out soon.

Any thoughts on https://github.com/cython/cython/pull/1456 ?
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel