benoitc <[email protected]> added the comment: fair enough :)
In my case I create the coroutines that I put in a scheduler. So depending on the code some are creating a coroutine on which they will send some values via the channels (similar to Go or stackless). So they are all queued first in the run queue The relevant issue in my project is: https://github.com/benoitc/offset/issues/8 ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1614> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
