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 brett.cannon
Recipients astrand, brett.cannon, kosuha, michaeltsai, ronaldoussoren
Date 2009-04-01.18:40:33
SpamBayes Score 5.5411183e-05
Marked as misclassified No
Message-id <1238611234.62.0.65180351069.issue1590864@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the import lock is being triggered because of an import being
made in a function call by something else being imported. And because it
is the os module one can't pull out the function-level imports without
causing problems.

Closing as "won't fix".
History
Date User Action Args
2009-04-01 18:40:34brett.cannonsetrecipients: + brett.cannon, astrand, ronaldoussoren, michaeltsai, kosuha
2009-04-01 18:40:34brett.cannonsetmessageid: <1238611234.62.0.65180351069.issue1590864@psf.upfronthosting.co.za>
2009-04-01 18:40:33brett.cannonlinkissue1590864 messages
2009-04-01 18:40:33brett.cannoncreate