Message 112428 - Python tracker
Message112428
| 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:35 | lemburg | set | recipients: + lemburg, exarkun, belopolsky |
| 2010-08-02 08:10:34 | lemburg | set | messageid: <1280736634.13.0.642031292048.issue9276@psf.upfronthosting.co.za> |
| 2010-08-02 08:10:32 | lemburg | link | issue9276 messages |
| 2010-08-02 08:10:32 | lemburg | create | |