Message 72980 - Python tracker

Message72980

Author romkyns
Recipients romkyns
Date 2008-09-10.18:11:59
SpamBayes Score 1.5185492e-10
Marked as misclassified No
Message-id <1221070320.24.0.00463128476259.issue3826@psf.upfronthosting.co.za>
In-reply-to
Content
My initial description doesn't state the actual observable problem very
clearly: the problem is that the browser gets stuck instead of
displaying the page, writing something along the lines of "Transferring
data from localhost". After many seconds it times out. Aborting the
request in Firefox causes the page to be displayed.

Also forgot to mention that it's possible to work around this by
explicitly removing all circular references after the base class'
__init__ method - so for the attached example a work-around is
"self.dummy = None" as the last line of the __init__ method.
History
Date User Action Args
2008-09-10 18:12:00romkynssetrecipients: + romkyns
2008-09-10 18:12:00romkynssetmessageid: <1221070320.24.0.00463128476259.issue3826@psf.upfronthosting.co.za>
2008-09-10 18:11:59romkynslinkissue3826 messages
2008-09-10 18:11:59romkynscreate