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 exarkun
Recipients belopolsky, exarkun, lemburg
Date 2010-08-02.12:29:23
SpamBayes Score 0.03603569
Marked as misclassified No
Message-id <1280752167.16.0.94084811509.issue9276@psf.upfronthosting.co.za>
In-reply-to
Content
> By adding default support for unpickling code objects, you can trick
the unpickling code into executing serialized code:

This doesn't sound correct to me.

You can *already* trick unpickling code into executing serialized code.  You don't need this feature in order to be able to do it.
History
Date User Action Args
2010-08-02 12:29:27exarkunsetrecipients: + exarkun, lemburg, belopolsky
2010-08-02 12:29:27exarkunsetmessageid: <1280752167.16.0.94084811509.issue9276@psf.upfronthosting.co.za>
2010-08-02 12:29:23exarkunlinkissue9276 messages
2010-08-02 12:29:23exarkuncreate