[Bf-committers] Web Plugin Status #2

Mathias Panzenböck grosser.meister.morti at gmx.net
Sat Aug 23 18:51:04 CEST 2008


AFAIK it is not possible to sandbox CPython >= 2.3, see:
http://wiki.python.org/moin/SandboxedPython

It is possible to sandbox Jython and IronPython, but that's no solution for blender
because blender uses CPython and it's C API. I think it would need a major
refactoring/rewrite to use another Python implementation. PyPy does not support
CPythons C API:
http://codespeak.net/pypy/dist/pypy/doc/faq.html#can-i-use-cpython-extension-modules

	-panzi


More information about the Bf-committers mailing list