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 christian.heimes
Recipients christian.heimes, jeffstearns, nnorwitz
Date 2008-01-19.14:42:32
SpamBayes Score 0.056749437
Marked as misclassified No
Message-id <1200753753.17.0.299858886181.issue1175194@psf.upfronthosting.co.za>
In-reply-to
Content
Don't spawn new threads at module level. An import must never trigger
the creation of a new thread. It's a design issue on your side.

But you can blame us for not documenting the issues with imports and
threads. ;)
History
Date User Action Args
2008-01-19 14:42:33christian.heimessetspambayes_score: 0.0567494 -> 0.056749437
recipients: + christian.heimes, nnorwitz, jeffstearns
2008-01-19 14:42:33christian.heimessetspambayes_score: 0.0567494 -> 0.0567494
messageid: <1200753753.17.0.299858886181.issue1175194@psf.upfronthosting.co.za>
2008-01-19 14:42:32christian.heimeslinkissue1175194 messages
2008-01-19 14:42:32christian.heimescreate