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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon
Date 2010-06-28.00:28:18
SpamBayes Score 0.00127187
Marked as misclassified No
Message-id <1277684900.43.0.0388442576736.issue9096@psf.upfronthosting.co.za>
In-reply-to
Content
get_code() returns marshal.loads(self.get_data()). If get_data() returns valid marhsal data that is not a code object, get_code() will explode when it tries to exec it with a TypeError not the expected ValueError.
History
Date User Action Args
2010-06-28 00:28:20benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon
2010-06-28 00:28:20benjamin.petersonsetmessageid: <1277684900.43.0.0388442576736.issue9096@psf.upfronthosting.co.za>
2010-06-28 00:28:18benjamin.petersonlinkissue9096 messages
2010-06-28 00:28:18benjamin.petersoncreate