Hi, just getting started with Stackless. Tried running through some of the example code, managed to get some tasklets up and running but hit a speed bump with channels (<a href="http://www.stackless.com/wiki/Channels">http://www.stackless.com/wiki/Channels</a>)<br>
<br>When defining a sender and a receiver tasklet, and running them, I get a deadlock error:<br>RuntimeError: Deadlock: the last runnable tasklet cannot be blocked.<br><br>The documentation does not seem to be entirely up to date, using old style print calls, or maybe I'm just doing something wrong.<br>
<br>I'm using Stackless 3.2<br><br>Thanks<br>