Message156552
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2012-03-22.12:38:15 |
| SpamBayes Score | 7.5223455e-05 |
| Marked as misclassified | No |
| Message-id | <1332419896.3.0.91037180115.issue14385@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Note: this protection is not enough to secure Python, > but it is an important part of a Python sandbox. Oh, and by the way, I workaround the lack of read-only mapping in pysandbox by removing dict methods: dict.__init__(), dict.clear(), dict.update(), etc. This is a problem because these methods are useful in Python. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-22 12:38:16 | vstinner | set | recipients: + vstinner |
| 2012-03-22 12:38:16 | vstinner | set | messageid: <1332419896.3.0.91037180115.issue14385@psf.upfronthosting.co.za> |
| 2012-03-22 12:38:15 | vstinner | link | issue14385 messages |
| 2012-03-22 12:38:15 | vstinner | create | |