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 brett.cannon
Date 2013-06-01.03:25:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370057118.29.0.998090947162.issue18115@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out BuiltinImporter doesn't like having a pre-existing module, so a new keyword argument will be necessary to allow for only the cleanup code to run and not the construction of a new module.
History
Date User Action Args
2013-06-01 03:25:18brett.cannonsetrecipients: + brett.cannon
2013-06-01 03:25:18brett.cannonsetmessageid: <1370057118.29.0.998090947162.issue18115@psf.upfronthosting.co.za>
2013-06-01 03:25:18brett.cannonlinkissue18115 messages
2013-06-01 03:25:18brett.cannoncreate