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 ncoghlan
Recipients Ryan.Twitchell, brett.cannon, meador.inge, ncoghlan
Date 2011-12-13.02:25:15
SpamBayes Score 0.013199855
Marked as misclassified No
Message-id <1323743116.31.0.598877324905.issue13591@psf.upfronthosting.co.za>
In-reply-to
Content
At first glance, I thought this might be just the circular import problem (#992389) appearing in a different guise. However, if that was the case, switching to an import statement or __import__ shouldn't have made any difference.

What do you see if you put an "import my_lib.bar" *between* the two importlib calls?
History
Date User Action Args
2011-12-13 02:25:16ncoghlansetrecipients: + ncoghlan, brett.cannon, meador.inge, Ryan.Twitchell
2011-12-13 02:25:16ncoghlansetmessageid: <1323743116.31.0.598877324905.issue13591@psf.upfronthosting.co.za>
2011-12-13 02:25:15ncoghlanlinkissue13591 messages
2011-12-13 02:25:15ncoghlancreate