[Cython] Guido on type annotations in Py3

2014-08-14 Thread Stefan Behnel
He's picked up the idea from a recent keynote talk at EuroPython that there's this thing called mypy that provides type annotations. http://thread.gmane.org/gmane.comp.python.ideas/28619 Stefan ___ cython-devel mailing list cython-devel@python.org https

Re: [Cython] Cython 0.21 beta 1 released

2014-08-14 Thread Arfrever Frehtes Taifersar Arahesis
Results of test suite of Cython 0.21 beta 1 with different versions of Python: Python 2.6: 1 error, 2 failures Python 2.7: 1 error, 0 failures Python 3.2: 1 error, 0 failures Python 3.3: 1 error, 0 failures Python 3.4: 1 error, 0 failures The 1 error is the same with all versions of Pyth