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. 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. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
