Hi Richard!

Richard Tew wrote:
On Fri, Jul 31, 2009 at 3:04 AM, Stefan
Reich<[email protected]> wrote:
I have been playing around with Stackless a bit. In doing so, I came across
what I assume is a bug in Stackless.

def f():
stackless.channel().receive()

This looks like an old bug that was fixed many years ago.  Thanks for
letting us know.
My pleasure.
  It doesn't look like anything critical to fix, as
this is not something you would do in practice... unless you were
doing it wrong.
Hm... you got me confused now. If the bug was fixed, why does it still occur?

And what is wrong with creating a channel and receiving on it? It's what channels are for after all =)

The example script is of course thinned out, I threw everything else out to reproduce the crash with as few lines as possible.

I still don't understand what is wrong with it.

-Stefan

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to