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 flox
Recipients brett.cannon, eli.bendersky, ezio.melotti, flox, ncoghlan
Date 2012-02-16.23:44:50
SpamBayes Score 0.015659178
Marked as misclassified No
Message-id <1329435891.55.0.582894957334.issue14035@psf.upfronthosting.co.za>
In-reply-to
Content
Trigger the same behavior without import_fresh_module. (test_fresh_import2.py)

If you uncomment line #A or #B, it succeed.
On the other side, if you comment line #C or #D, it succeed too.

The import machinery is a bit complex, indeed ...
History
Date User Action Args
2012-02-16 23:44:51floxsetrecipients: + flox, brett.cannon, ncoghlan, ezio.melotti, eli.bendersky
2012-02-16 23:44:51floxsetmessageid: <1329435891.55.0.582894957334.issue14035@psf.upfronthosting.co.za>
2012-02-16 23:44:51floxlinkissue14035 messages
2012-02-16 23:44:50floxcreate