New issue 2710: call/cc, delimited continuations, reentrant continulets or forkable continulets https://bitbucket.org/pypy/pypy/issues/2710/call-cc-delimited-continuations-reentrant
Cristian Petrescu-Prahova: New to PyPy. Assuming "stackless" means "stack frames allocated on heap", it should be fairly straightforward [and efficient] to implement reentrant continulets, that is continulets that can be invoked multiple times. I can't seem to find documentation that this is already implemented. What are the blockers? _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
