Re: [Cython] [cython-users] Cython 0.24.1 released

2016-07-18 Thread Robert Bradshaw
On Fri, Jul 15, 2016 at 4:22 AM, Matthew Brett wrote: > Hi, > > On Fri, Jul 15, 2016 at 9:32 AM, Stefan Behnel wrote: >> Hi all! >> >> I just pushed a bug-fix-only release for the current 0.24 series. >> The update should be safe for everyone using 0.24. >> >> https://pypi.python.org/pypi/Cython/

Re: [Cython] [cython-users] Cython 0.24.1 released

2016-07-18 Thread Matthew Brett
Hi, On Mon, Jul 18, 2016 at 4:56 PM, Robert Bradshaw wrote: > On Fri, Jul 15, 2016 at 4:22 AM, Matthew Brett > wrote: >> Hi, >> >> On Fri, Jul 15, 2016 at 9:32 AM, Stefan Behnel wrote: >>> Hi all! >>> >>> I just pushed a bug-fix-only release for the current 0.24 series. >>> The update should b

[Cython] PEP 487 -- Simpler customisation of class creation

2016-07-18 Thread Stefan Behnel
Hi all! Here's a nice PEP that we should implement in Cython. It has been accepted for inclusion in Python 3.6. https://www.python.org/dev/peps/pep-0487/ We should at least support it for all Cython implemented Python classes. Backporting it to older CPython versions would then require an intern

[Cython] PEP 520 -- Preserving Class Attribute Definition Order

2016-07-18 Thread Stefan Behnel
Hi all! Here's a nice PEP that seems easy to implement in Cython. It has been accepted for inclusion in Python 3.6. https://www.python.org/dev/peps/pep-0520/ Any volunteers? Please reply on the cython-devel mailing list. Stefan ___ cython-devel mailin