you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago

Can RustPython be sandboxed properly when used as a scripting language? You can't do sandboxing with CPython. There is an abandoned sandboxing project for pypy, but then you'll be stuck with an old version of python.

  • source