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.

作者 vstinner
收信人 vstinner
日期 2012-03-22.12:38:15
SpamBayes Score 7.5223455e-05
Marked as misclassified
Message-id <1332419896.3.0.91037180115.issue14385@psf.upfronthosting.co.za>
In-reply-to
内容
> 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.
历史
日期 用户 动作 参数
2012-03-22 12:38:16vstinner修改recipients: + vstinner
2012-03-22 12:38:16vstinner修改messageid: <1332419896.3.0.91037180115.issue14385@psf.upfronthosting.co.za>
2012-03-22 12:38:15vstinner链接issue14385 messages
2012-03-22 12:38:15vstinner创建