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 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:16vstinnersetrecipients: + vstinner
2012-03-22 12:38:16vstinnersetmessageid: <1332419896.3.0.91037180115.issue14385@psf.upfronthosting.co.za>
2012-03-22 12:38:15vstinnerlinkissue14385 messages
2012-03-22 12:38:15vstinnercreate