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 lemburg
Recipients belopolsky, exarkun, lemburg
Date 2010-08-02.08:10:31
SpamBayes Score 0.012257864
Marked as misclassified No
Message-id <1280736634.13.0.642031292048.issue9276@psf.upfronthosting.co.za>
In-reply-to
Content
Note that pickle deliberately does not support serializing code objects. 

This is a security feature and should not be broken !

If you need to pickle such objects, you can easily register handlers that take care of this.
History
Date User Action Args
2010-08-02 08:10:35lemburgsetrecipients: + lemburg, exarkun, belopolsky
2010-08-02 08:10:34lemburgsetmessageid: <1280736634.13.0.642031292048.issue9276@psf.upfronthosting.co.za>
2010-08-02 08:10:32lemburglinkissue9276 messages
2010-08-02 08:10:32lemburgcreate