[Stackless] FW: bug in latest release

Grant Olson olsongt at verizon.net
Tue May 16 01:32:34 CEST 2006


I tried sending this email to the mailing list a few times without
subscribing.  Based on the info page at
http://www.stackless.com/mailman/listinfo/stackless I thought this would
work, and was maybe expecting moderator approval.  Instead, the email seems
to have gone into a black hole.  Not a big deal, but I would have preferred
a bounce email from the mail server.

-----Original Message-----
From: Grant Olson [mailto:olsongt at verizon.net] 
Sent: Saturday, May 13, 2006 8:34 PM
To: 'stackless at stackless.com'
Subject: bug in latest release

Hello all,

Do we report bugs here or is there a bug tracker somewhere?

I'm running python 2.4.3 on Windows XP.  The following code hangs when I try
it in stackless.  It properly throws recursionLimitException with stock
python 2.4.3:

def ping():
    print "PING"
    pong()

def pong():
    print "PONG"
    ping()


ping()

I was trying to do a writeup on stackless starting with the 'wrong' way to
do coroutines.

-Grant


_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list