Well it did turn out to be a general Python problem, or at least not a Stackless issue.  It looks like if I slap PyEval_InitThreads() in my module declarations, it shuts the problem right up.  <div><br></div><div>I wasn't "really" using Stackless, but the stack trace looked like it was running me through some Python code that had been altered for Stackless, so my sense of smell took me off that way.<br>
<div><div><br></div><div><div class="gmail_quote">On Tue, Mar 13, 2012 at 1:53 PM, Richard Tew <span dir="ltr"><<a href="mailto:richard.m.tew@gmail.com">richard.m.tew@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
<br>
</div>You're not really using Stackless.  The loop with the schedule call<br>
will just loop doing nothing. Looks like a general Python problem to<br>
me.<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers,<br>
Richard.<br>
<br>
_______________________________________________<br>
Stackless mailing list<br>
<a href="mailto:Stackless@stackless.com">Stackless@stackless.com</a><br>
<a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank">http://www.stackless.com/mailman/listinfo/stackless</a><br>
</div></div></blockquote></div><br></div></div></div>