Diplomjodler@feddit.de
on 07 Feb 2024 18:10
nextcollapse
What about compatibility with Python packages?
lolcatnip@reddthat.com
on 08 Feb 2024 05:06
collapse
It’ll have to implement CPython’s C API to work with packages that use native code. I don’t know if that’s the plan but I wouldn’t consider their implementation compete without it.
noddy@beehaw.org
on 08 Feb 2024 12:13
nextcollapse
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.
sugar_in_your_tea@sh.itjust.works
on 12 Feb 2024 06:54
collapse
WebAssembly
I’ve unironically been looking for a decent way to run Python in the web, mostly for code sharing purposes (our app needs certain calculations in offline mode), so this could actually work for me.
threaded - newest
What about compatibility with Python packages?
It’ll have to implement CPython’s C API to work with packages that use native code. I don’t know if that’s the plan but I wouldn’t consider their implementation compete without it.
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.
I’ve unironically been looking for a decent way to run Python in the web, mostly for code sharing purposes (our app needs certain calculations in offline mode), so this could actually work for me.