Comment on PyPy3 (Python 3 support) 2.1 beta 1 releasedComments−1st113yThis is so great! Thank you guys for all the hard work you're doing.Couple of questions: does it have support for JITed continuations as python2 pypy branch? How long will it take to add 'yield from' support from 3.3?−pjenveyOP13yAll of the stackless/continuation related features included in Python 2 pypy should be supported on PyPy3 or it's a bug.Implementing Python 3.3's yield from in RPython should actually be fairly easy. One of the PyPy GSoC students may get around to doing it this summer
Comments
This is so great! Thank you guys for all the hard work you're doing.
Couple of questions: does it have support for JITed continuations as python2 pypy branch? How long will it take to add 'yield from' support from 3.3?
All of the stackless/continuation related features included in Python 2 pypy should be supported on PyPy3 or it's a bug.
Implementing Python 3.3's yield from in RPython should actually be fairly easy. One of the PyPy GSoC students may get around to doing it this summer