You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only Python implementation supported is the default CPython. Additional support should be added for executing Python code in other Python implementations like PyPy, RustPython, IronPython, etc. To support this, these implementations would simply have to be installed in the NSJail environment and alternate functions would have to be provided in the NsJail class for executing with alternate implementations.
The text was updated successfully, but these errors were encountered:
Currently, the only Python implementation supported is the default CPython. Additional support should be added for executing Python code in other Python implementations like PyPy, RustPython, IronPython, etc. To support this, these implementations would simply have to be installed in the NSJail environment and alternate functions would have to be provided in the
NsJail
class for executing with alternate implementations.The text was updated successfully, but these errors were encountered: