This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients kakacek, tim.golden
Date 2007-10-10.15:51:58
SpamBayes Score 0.0033419125
Marked as misclassified No
Message-id <1192031518.84.0.20923579565.issue1255@psf.upfronthosting.co.za>
In-reply-to
Content
Do you realise that the code at the bottom of bb.py is executed when you
import it from aa.py? In other words, when you run aa.py, the whole of
your significant code is running within an import statement. I don't
know if it's the cause of the problem (although I remember past
strictures on the messiness of threads and imports) but I doubt if it's
a fantastic design choice.
History
Date User Action Args
2007-10-10 15:51:59tim.goldensetspambayes_score: 0.00334191 -> 0.0033419125
recipients: + tim.golden, kakacek
2007-10-10 15:51:58tim.goldensetspambayes_score: 0.00334191 -> 0.00334191
messageid: <1192031518.84.0.20923579565.issue1255@psf.upfronthosting.co.za>
2007-10-10 15:51:58tim.goldenlinkissue1255 messages
2007-10-10 15:51:58tim.goldencreate