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 eric.araujo
Recipients eric.araujo, meatballhat, tarek, vstinner
Date 2010-09-07.15:52:18
SpamBayes Score 0.00012256486
Marked as misclassified No
Message-id <1283874740.8.0.97236676773.issue8680@psf.upfronthosting.co.za>
In-reply-to
Content
I talked a bit about that with haypo. A strong sandbox would have to intercept a number of C and Python calls to catch everything. The sandbox module in setuptools/distribute does that in 250 lines. I’m not sure it catches C code run from extension modules being built, but we could test that with haypo’s pysandbox.
History
Date User Action Args
2010-09-07 15:52:20eric.araujosetrecipients: + eric.araujo, vstinner, tarek, meatballhat
2010-09-07 15:52:20eric.araujosetmessageid: <1283874740.8.0.97236676773.issue8680@psf.upfronthosting.co.za>
2010-09-07 15:52:19eric.araujolinkissue8680 messages
2010-09-07 15:52:18eric.araujocreate