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