[Cython] [ANN] Python compilers workshop at SciPy this year

2016-03-21 Thread Nathaniel Smith
Hi all, I wanted to announce a workshop I'm organizing at SciPy this year, and invite you to attend! What: A two-day workshop bringing together folks working on JIT/AOT compilation in Python. When/where: July 11-12, in Austin, Texas. (This is co-located with SciPy 2016, at the same time as the

Re: [Cython] [cython-users] Re: Cython alpha 0.24

2016-03-21 Thread Ian Henriksen
On Mon, Mar 21, 2016 at 6:29 PM Martin Bammer wrote: > Hi, > > I just saw that PyrexTypes.py seems to have a typo in lines 3740 and 3742: > > def __cmp__(self, other): > if isinstance(other, TemplatePlaceholderType): > return cmp(self.name, other.name) > else: > return cmp

[Cython] PEP 498: literal string interpolation (f-strings)

2016-03-21 Thread Stefan Behnel
Hi all! Jelle Zijlstra has implemented this and contributed his implementation; I've given it some final touches. https://github.com/cython/cython/pull/501 The PEP has some examples for this new (Py3.6) feature: https://www.python.org/dev/peps/pep-0498/ Not sure if this still qualifies for 0.2