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 benjamin.peterson, brett.cannon
Date 2010-07-01.06:28:19
SpamBayes Score 0.37811184
Marked as misclassified No
Message-id <1277965702.41.0.882944314924.issue9096@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out that an ImportError should be raised when a bytecode object contains a non-code object. My next patch which makes SourceLoader the primary loader will have the fix.
History
Date User Action Args
2010-07-01 06:28:22brett.cannonsetrecipients: + brett.cannon, benjamin.peterson
2010-07-01 06:28:22brett.cannonsetmessageid: <1277965702.41.0.882944314924.issue9096@psf.upfronthosting.co.za>
2010-07-01 06:28:20brett.cannonlinkissue9096 messages
2010-07-01 06:28:19brett.cannoncreate