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 eric.snow
Recipients brett.cannon, eric.snow
Date 2013-08-14.06:34:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376462060.32.0.000902915900025.issue18698@psf.upfronthosting.co.za>
In-reply-to
Content
Yep.  In 2.7 and 3.2 the PyImport_ExecCodeModuleEx() function in Python/importlib.c returns the module found in sys.modules.  Here is a patch.  I suppose this should be fixed in 2.7 as well.  Thoughts?
History
Date User Action Args
2013-08-14 06:34:20eric.snowsetrecipients: + eric.snow, brett.cannon
2013-08-14 06:34:20eric.snowsetmessageid: <1376462060.32.0.000902915900025.issue18698@psf.upfronthosting.co.za>
2013-08-14 06:34:20eric.snowlinkissue18698 messages
2013-08-14 06:34:20eric.snowcreate