[pypy-issue] [issue974] channel is not iterable

cheecheeo tracker at bugs.pypy.org
Wed Jan 4 22:17:49 CET 2012


cheecheeo <cheecheeo at gmail.com> added the comment:

You bring up a good point. In my use case, what I'm doing is:

while True:
    chan.recieve()
    ...

Which is essentially the same as blocking forever. I checked the source at
svn.python.org/project/stackless but was unable to find any additional
information. I've attached the patch which waits forever, let me know what you
think.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue974>
________________________________________


More information about the pypy-issue mailing list