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, facundobatista, vanco-buca
Date 2007-11-23.08:36:51
SpamBayes Score 0.012034955
Marked as misclassified No
Message-id <1195807012.62.0.682691978362.issue1755179@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like the importer dead lock problem. These problems are almost
impossible to unit test because they are usually race conditions.

I don't see a problem in moving the import to the module name space.
errno is a built-in module and the import isn't costly.
History
Date User Action Args
2007-11-23 08:36:52christian.heimessetspambayes_score: 0.012035 -> 0.012034955
recipients: + christian.heimes, facundobatista, vanco-buca
2007-11-23 08:36:52christian.heimessetspambayes_score: 0.012035 -> 0.012035
messageid: <1195807012.62.0.682691978362.issue1755179@psf.upfronthosting.co.za>
2007-11-23 08:36:52christian.heimeslinkissue1755179 messages
2007-11-23 08:36:52christian.heimescreate