Hacker News new | ask | show | jobs
by 1st1 4703 days ago
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?

1 comments

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